home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 December / PCWorld_1998-12_cd.iso / software / DownLd12 / Prolix / PROLIX.TXT < prev   
Text File  |  1997-11-08  |  9KB  |  286 lines

  1. PROLIX
  2. Version 2.1
  3. Program Documentation
  4. November 8, 1997
  5.  
  6. Software and documentation copyright (c) 1995, 1997 by Eric Schreiber
  7. All rights reserved
  8.  
  9.  
  10.       pro-lix  1: unduly prolonged or drawn out : too long
  11.                2: marked by or using an excess of words
  12.  
  13.  
  14. Introduction
  15. ------------
  16. Prolix is a Windows text editor, useful for a wide variety of situations.
  17. Its strengths are its ease-of-use, handy, powerful features, and clean
  18. interface.
  19.  
  20.  
  21. Disclaimer
  22. ----------
  23. Although care has been taken to ensure that Prolix does what this document
  24. states, Prolix is provided "as is", without warranty or guarantee of any
  25. kind, either expressed or implied, as to the fitness for a particular
  26. purpose or quality or performance of this program.
  27.  
  28. In no event shall Eric Schreiber be liable to you or anyone else for any
  29. cost or damages, including, but not limited to, any lost profits, lost
  30. savings or lost income which may result from the use or inability to use
  31. Prolix.
  32.  
  33.  
  34. License
  35. -------
  36. Prolix is released as Freeware for private non-commercial use. Individuals
  37. may use Prolix free of charge and are encouraged to give copies to friends
  38. and associates.
  39.  
  40. Bulletin board systems, webmasters, and other online service operators are
  41. welcome to make Prolix available to their users, so long as the archive
  42. contents are kept intact and there are no specific charges to download the
  43. archive.
  44.  
  45. Commercial organizations wishing to use Prolix must purchase a commercial
  46. use license. "Commercial" means any business, government, religious,
  47. educational or not-for-profit organization.
  48.  
  49.  
  50. Commercial Use Pricing
  51. ----------------------
  52. Commercial licensing of Prolix is priced as follows (in US dollars):
  53.  
  54.  1 to  9 copies   $15 each
  55. 10 to 24 copies   $11 each
  56. 25 to 49 copies   $ 8 each
  57. 50 to 99 copies   $ 5 each
  58.  
  59. For anything over 99 copies a one-time $500 fee grants an unlimited
  60. quantity usage license.
  61.  
  62. A commercial usage license entitles you to use the current and all future
  63. versions. Prices include one copy of the latest version of the program on
  64. 3.5" diskette. There is no printed manual.
  65.  
  66.  
  67. Redistribution License
  68. ----------------------
  69. If you wish to include Prolix as part of a 'collection' disk or CD-ROM
  70. (such as in a library of freeware programs) please contact the author.
  71. Typically, there will be no license fee, but a copy of the collection
  72. or CD-ROM may be requested. See the "Contacting the Author" section at
  73. the end of this file for contact information.
  74.  
  75. A license to include Prolix as an integral part of your own commercial
  76. software package costs $1000. This one-time fee entitles you to distribute
  77. and install any number of copies of Prolix with your own software package
  78. and includes the current version as well as future releases. This price
  79. includes one copy of the latest version of the program on 3.5" diskette.
  80.  
  81.  
  82. Customizations
  83. --------------
  84. Customized versions of Prolix can be provided; for inclusion with your own
  85. software, for example, you may prefer to have your own company information
  86. in the About Box, or certain features removed or added. Contact the author
  87. for further information.
  88.  
  89.  
  90. Features
  91. --------
  92. o  Can handle files up to 16 megabytes in size.
  93.  
  94. o  Multiple Document Interface - can open numerous files at the same time.
  95.  
  96. o  16 kilobytes of undo and redo buffer, which works in discrete steps.
  97.  
  98. o  Enhanced Search and Search-and-Replace functions.
  99.  
  100. o  Up to ten visible bookmarks can be set during editing.
  101.  
  102. o  Right-click context menu for common tasks and accessing bookmarks.
  103.  
  104. o  Support of Drag-and-drop file opening, and File Manager or Explorer
  105.    associations.
  106.  
  107. o  "Split" window mode, allows two views of the same editor file.
  108.  
  109. o  EXE is entirely self-contained - no external DLL's or VBX files are
  110.    required.
  111.  
  112. o  All the usual Windows functionality.
  113.  
  114. o  And a lot more.
  115.  
  116.  
  117. Installation
  118. ------------
  119. There are no fancy installation procedures for Prolix. Just unzip the
  120. archive and put the prolix.exe program file wherever you want it. It's
  121. as easy as that.
  122.  
  123. Prolix does not modify any of your system settings. It doesn't update the
  124. registry or any windows initialization files. The philosphy with Prolix is
  125. that as a freeware utility, you shouldn't have to worry about it impacting
  126. your system - just run it.
  127.  
  128. The first time Prolix is run, it will create a prolix.ini file in the same
  129. directory where the executable is located.
  130.  
  131.  
  132. Uninstalling Prolix
  133. -------------------
  134. If you decide to remove Prolix, simply delete the prolix.exe exectuable
  135. and the prolix.ini file.
  136.  
  137.  
  138. Using Prolix
  139. ------------
  140. Most of the functions in Prolix are obvious, so I won't go into detail
  141. about them. However, a few aren't immediately apparent.
  142.  
  143. In addition to opening files with the File|Open menu and the Speedbar,
  144. Prolix supports Drag-and-drop. When Prolix is running, highlight one or
  145. even several files in File Manager or Explorer, then drag them onto the
  146. Prolix window. Prolix will open an editor window for each of them.
  147.  
  148. Prolix can also be used with the "Associate" feature of Windows 3.x, or
  149. the "File Type" feature of Windows 95, such that when you double click a
  150. file with a .txt extension, for example, a new copy of Prolix will run
  151. and automatically open the file. Check your Windows documentation for
  152. information on setting up these associations.
  153.  
  154. Lastly, Prolix can load files listed on its command line. This means you
  155. can call it from other programs and feed it the files you want to edit.
  156.  
  157.  
  158. Contacting the author
  159. ---------------------
  160. If you wish to contact the author for any reason, I can be reached in the
  161. following ways. Internet e-mail is the preferred contact method.
  162.  
  163. o  Internet   eric@kobayashi.com
  164.  
  165. o  WWW        http://www.kobayashi.com/maru
  166.  
  167. o  Voice      (773) 278-1196
  168.  
  169.  
  170. Revision History
  171. ----------------
  172. 1.00 October 21, 1995
  173.  
  174.    Initial release.
  175.  
  176. 1.01 November 18, 1995
  177.  
  178.      Added Ctrl-O keyboard command for File|Open.
  179.  
  180.      Bugfix to allow F4 (Search | Go to) to work without having to
  181.      first pull down the Search menu.
  182.  
  183. 1.02 December 1, 1995
  184.  
  185.      The default Insert-mode text cursor changed to a horizontal underline
  186.      to make it more obvious which character position was being affected.
  187.  
  188.      No longer strips white space preceding an end-of-line character. This
  189.      will make Prolix more useful for editing large files that may contain
  190.      line-length-sensitive data.
  191.  
  192.      Bugfix to correct a GPF condition on some Windows 3.10 systems when
  193.      Prolix was first run.
  194.  
  195. 1.03 January 26, 1996
  196.  
  197.      Minor feature added: if Prolix is started with a single filename on
  198.      the command line, the editor window containing that file will be
  199.      maximized. This will save the user from having to click the max icon
  200.      when loading single files for editing, and is useful for situations
  201.      when Prolix is called by another program, such as an offline mail
  202.      reader.
  203.  
  204. 1.10 May 9, 1996
  205.  
  206.      Many minor cosmetic changes.
  207.  
  208.      Updated contact info.
  209.  
  210.      Total remake of status bar (no visual changes).
  211.  
  212. 2.00 September 20, 1997
  213.  
  214.      First release of 32-bit version for Windows 95/NT, in addition
  215.      to the 16-bit version for Windows 3.x.
  216.  
  217.      File|Revert - reloads last saved version from disk.
  218.  
  219.      File|Save all - saves all open files.
  220.  
  221.      File|Close all - closes all edit windows.
  222.  
  223.      File menu contains a history list of last 5 files opened.
  224.  
  225.      Edit|Time/Date - stamps the current date and time at the cursor.
  226.  
  227.      Window|Next added to menu - move to the next editor window.
  228.  
  229.      Window|Tile changed to Tile Vertically & Tile Horizontally.
  230.  
  231.      Options|Hide/Show speedbar - get more screen editing space.
  232.  
  233.      Options|Hide/Show status line - get more screen editing space.
  234.  
  235.      Select which status line panels you want to display.
  236.  
  237.      User selectable filters for open dialog.
  238.  
  239.      Word wrap toggle button on speedbar.
  240.  
  241.      Uses standard .ini file for saving program options.
  242.  
  243.      User selectable background color for edit windows.
  244.  
  245.      User selectable background color for program.
  246.  
  247.      Ctrl-F and Ctrl-G for find, find next.
  248.  
  249.      Option to always strip trailing blanks at end of paragraphs.
  250.  
  251.      Option to open blank editor window on start up.
  252.  
  253.      Option to always maximize a single edit window.
  254.  
  255.      Individually selectable printer and screen fonts.
  256.  
  257.      Now prints # of copies specified in print dialog.
  258.  
  259.      Printing selected text no longer loses first character.
  260.  
  261.      Save File As in right-click menu.
  262.  
  263.      User selectable default directory.
  264.  
  265.      More control over startup size and position of program.
  266.  
  267. 2.1  November 8, 1997
  268.  
  269.      Reconnected F3 for "Find next" function.
  270.  
  271.      Complete rewrite and big enhancements to "Search" and "Search
  272.      and Replace" functions, complete with new dialogs.
  273.  
  274.      "Open" and "Save (as)" dialogs now remember directory location
  275.      in a session.
  276.  
  277.      Fix to allow use of current Windows colorset, instead of just
  278.      limited 16 color set found in version 2.0.
  279.  
  280.      Revamped color selection screen operations.
  281.  
  282.      All controls now have associated hints that appear in the
  283.      status line.
  284.  
  285.      Further streamlined "Help" screens.
  286.