home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / apps / text_ed / editext / editext.doc next >
Text File  |  1990-01-15  |  7KB  |  198 lines

  1.  
  2. EdiText Text Processor instructions  -  Copyright (c) 1989 Mike O'Donnell
  3. -------------------------------------------------------------------------
  4.  
  5. Load file      (SHIFT/F1)
  6.  
  7. Reads up to 1200 lines into memory, any further lines being discarded (perhaps 
  8. a word processor is more appropriate here?).  Anything other than an ascii 
  9. file gives strange results, but won't crash the program.  Characters with an 
  10. ascii value of less than 32 are converted to spaces, so 1st Word files may be 
  11. loaded.  The text Width is set by the longest line loaded.  Any lines longer 
  12. than 79 characters are truncated.  
  13.  
  14.  
  15. Save file      (SHIFT/F2)
  16.  
  17. If a block is marked you are asked if you want to save all of the text or just 
  18. the block.  Files with the same name are overwritten, though you are given the 
  19. option not to save if one exists.  
  20.  
  21.  
  22. Delete file    (SHIFT/F3)
  23.  
  24. You are shown the filename you clicked and asked if you are sure you want to 
  25. delete it.  This function will not delete multiple files, eg., '*.BAS'.  
  26.  
  27.  
  28. Clear text     (SHIFT/F4)
  29.  
  30. Checks with you first.  
  31.  
  32.  
  33. Quit to GEM    (SHIFT/F5)
  34.  
  35. Sayonara.  Checks with you first.  
  36.  
  37.  
  38.  
  39. Mark block start     (F1)
  40.  
  41. Mark block start at cursor line.  If the start of the block is marked after 
  42. the end then the block is hidden.  
  43.  
  44.  
  45. Mark block end       (F2)
  46.  
  47. Mark block end at the line above the cursor.  If the end is marked before the 
  48. start then the block is hidden.  
  49.  
  50.  
  51. Cut block            (F3)
  52.  
  53. Cut block and store in buffer.  Another cut erases any block already in the 
  54. buffer.  There is no limit to the buffer length.  
  55.  
  56.  
  57. Paste block          (F4)
  58.  
  59. Paste block from buffer into text at cursor line.  
  60.  
  61.  
  62. Find/Replace text    (F5)
  63.                          
  64. Enter Find/Replace text strings.  If a Find string is entered then it is 
  65. searched for.  If a Replace string is entered then the found string may be 
  66. replaced with ^R.  ^F finds the next occurrence, ^R replaces the found string 
  67. if the cursor is at the first letter, or searches for the next occurrence.  
  68.  
  69. If no Find string is entered but a Replace string is, then pressing ^R inserts 
  70. the Replace string anywhere in the text, at the cursor position.  
  71.  
  72.  
  73. Layout               (F6)
  74.  
  75. All items are set with the mouse and left button.  The Width setting is the 
  76. width of the text on screen for word wrapping and paragraph formatting 
  77. purposes, and the width it will appear when printed.  Word wrapping is 
  78. operative only when the cursor is at the end of the line being typed, 
  79. otherwise insert/delete and paragraph reformatting must be used.  If a Width 
  80. of 80 is set then word wrapping and line splitting and joining are turned off, 
  81. allowing program and assembler files to be edited without mishaps.  
  82.  
  83. The page and line number at the top of the editing screen refer to the page 
  84. layout as set here, which is as it will appear when printed.  The Left and Top 
  85. margins are the margins to be printed on paper, with the Width determining the 
  86. right margin when printed.  The Page Length is the length of your paper in 
  87. lines, ie., 70 for A4 typing sheets.  The Text Length is the number of lines 
  88. of text to be printed on each page.  EdiText sends a form-feed to the printer 
  89. after printing the set number of lines, prompting for a new sheet of paper if 
  90. Single Sheet mode was set.  
  91.  
  92.  
  93. Print text           (F7)
  94.  
  95. Print all text.  Pressing ESC pauses and gives the option to continue printing 
  96. or quit.  Printer control codes are Epson compatible.  
  97.  
  98.  
  99. Sort lines           (F8)
  100.  
  101. Sort a marked block into alphabetical order by line.  Very useful for keeping 
  102. lists.  Lines are compared as strings (as in GFA Basic) so don't expect 'F9' 
  103. to come before 'F10'...  
  104.  
  105.  
  106. Insert Bold ON code  (F9)
  107.  
  108. This code appears as '»' in the text, and turns Bold printing on.  
  109.  
  110.  
  111. Insert Bold OFF code (SHIFT/F9)
  112.  
  113. This code appears as '«' in the text, and turns Bold printing off.  
  114.  
  115.  
  116. Format text          (F10)
  117.  
  118. Reformat paragraph or block to set Width.  Reformatting starts from the line 
  119. the cursor is on (the cursor may be placed on a blank line before the 
  120. paragraph).  Two spaces are put after end of sentence markers (.?!).  Maximum 
  121. paragraph length for formatting is 100 lines.  Formatting does not work if 
  122. Width is set to 80.  If reformatting a marked block, pressing ESC quits at the 
  123. end of the paragraph being done.  
  124.  
  125.  
  126. OTHER KEYS:
  127.  
  128. CURSOR KEYS            move cursor around text, scrolling if necessary
  129. ^/CURSOR KEYS          up/down one screen, or left/right one word
  130. HOME                   move cursor to top left of screen
  131. HELP                   move to start of text
  132. UNDO                   move to end of text
  133.  
  134. INSERT                 insert new line, or split line
  135. DELETE                 delete character, or blank line, or join lines
  136. ^/DELETE               delete word to right, or blank line, or join lines
  137. BACKSPACE              delete character to left, or blank line, or join lines
  138.  
  139. RETURN                 create new line, or split line
  140. TAB                    tabulate to next 8th column
  141.  
  142. ^F                     next Find
  143. ^R                     next Replace, or insert string if no Find string
  144. ^A                     change case of character under cursor 
  145.  
  146.  
  147.  
  148. NOTES:
  149. ¯¯¯¯¯¯
  150. To DELETE a block of text simply Cut it.  To COPY a block of text; mark the 
  151. block, cut it, paste it back into the same place, move the cursor to the new 
  152. location and paste again.  To MERGE a block into another file; Cut the block, 
  153. Load the other file, position the cursor and Paste the stored block.  
  154.  
  155. Remember to use F10 to reformat a paragraph rather than using the cursor keys 
  156. and BACKSPACE/DELETE, etc.  Word wrapping doesn't operate in the middle of a 
  157. line, so it's easier to press INSERT to split the line, carry on typing, 
  158. cursor up a few lines, and press F10 to reformat.  
  159.  
  160. As block marking, cutting and pasting only work on full lines it may seem that 
  161. it's too much trouble to try to move part of a line, but not so.  Put the 
  162. cursor at the start of the first word to be marked, press RETURN to split the 
  163. line, press F1 to set the block start.  Move the cursor to the end of the last 
  164. word, press RETURN to split that line, and F2 to mark the block end.  Press F3 
  165. to cut the block, move to the start of the paragraph, F10 to reformat, then 
  166. paste the block where you like, reformatting there if need be.  To paste a 
  167. block into the middle of a paragraph, put the cursor at the point you wish to 
  168. paste the block into, press RETURN to split the line, F4 to paste, then 
  169. reformat the paragraph.  It might sound long-winded, but once you've tried it 
  170. you'll be surprised at just how quick it is.  
  171.  
  172. One last thing; be sure to check the Width setting after loading a file as it 
  173. may not be what you want as you type and reformat.
  174.  
  175.  
  176.  
  177.  
  178. If you would like to modify EdiText or add your own routines you can obtain a 
  179. copy of the GFA Basic source program from me, on a disk with postage paid, for 
  180. £4.00p - 
  181.  
  182.        Mike O'Donnell 
  183.        5 Worthington Close 
  184.        Runcorn 
  185.        Cheshire 
  186.        WA7 2QG 
  187.  
  188. I'd appreciate some feedback, but be sure to include a stamped & addressed 
  189. envelope if you havn't ordered the disk and want a reply.  
  190.  
  191.  
  192. Mike O'Donnell 17/1/89
  193. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  194.  
  195.  
  196.  
  197.  
  198.