home *** CD-ROM | disk | FTP | other *** search
/ On Disk Monthly 72 / odm72.zip / EDMHELP.TXT < prev    next >
Text File  |  1992-09-22  |  10KB  |  413 lines

  1.  
  2.   Edit Meister help file
  3.  
  4. Edit Meister Help
  5.  
  6. Edit Meister offers an extensive set of text
  7. editing commands, arranged by category in the list
  8. below.
  9.  
  10. NOTATION
  11. The "<" and the ">" denote a key or a set of keys
  12. that need to be pressed. <CtrlO><K> would mean you
  13. hold down the Ctrl key and press the O key. You
  14. then press the K key for the rest of the command.
  15.  
  16. Cursor Movement
  17.  
  18. <Left>, <CtrlS>
  19. Cursor left one character. Wrap
  20.  
  21. <Right>, <CtrlD>
  22. Cursor right one character.
  23.  
  24. <CtrlLeft>, <CtrlA>
  25. Cursor left one word. Wraps to end of previous
  26. line.
  27.  
  28. <CtrlRight>, <CtrlF>
  29. Cursor right one word. Wraps to beginning of
  30. following line.
  31.  
  32. <Home>, <CtrlQ><S>
  33. Cursor to beginning of line.
  34.  
  35. <End>, <CtrlQ><D>
  36. Cursor to end of line.
  37.  
  38. <Up>, <CtrlE>
  39. Cursor up one line.
  40.  
  41. <Down>, <CtrlX>
  42. Cursor down one line.
  43.  
  44. <CtrlW>
  45. Scroll display up one line.
  46.  
  47. <CtrlZ>
  48. Scroll display down one line.
  49.  
  50. <PgUp>, <CtrlR>
  51. Scroll display up one page.
  52.  
  53. <PgDn>, <CtrlC>
  54. Scroll display down one page.
  55.  
  56. <CtrlHome>, <CtrlQ><E>
  57. Move cursor to top of edit window.
  58.  
  59. <CtrlEnd>, <CtrlQ><X>
  60. Move cursor to bottom of edit window.
  61.  
  62. <CtrlPgUp>, <CtrlQ><R>
  63. Move cursor to beginning of file.
  64.  
  65. <CtrlPgDn>, <CtrlQ><C>
  66. Move cursor to end of file.
  67.  
  68. <CtrlJ><L>
  69. Prompts the user for a line number, then moves the
  70. cursor to the specified line.
  71.  
  72.  
  73. Insertion and Deletion
  74.  
  75. <Del>, <CtrlG>
  76. Delete character at cursor.
  77.  
  78. <Bksp>, <CtrlH>, <CtrlBksp>
  79. Delete character to left of cursor. If the cursor
  80. is at the beginning of a line, it will be joined
  81. with the previous line.
  82.  
  83. <CtrlY>
  84. Delete current line.
  85.  
  86. <CtrlQ><Y>
  87. Delete from cursor to end of line.
  88.  
  89. <Enter>, <CtrlM>
  90. Start a new line.
  91.  
  92. <CtrlN>
  93. Insert a new line at the position of the cursor.
  94.  
  95. <Tab>, <CtrlI>
  96. Move the cursor to the next tab stop. If insert
  97. mode is on, any text to the right of the cursor is
  98. shifted to the right. When fixed tabs are in
  99. effect, tab stops occur at 8-column intervals (by
  100. default). When smart tabs are in effect, tab stops
  101. are determined by the locations of the words on
  102. the previous line.
  103.  
  104. <CtrlP>
  105. Insert control character.
  106.  
  107.  
  108. File Commands
  109.  
  110. <F2>, <CtrlK><S>
  111. Save the current file and continue editing. A
  112. back up of your old file is saved with a .BAK
  113. extension. The file with the changes you have made
  114. is saved with the filename and extension visible
  115. on your screen.
  116.  
  117. <F3>
  118. Load a new file. If the current file has been
  119. changed, you will be asked if you want to save it.
  120.  
  121. <Esc>, <CtrlK><Q>
  122. Quit editing. If you have changed the file, Edit
  123. Meister will ask you if you want to save your file
  124. before exiting.
  125.  
  126. <CtrlK><D>
  127. Save the current file and load a new one.
  128.  
  129. <CtrlK><N>
  130. Save the current file under a new name.
  131.  
  132. <CtrlK><X>
  133. Save the current file and exit.
  134.  
  135.  
  136. Block Commands
  137.  
  138. <F7>, <CtrlK><B>
  139. Mark the beginning of a block.
  140.  
  141. <F8>, <CtrlK><K>
  142. Mark the end of a block.
  143.  
  144. <CtrlK><T>
  145. Mark the current word as a block.
  146.  
  147. <CtrlQ><B>
  148. Jump to the beginning of the currently marked block.
  149.  
  150. <CtrlQ><K>
  151. Jump to the end of the block.
  152.  
  153. <CtrlK><H>
  154. Toggle the display of blocks.
  155.  
  156. <CtrlK><C>
  157. Copy the currently displayed block to the position
  158. of the cursor. The block markers are placed around
  159. the new copy of the block.
  160.  
  161. <CtrlK><V>
  162. Move the currently displayed block to the position
  163. of the cursor.
  164.  
  165. <CtrlK><Y>
  166. Delete the currently displayed block.
  167.  
  168. <CtrlK><I>
  169. Indent the currently displayed block by one space.
  170. Does nothing if the cursor is not within the
  171. block. If the block covers a partial line then the
  172. whole line will be indented.
  173.  
  174. <CtrlK><U>
  175. Unindent the block.
  176.  
  177. <CtrlO><O>
  178. Toggle the case of all characters in the currently
  179. displayed block, or of the character at the cursor
  180. if not within a visible block.
  181.  
  182. <CtrlO><U>
  183. Converts characters in the current block to upper
  184. case.
  185.  
  186. <CtrlO><V>
  187. Converts characters in the current block to lower
  188. case.
  189.  
  190. <CtrlK><R>
  191. Reads a file into the text buffer at the current
  192. position of the cursor and marks it as a block. If
  193. the entire contents of the file will not fit into
  194. the buffer, a warning will be generated and no
  195. data will be read in.
  196.  
  197. <CtrlK><W>
  198. Writes the currently marked and displayed block to
  199. a file.
  200.  
  201. <CtrlK><P>
  202. Writes the currently marked and displayed block to
  203. the printer. If the last line of a block is only
  204. part of a line, that line will not show up on the
  205. printer. Subsequent printings will start with that
  206. partial line.  This is because that last line is
  207. stored in the printer's buffer and the buffer will
  208. not empty until an end of line is sent.
  209.  
  210.  
  211. Search and Replace
  212.  
  213. <CtrlQ><F>
  214. Allows the user to search for any string of up to
  215. 30 characters. After entering a search string, the
  216. user is prompted for search options, which include
  217. 'B' (search Backwards), 'G' (search Globally), 'L'
  218. (search Locally, within marked block), and 'U'
  219. (ignore case).
  220.  
  221. <CtrlQ><A>
  222. Works like Search, except that the user is asked
  223. for a replacement string of up to 30 characters.
  224. In addition to the search options available for
  225. ccSearch, 'N' may be used to indicate that
  226. replacements are to be made without asking for
  227. confirmation. If 'N' is not selected, each
  228. replacement must be confirmed: yes (make the
  229. replacement), no (don't make it), all (make this
  230. replacement and continue making replacements
  231. without further confirmation), and quit (stop the
  232. whole operation).
  233.  
  234. <CtrlL>
  235. Repeat the last search or replace operation.
  236.  
  237.  
  238. Text Markers
  239.  
  240. <CtrlK><0>..<CtrlK><3>
  241. Sets one of the four text markers at the position
  242. of the cursor.
  243.  
  244. <CtrlQ><0>..<CtrlQ><9>
  245. Moves the cursor to a text marker set with one of
  246. the SetMarkX commands.
  247.  
  248. <CtrlK><M>
  249. Toggle the display of text markers.
  250.  
  251. <CtrlQ><P>
  252. Jump to the last cursor position before the cursor
  253. was moved to the current line.
  254.  
  255.  
  256. Text Formatting
  257.  
  258. <CtrlB>
  259. Reformat the current paragraph. Does nothing if
  260. word wrap is off.
  261.  
  262. <CtrlK><G>
  263. Reformat the entire text buffer. Use with caution!
  264. Paragraphs that are not separated by an empty line
  265. will be formatted together.
  266.  
  267. <CtrlO><C>
  268. Center the current line between column 1 and the
  269. right margin.
  270.  
  271.  
  272. Mode Toggles and Option Settings
  273.  
  274. <Ins>, <CtrlV>
  275. Toggle insert mode on or off. A fat cursor
  276. indicates insert mode; a thin cursor indicates
  277. overtype mode.
  278.  
  279. <CtrlO><I>
  280. Toggle auto-indent mode on or off. In auto-indent
  281. mode, pressing <Enter> will cause the new line to
  282. have the same indentation as the previous line.
  283.  
  284. <CtrlO><W>
  285. Toggle word wrap on or off.
  286.  
  287. <CtrlO><F>
  288. Toggle the tab mode between smart tabs and fixed
  289. tabs.
  290.  
  291. <CtrlO><T>
  292. Prompts the user for the number of columns between
  293. tab stops (1-10).
  294.  
  295. <CtrlO><R>
  296. Prompts the user for a new right margin.
  297.  
  298. Enter a character number (80 characters maximum)
  299. to indicate the right margin. Adjust this number
  300. until the margin meets your needs or is visually
  301. pleasing. Though the left margin is not adjustable
  302. in the same manner, you may physically adjust it
  303. by moving the paper in your printer to the left or
  304. right. The standard margin is one inch. Once
  305. you've established the left margin by moving the
  306. paper, you should adjust the right margin to match
  307. by using this command.
  308.  
  309. HINT: You may also affect the way copy prints by
  310. using any of your printer's built-in options such
  311. as condensed type, various cpi (characters per
  312. inch) settings, different fonts, etc. Experiment
  313. until you find the settings you like best. The
  314. forms provided with this program have a right
  315. margin of 73 and were printed at 10 cpi in
  316. non-condensed text, producing equal margins of
  317. 5/8-inch (or six characters wide), for testing
  318. purposes.
  319.  
  320. WARNING!
  321. The right margin defaults to 79 every time a new
  322. document is loaded. If you had a document designed
  323. with a different right margin, you will have to
  324. reset the right margin and use <CtrlK><G> to
  325. reformat the whole document.
  326.  
  327. <CtrlO><B>
  328. Prompts the user for the number of spaces to
  329. indent/unindent marked blocks. The default value
  330. is 2.
  331.  
  332.  
  333. Other
  334.  
  335. <CtrlQ><L>
  336. Restore original contents of the current line.
  337.  
  338. <F1>, <ClickBoth>
  339. Request help.
  340.  
  341. <ClickLeft>
  342. Moves the cursor to the position indicated by the
  343. mouse, or choose one of the quick keys from the
  344. bottom row.
  345.  
  346. <F5>
  347. Print the whole file. Make sure your printer is
  348. turned on and has enough paper.
  349.  
  350. <Esc>
  351. Quits the program.  If you have changed the
  352. current document, you will be asked if you want to
  353. save it.
  354.  
  355.  
  356.  
  357. Quick Keys
  358.  
  359. For quick reference, the most commonly used
  360. editing commands are:
  361.  
  362. Block Begin ................<F7>
  363.  
  364. Block Copy  ..........<CtrlK><C>
  365.  
  366. Block End   ................<F8>
  367.  
  368. Block Move  ..........<CtrlK><V>
  369.  
  370. Center Line ..........<CtrlO><C>
  371.  
  372. Delete Line .............<CtrlY>
  373.  
  374. Delete Word .............<CtrlT>
  375.  
  376. Insert Mode Toggle ........<Ins>
  377.  
  378. Reformat Paragraph ......<CtrlB>
  379.  
  380. Replace ..............<CtrlQ><A>
  381.  
  382. Search ...............<CtrlQ><F>
  383.  
  384. Set Right Margin .....<CtrlO><R>
  385.  
  386. Tab Size (chars.) ....<CtrlO><T>
  387.  
  388. Toggle Word Wrap .....<CtrlO><W>
  389.  
  390.  
  391. PAGE LENGTH
  392. Edit Meister has a default page length (number of
  393. lines per page) of 60 lines. At times it may be
  394. necessary to insert Page Break characters into
  395. long, multi-section documents to assure proper
  396. form. Insert the cursor in front of the copy that
  397. should print to the next page, type "Ctrl-P,
  398. Ctrl-L" and a red "L" symbol should appear on the
  399. screen at the cursor. When you print, the copy
  400. following the Page Break character will print at
  401. the top of the next page.
  402.  
  403. HINT: The standard top and bottom margins are one
  404. inch (six lines equal one inch). Edit Meister's
  405. default page length gives you 1/2-inch top and
  406. bottom margins. Press the Enter or Return key
  407. three times at the top of a page to increase the
  408. margin to one inch. To achieve a one-inch margin
  409. at the bottom of the page, insert a Page Break
  410. character as outlined above at the beginning of
  411. line 58 on each page.
  412.  
  413.