home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / word / newword / newword.doc < prev   
Text File  |  1986-12-01  |  8KB  |  170 lines

  1.   
  2. This is the third version of WORD400.  WORD400 is a text processor that 
  3. operates as a desk accessory.  It was written using Personal Pascal by OSS and 
  4. severed as my introduction to the language (the calendar and the alarm clock 
  5. were especially fun). 
  6.   
  7. As an experiment it has proven very successful, and I have received many 
  8. positive remarks, however some of the deficiencies of the original were 
  9. glaringly obvious.  The idea of a portable text editor(however limited in 
  10. scope) is so appealing that I find myself constantly returning to tinker. Here 
  11. are the results.  I am currently working on setting up a default file for 
  12. printers and those with system clocks.  I also am trying to get a raster copy 
  13. routine to work to improve the scrolling speed. 
  14.   
  15.                          ⇨  New Features: 
  16.   
  17.         1) WORD400 now has a full set of block commands allowing the 
  18.            copying, deleting, moving , and saving of marked text.  The line 
  19.            number of the beginning and ending block are displayed in the info 
  20.            line and will be highlighted in green. 
  21.   
  22.         2) WORD400 now provides a set of file commands that allow the 
  23.            appending, copying, renaming, and deleting of files.  In addition 
  24.            it provides a directory list to disk or printer. 
  25.   
  26.         3) WORD400 F2 now provides an alarm giving the choice of ringing at a 
  27.            specified time or in a specific time period. 
  28.   
  29.         4) WORD400 now supports positioning the cursor with the mouse.  At 
  30.            times some minor redraw problems may be generated by pixel 
  31.            calculation errors.  So far these are easily corrected.  Any 
  32.            attempt to move the arrow from the scrolling error will result in 
  33.            the cursor being placed in the home position. 
  34.   
  35.         5) Control-S allows the user to search the file for a string.  Searches 
  36.            may be either up, down, or top to bottom.  Matches may either be 
  37.            exact or non-case sensitive. 
  38.   
  39.         6) CTRL-A allows the user to enter an ASCII value directly into the 
  40.            file.  This is usefull for special characters & printer control 
  41.            codes. 
  42.   
  43.         7) HELP key now gives additional pages forward when Full Box is 
  44.            selected. 
  45.   
  46.         8) ALT-S provides a limited spooling function.  It Leaves the file it 
  47.            is printing open to retain position SO DON'T DO ANYTHING BRAZEN 
  48.            (like writing to it before it has completed printing).  It reads 
  49.            the first 4000 characters prints and goes back for more. 
  50.            It also allows  you to stack print jobs (but don't go crazy or you 
  51.            will overflow the heap space). 
  52.   
  53.   
  54.         9) The UNDO key provides the user with a functional calendar.  The 
  55.            Arrow keys allow to change months and years. 
  56.   
  57.        10) Shift F1 will set color to whatever is in the desktop.inf file in 
  58.            the current default path. 
  59.   
  60.        11) If you have a Toshiba printer ALT-P will allow you to set NLQ, 
  61.            Condensed, or Draft Style. 
  62.   
  63.        12) The Window Info line now contains the date and time. 
  64.   
  65.        13) F9 (Load File) now provides the option to append current file, 
  66.            copy at cursor, or replacing the current file. 
  67.   
  68.        14) Default text style is now set to none. 
  69.   
  70.        15) The Help & Calendar windows are fully mobile. 
  71.   
  72.        16) CTRL-T Provides a typewriter mode which directs output directly to 
  73.            the printer rather that the Word Window. 
  74.   
  75.                          ⇨  Special Keys : 
  76.   
  77.   
  78.         Help        : Open Help Window. 
  79.         UNDO        : Calendar between 2-81 and 12-99. 
  80.         Insert      : Toggles between insert and replace mode 
  81.         Shift-Insert: Inserts a line at the cursor position. 
  82.         Delete      : Deletes the character at the cursor position. 
  83.         Backspace   : Deletes the character preceeding the cursor. 
  84.         CTRL-A      : Enter an ASCII value into the file. 
  85.         CTRL-B      : Mark block -- this will either start or complete a block 
  86.                       setting the stage for the other block commands. After a 
  87.                       block has been set it can be removed with another CTRL-B. 
  88.         CTRL-C      : Copy Block. 
  89.         CTRL-D      : Deletes the current line. 
  90.         CTRL-K      : Delete Block ( Not recoverable). 
  91.         CTRL-M      : Move Block. 
  92.         CTRL-S      : Search File. 
  93.         CTRL-T      : Directs output to the RS232 port rather that the Word 
  94.                       Window. A down arrow will cause a page eject. 
  95.                       A second CNTL-T returns to 'Normal' Mode. 
  96.         ALT-A       : Append two disk files. 
  97.         ALT-B       : Save Marked block to Disk. 
  98.         ALT-C       : Copy one disk file to another. 
  99.         ALT-D       : Delete a disk file. 
  100.         ALT-K       : Stop Spooling current spool file. 
  101.         ALT-L       : Provides a directory listing. 
  102.         ALT-P       : Set Printer to Draft,Condensed,NLQ. 
  103.         ALT-R       : Rename a disk file. 
  104.         ALT-S       : Spool Disk File. 
  105.         ALT-V       : View disk files/Set path. 
  106.         F1          : Allows the user to update the system clock. 
  107.         Shift F1    : Updates Color from DESKTOP.INF 
  108.         F2          : Allows user to set an alarm to the following options 
  109.                       1) Ring IN X Hours:Minutes 
  110.                       2) Ring AT a specified time. 
  111.                       3) Ring EVERY X Hours:Minutes. 
  112.         Shift F2    : Choose between English, Pascal capitalization modes. 
  113.                       1) English mode caplitizes all letters after sentence 
  114.                          ending puctuation and then skips an extra space. 
  115.                       2) Pascal mode capitalizes after underscores, colons, 
  116.                          parenthesis, etc. 
  117.         F3          : Clears Word Window File. 
  118.         F4          : Recovers the last deleted line. 
  119.         F5          : Repeats the current line. 
  120.         F6          : Split line at cursor. 
  121.         F7          : Splice line at cursor. 
  122.         F8          : Print file. 
  123.         F9          : Load file. 
  124.         F10         : Save file. 
  125.   
  126.   
  127.      Notes and Warnings: 
  128.   
  129.         1) Invalid drives tend to cause system resets. 
  130.         2) Current maximum file size is 400 lines. I will make a larger 
  131.            version availible later. 
  132.         3) Block commands only function OUTSIDE the block. 
  133.         4) The cryptic characters on the Info line stand for 
  134.            CL : Current Line. 
  135.            LL : Last Line. 
  136.            BB : Beginning of Block. 
  137.            EB : End of Block. 
  138.         5) I have not tested this stuff very thoroughly although everything 
  139.            seems to work for me alot of the file routines have not been 
  140.            extensively used. 
  141.         6) WORD400 uses appox. 110K of ST memory. 
  142.         7) All the window pariphinalia work (to some extent).  They are 
  143.            much easier to use than relying on cursor scrolling. 
  144.         8) I have used this mainly in Medium resolution, but it should 
  145.            work in low res as well. I see no reason why it will not work in 
  146.            high res, although the block will not be highlighted. 
  147.         9) Sometimes with the file commands and when creating a new file the 
  148.            new disk file or version is not recognized( I don't know why).  The 
  149.            problem can be cured by opening a disk window and refreshing it. 
  150.   
  151.      What to do if you really like this program: 
  152.   
  153.         1) If you find this program usefull a donation of $5.00 ($15 for 
  154.            source) would be greatly appreciated. 
  155.         2) If you have an old version of the source just send me the disk and 
  156.            I will update it. 
  157.   
  158.   
  159.         Send any comments, suggestions or contributions to: 
  160.   
  161.                   F. Gregory Schneller 
  162.                   2884 Timber Range Ct. 
  163.                   Columbus OH 43229 
  164.   
  165.   
  166.   
  167.   
  168.   
  169.   
  170. əəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəə