home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / editor / easy225.lzh / EE.TXT < prev    next >
Text File  |  1989-06-01  |  78KB  |  2,668 lines

  1. @10
  2.  
  3. &TOP OF FILE
  4.  
  5.     Keystroke sequence:   10
  6. )    Alternate keystrokes: 10
  7.  
  8. The cursor is moved to the first character in the
  9. file.
  10. @11
  11.  
  12. &BOTTOM OF FILE
  13.  
  14.     Keystroke sequence:   11
  15. )    Alternate keystrokes: 11
  16.  
  17. The cursor is moved past the last character in
  18. the file.
  19. @18
  20.  
  21. &GO TO LINE NUMBER
  22.  
  23.     Keystroke sequence:   18
  24. )    Alternate keystrokes: 18
  25.  
  26. The cursor will be repositioned to the specified
  27. line number of the current window. A prompt box
  28. will request the target line number. Enter any
  29. number from 1 to 32767. If the value is preceded
  30. by a plus (+) or minus (-) sign, the target line
  31. number will be calculated relative to the current
  32. line.
  33. @19
  34.  
  35. &GO TO COLUMN NUMBER
  36.  
  37.     Keystroke sequence:   19
  38. )    Alternate keystrokes: 19
  39.  
  40. The cursor will be repositioned to the specified
  41. column number of the current line. A prompt box
  42. will request the target column number. Enter any
  43. number from 1 to 999. If the value is preceded
  44. by a plus (+) or minus (-) sign, the target
  45. column number will be calculated relative to the
  46. current column.
  47. @20
  48.  
  49. &GO TO WINDOW
  50.  
  51.     Keystroke sequence:   20
  52. )    Alternate keystrokes: 20
  53.  
  54. The cursor will be moved to the current position
  55. in another window on the screen. If only one
  56. window is available, nothing will happen.
  57. Otherwise a menu will appear, showing the
  58. available windows, and the files currently in
  59. each one. Select one of these choices by moving
  60. the selection bar or by pressing the number of
  61. the desired window.
  62. @22
  63.  
  64. &UNDO LAST DELETION
  65.  
  66.     Keystroke sequence:   22
  67. )    Alternate keystrokes: 22
  68.  
  69. The line of text most recently deleted will be
  70. inserted into the current text stream at the
  71. cursor position. Note that this applies only to
  72. complete lines of text, and not to character or
  73. word deletions. By default, 20 lines of deleted
  74. text are stored for possible undeletion. The undo
  75. limit can be adjusted via a Setup command.
  76. @23
  77.  
  78. &RESTORE LINE
  79.  
  80.     Keystroke sequence:   23
  81. )    Alternate keystrokes: 23
  82.  
  83. The current line of text will be restored to its
  84. appearance just prior to when the cursor was
  85. moved onto the line. The cursor position will
  86. also be restored to the value when it entered the
  87. line.
  88. @34
  89.  
  90. &SEARCH FOR PATTERN
  91.  
  92.     Keystroke sequence:   34
  93. )    Alternate keystrokes: 34
  94.  
  95. The current window will be searched to find a
  96. specified sequence of text. When the pattern is
  97. found, the cursor will be positioned at the
  98. beginning of the pattern, and the matched text
  99. highlighted until the next keystroke.
  100.  
  101. A prompt box will allow entry of the text
  102. pattern and search options. Enter any text or
  103. control characters just as they would be typed in
  104. the body of the file.
  105. ]
  106.  
  107. Search options control the behavior of the
  108. search. The following options are available:
  109.  
  110.  U - ignore case (Upper-case) while searching
  111. ) B - search Backwards from the cursor
  112. )     position.
  113. ) W - search for whole Words only.
  114. ) G - search Globally, starting at the
  115. )     beginning of the file (or end, if
  116. )     searching backwards).
  117. ) L - search Locally (only within marked block).
  118. ) n - search for the nth occurrence of the
  119. )     string (n is an integer).
  120. ]
  121.  
  122. Enter the following sequence of keystrokes to
  123. search for the end of each text line:
  124. <CtrlP><CtrlM><CtrlP><CtrlJ>. This sequence
  125. enters Carriage return/Line feed into the search
  126. pattern.
  127.  
  128. Note that each pattern must be found within a
  129. single line. No match may span multiple lines.
  130. @35
  131.  
  132. &SEARCH AND REPLACE
  133.  
  134.     Keystroke sequence:   35
  135. )    Alternate keystrokes: 35
  136.  
  137. The current window will be searched for a
  138. specified sequence of text. When the pattern is
  139. found, it will be replaced with another specified
  140. text sequence.
  141.  
  142. A prompt box will allow entry of the search
  143. text, replacement text, and search options. Enter
  144. any text or control characters just as they would
  145. be typed in the body of the file.
  146. ]
  147.  
  148. Search options control the behavior of the
  149. search. The following options are available:
  150.  
  151.  U - ignore case (Upper-case) while searching
  152. ) B - search Backwards from the cursor
  153. )     position.
  154. ) W - search for whole Words only.
  155. ) G - search Globally, starting at the extreme
  156. )     end of the file.
  157. ) L - search Locally (only within marked block).
  158. ) N - do Not prompt for confirmation when the
  159. )     pattern is found.
  160. ) n - replace n occurrences of the string
  161. )     (n is an integer).
  162. ]
  163.  
  164. If the N option is not specified, a prompt will
  165. occur each time the search pattern is found. This
  166. prompt will provide the following options:
  167.  
  168.  Y - replace this text and continue searching.
  169. ) N - do Not replace, but continue searching.
  170. ) A - replace this text and replace All others
  171. )     without prompting.
  172. ) Q - do not replace, and Quit searching.
  173. ]
  174.  
  175. Enter the following sequence of keystrokes to
  176. search for the end of each text line:
  177. <CtrlP><CtrlM><CtrlP><CtrlJ>. This sequence
  178. enters Carriage return/Line feed into the search
  179. pattern.
  180. @36
  181.  
  182. &SEARCH AND USE MACRO
  183.  
  184.     Keystroke sequence:   36
  185. )    Alternate keystrokes: 36
  186.  
  187. The current window will be searched for a
  188. specified sequence of text. When the pattern is
  189. found, the cursor will be repositioned to that
  190. location, and a specified macro will be played
  191. back.
  192. ]
  193.  
  194. A prompt box will allow entry of the search
  195. text, macro selection, and search options. Enter
  196. any text or control characters just as they would
  197. be typed in the body of the file. The macro must
  198. have been defined prior to using the search and
  199. apply macro command.
  200. ]
  201.  
  202. Search options control the behavior of the
  203. search. The following options are available:
  204.  
  205.  U - ignore case (Upper-case) while searching
  206. ) B - search Backwards from the cursor
  207. )     position.
  208. ) W - search for whole Words only.
  209. ) G - search Globally, starting at the extreme
  210. )     end of the file.
  211. ) L - search Locally (only within marked block).
  212. ) N - do Not prompt for confirmation when the
  213. )     pattern is found.
  214. ) n - apply macro for n occurrences of the
  215. )     search string (n is an integer).
  216. ]
  217.  
  218. If the N option is not specified, a prompt will
  219. occur each time the search pattern is found. This
  220. prompt will provide the following options:
  221.  
  222.  Y - apply macro and continue searching.
  223. ) N - do Not apply macro, but continue searching.
  224. ) A - apply macro and apply at All matches
  225. )     without prompting.
  226. ) Q - do not apply macro, and Quit searching.
  227. ]
  228.  
  229. Enter the following sequence of keystrokes to
  230. search for the end of each text line:
  231. <CtrlP><CtrlM><CtrlP><CtrlJ>. This sequence
  232. enters Carriage return/Line feed into the search
  233. pattern.
  234. @37
  235.  
  236. &SEARCH AGAIN
  237.  
  238.     Keystroke sequence:   37
  239. )    Alternate keystrokes: 37
  240.  
  241. The previous search operation will be repeated.
  242. This will repeat a plain search, a search and
  243. replace, or a search and apply macro command.
  244. @38
  245.  
  246. &OPERATING SYSTEM
  247.  
  248.     Keystroke sequence:   38
  249. )    Alternate keystrokes: 38
  250.  
  251. Any DOS command or program may be executed. A
  252. prompt box will ask for the name of the command
  253. or program to run. Entering an empty line at the
  254. prompt box will cause a DOS shell to be invoked.
  255. You may execute any sequence of DOS commands from
  256. the shell, and finally return to the editor by
  257. typing Exit.
  258. ]
  259.  
  260. The DOS shell requires that a copy of COMMAND.COM
  261. be present in the normal drive and directory
  262. assigned by DOS. Sufficient random-access memory
  263. must be available for the shell and any command
  264. that you specify.
  265.  
  266. Do not execute any program that becomes memory
  267. resident while within the DOS shell.
  268. @39
  269.  
  270. &BACKWARD TAB
  271.  
  272.     Keystroke sequence:   39
  273. )    Alternate keystrokes: 39
  274.  
  275. The cursor will be moved to the next tab left of
  276. the current position. This command is available
  277. only in fixed tab mode.
  278. @40
  279.  
  280. &EDIT ANOTHER FILE
  281.  
  282.     Keystroke sequence:   40
  283. )    Alternate keystrokes: 40
  284.  
  285. The current window will be cleared, and a prompt
  286. box will ask for the name of another file to
  287. edit. If the current window already holds a file
  288. that has been modified, you will be given the
  289. opportunity to save it.
  290. ]
  291.  
  292. When prompted for a file name, you may enter DOS
  293. wildcards or the name of another drive or
  294. subdirectory. In this case, another window will
  295. display the names of all matching files. You can
  296. select from this list by using the cursor keypad,
  297. or by pressing the first letter of the filename
  298. in which you are interested.
  299.  
  300. By entering an empty line for the file name, you
  301. can edit a file without specifying a name for it.
  302. A name can be specified later when you want to
  303. write it out to disk.
  304. @41
  305.  
  306. &FILE QUIT
  307.  
  308.     Keystroke sequence:   41
  309. )    Alternate keystrokes: 41
  310.  
  311. The editing session will end and you will return
  312. to DOS. If any windows have been modified, prompt
  313. boxes will appear and you will be given the
  314. opportunity to save each modified file. If you
  315. type <Esc> at any of the prompt boxes, the FILE
  316. QUIT command will be interrupted and you will
  317. return to the current text window.
  318. @42
  319.  
  320. &READ BLOCK FROM FILE
  321.  
  322.     Keystroke sequence:   42
  323. )    Alternate keystrokes: 42
  324.  
  325. A prompt box will ask for the name of a file to
  326. read. This file will be read into the current
  327. window, starting at the current cursor position.
  328. The newly read text will be marked as a block.
  329. ]
  330.  
  331. When prompted for a file name, you may enter DOS
  332. wildcards or the name of another drive or
  333. subdirectory. In this case, another window will
  334. display the names of all matching files. You can
  335. select from this list by using the cursor keypad,
  336. or by pressing the first letter of the filename
  337. in which you are interested.
  338. @43
  339.  
  340. &SAVE AND CONTINUE EDIT
  341.  
  342.     Keystroke sequence:   43
  343. )    Alternate keystrokes: 43
  344.  
  345. The contents of the current window will be saved
  346. to disk, using a file name the same as when the
  347. file was first read. If the file has not been
  348. named, a prompt box will ask for a new name. If
  349. the disk file already exists, a backup copy will
  350. be made before overwriting the existing version.
  351. The cursor will remain in place after the file is
  352. written to disk.
  353. @44
  354.  
  355. &WRITE BLOCK TO FILE
  356.  
  357.     Keystroke sequence:   44
  358. )    Alternate keystrokes: 44
  359.  
  360. The currently marked block will be written to a
  361. disk file. If no block is marked, an error
  362. message will be produced. If the disk file
  363. already exists, you will be given the choice of
  364. overwriting it or appending to it.
  365. @46
  366.  
  367. &FILE OPEN
  368.  
  369.     Keystroke sequence:   46
  370. )    Alternate keystrokes: 46
  371.  
  372. A prompt box will ask for the name of a new file
  373. to read. If another file is already being edited,
  374. the current window will be split in half, and the
  375. new file will be read into the new window.
  376.  
  377. By specifying a file name that matches an
  378. existing window, you may look at two regions of
  379. the same file. Changes made in one window will
  380. affect all other windows which contain the same
  381. file.
  382. ]
  383.  
  384. When prompted for a file name, you may enter DOS
  385. wildcards or the name of another drive or
  386. subdirectory. In this case, another window will
  387. display the names of all matching files. You can
  388. select from this list by using the cursor keypad,
  389. or by pressing the first letter of the filename
  390. in which you are interested.
  391.  
  392. By entering an empty line for the file name, you
  393. can edit a file without specifying a name for it.
  394. A name can be specified later when you want to
  395. write it out to disk.
  396. @47
  397.  
  398. &RESIZE WINDOW
  399.  
  400.     Keystroke sequence:   47
  401. )    Alternate keystrokes: 47
  402.  
  403. Use this command to change the height of the
  404. current window. The up and down arrow keys will
  405. move the window dividing lines. Press <Enter>
  406. when the window has the desired size.
  407. @48
  408.  
  409. &SAVE/SWITCH FILES
  410.  
  411.     Keystroke sequence:   48
  412. )    Alternate keystrokes: 48
  413.  
  414. The file in the current window will be stored to
  415. disk. A prompt box will then ask for the name of
  416. another file to edit. The new file will be read
  417. into the current window. All window sizes will
  418. remain the same.
  419. ]
  420.  
  421. When prompted for a file name, you may enter DOS
  422. wildcards or the name of another drive or
  423. subdirectory. In this case, another window will
  424. display the names of all matching files. You can
  425. select from this list by using the cursor keypad,
  426. or by pressing the first letter of the filename
  427. in which you are interested.
  428.  
  429. By entering an empty line for the file name, you
  430. can edit a file without specifying a name for it.
  431. A name can be specified later when you want to
  432. write it out to disk.
  433. @49
  434.  
  435. &NEXT WINDOW
  436.  
  437.     Keystroke sequence:   49
  438. )    Alternate keystrokes: 49
  439.  
  440. The cursor will be moved to the current position
  441. in the next window down on the screen. If the
  442. cursor is already in the lowest window, it will
  443. move to the topmost window. If there is only one
  444. window, nothing will happen.
  445. @51
  446.  
  447. &ZOOM WINDOW
  448.  
  449.     Keystroke sequence:   51
  450. )    Alternate keystrokes: 51
  451.  
  452. The current window will grow to fill the screen.
  453. Other text windows are kept in memory, but are
  454. not visible until zoom is toggled off. The Next
  455. window and Previous window commands will bring
  456. each window to the forefront in succession. Text
  457. markers and blocks may be accessed as usual in
  458. the hidden windows. The only exception is block
  459. delete: a block will not be deleted from a hidden
  460. window.
  461. ]
  462.  
  463. When zoom is active, a letter Z will appear at the
  464. left edge of the window status line. Toggling
  465. the zoom command again will make all windows
  466. visible.
  467. @52
  468.  
  469. &BLOCK BEGIN
  470.  
  471.     Keystroke sequence:   52
  472. )    Alternate keystrokes: 52
  473.  
  474. The cursor position will become the start of a
  475. marked block.
  476. @53
  477.  
  478. &BLOCK END
  479.  
  480.     Keystroke sequence:   53
  481. )    Alternate keystrokes: 53
  482.  
  483. The cursor position will become the end of a
  484. marked block.
  485. @54
  486.  
  487. &START OF BLOCK
  488.  
  489.     Keystroke sequence:   54
  490. )    Alternate keystrokes: 54
  491.  
  492. The cursor will be moved to the start of the
  493. current block, whether it is visible or not.
  494. @55
  495.  
  496. &END OF BLOCK
  497.  
  498.     Keystroke sequence:   55
  499. )    Alternate keystrokes: 55
  500.  
  501. The cursor will be moved to the end of the marked
  502. block, whether it is visible or not.
  503. @56
  504.  
  505. &BLOCK COPY
  506.  
  507.     Keystroke sequence:   56
  508. )    Alternate keystrokes: 56
  509.  
  510. A copy of the marked block will be inserted at
  511. the current cursor position.
  512. @57
  513.  
  514. &BLOCK MOVE
  515.  
  516.     Keystroke sequence:   57
  517. )    Alternate keystrokes: 57
  518.  
  519. The marked block will be removed from its current
  520. location and inserted before the current cursor
  521. position.
  522. @58
  523.  
  524. &BLOCK DELETE
  525.  
  526.     Keystroke sequence:   58
  527. )    Alternate keystrokes: 58
  528.  
  529. The marked block will be deleted from the text
  530. stream. If the block spans more than one line,
  531. the deleted lines may be recovered via the
  532. Undelete command.
  533. @59
  534.  
  535. &HIDE BLOCK
  536.  
  537.     Keystroke sequence:   59
  538. )    Alternate keystrokes: 59
  539.  
  540. The on-screen highlighting of the marked block is
  541. toggled on or off. Blocks can be copied, moved,
  542. or deleted only when the block is visibly marked.
  543. Movement to block start or end is possible even
  544. when the block is not visible.
  545. @82
  546.  
  547. &LOAD MACROS FROM DISK
  548.  
  549.     Keystroke sequence:   82
  550. )    Alternate keystrokes: 82
  551.  
  552. A previously stored file of EasyEdit keyboard
  553. macros is loaded into memory. The macro file is a
  554. binary file in a special format used by
  555. EasyEdit. Macros may be recorded, edited, and
  556. stored to disk from within EasyEdit. Each macro
  557. file contains ten macros, each of which may hold
  558. up to 255 keystrokes. EasyEdit automatically
  559. loads the macro file EE.MAC, if found, when the
  560. program is started unless overridden by the
  561. initialisation file or a command line switch.
  562. @83
  563.  
  564. &STORE MACROS TO DISK
  565.  
  566.     Keystroke sequence:   83
  567. )    Alternate keystrokes: 83
  568.  
  569. The current set of EasyEdit keyboard macros is
  570. written to a disk file. A prompt box will ask for
  571. a file name. The macro file is a binary file in a
  572. special format used by EasyEdit. Macros may be
  573. recorded, edited, and stored to disk from within
  574. EasyEdit. Each macro file contains ten macros,
  575. each of which may hold up to 255 keystrokes.
  576. EasyEdit automatically loads the macro file
  577. EE.MAC, if found, when the program is started unless
  578. overridden by the initialisation file or a command line
  579. switch.
  580. @84
  581.  
  582. &TOGGLE MACRO RECORD
  583.  
  584.     Keystroke sequence:   84
  585. )    Alternate keystrokes: 84
  586.  
  587. Any keystrokes entered after this command is
  588. activated are stored within a keyboard macro,
  589. which may be edited and later played back within
  590. EasyEdit. To stop macro recording, enter this
  591. command a second time. A prompt box will ask for
  592. which of the ten macros should store the newly
  593. recorded one, and for a descriptive name for the
  594. macro.
  595.  
  596. Each macro can hold up to 255 keystrokes. Macros
  597. can play back other macros. Macros are played
  598. back by pressing one of the installed keystroke
  599. combinations, or by choosing the Utility Macro
  600. Playback option from the menu system.
  601. ]
  602.  
  603. One of the macros is somewhat special. This
  604. macro is called the "scrap". Whenever a new macro
  605. is recorded, it writes over the scrap macro. The
  606. current scrap macro can be played back once or
  607. many times using other macro commands.
  608. @104
  609.  
  610. &GET INFORMATION
  611.  
  612.     Keystroke sequence:   104
  613. )    Alternate keystrokes: 104
  614.  
  615. Various facts about EasyEdit and the current
  616. file are displayed. Information shown includes
  617. the complete path name of the current file; its
  618. size in bytes, words, lines, and pages; whether
  619. it has been modified since last disk save; the
  620. time and date; available RAM and disk space; the
  621. current directory; and the DOS and EasyEdit
  622. version numbers. It also displays the license
  623. information.
  624.  
  625. Some of the statistics that EasyEdit presents
  626. take a while to compute. By pressing any key while
  627. the Get Info window is being updated, you can
  628. "short-circuit" the computation of some items.
  629. @106
  630.  
  631. &TOGGLE INSERT MODE
  632.  
  633.     Keystroke sequence:   106
  634. )    Alternate keystrokes: 106
  635.  
  636. When insert mode is active, newly typed text is
  637. inserted into the current text line, pushing
  638. characters to the right of the cursor aside to
  639. make room. When insert mode is off, newly typed
  640. text overwrites existing text. Many commands,
  641. such as block copy and insert line, operate in
  642. insert mode independent of the setting of this
  643. toggle.
  644. @107
  645.  
  646. &TOGGLE AUTOINDENT MODE
  647.  
  648.     Keystroke sequence:   107
  649. )    Alternate keystrokes: 107
  650.  
  651. When autoindent mode is active and the <Enter>
  652. key is pressed, the new line of text will be
  653. indented the same number of spaces as the line
  654. immediately above it. The setting of this toggle
  655. also affects the operation of the paragraph
  656. reformatting command.
  657. @108
  658.  
  659. &TOGGLE CASE
  660.  
  661.     Keystroke sequence:   108
  662. )    Alternate keystrokes: 108
  663.  
  664. The case of the character at the cursor location
  665. will be toggled from upper to lower, or from
  666. lower to upper. If a block is marked and visible,
  667. and the cursor is anywhere within the marked
  668. block, the command will toggle the case of the
  669. entire block.
  670. @109
  671.  
  672. &LOWER CASE
  673.  
  674.     Keystroke sequence:   109
  675. )    Alternate keystrokes: 109
  676.  
  677. The case of the character at the cursor location
  678. will be set to lower-case. If a block is marked
  679. and visible, and the cursor is anywhere within
  680. the marked block, the command will change the
  681. case of the entire block.
  682. @110
  683.  
  684. &UPPER CASE
  685.  
  686.     Keystroke sequence:   110
  687. )    Alternate keystrokes: 110
  688.  
  689. The case of the character at the cursor location
  690. will be set to upper-case. If a block is marked
  691. and visible, and the cursor is somewhere within
  692. the marked block, the command will change the
  693. case of the entire block.
  694. @111
  695.  
  696. &SET RIGHT MARGIN
  697.  
  698.     Keystroke sequence:   111
  699. )    Alternate keystrokes: 111
  700.  
  701. A prompt box will ask for a new value for the
  702. right margin. Entering an empty prompt string will
  703. set the right margin to the current cursor column.
  704. The right margin is used only when Word Wrap mode
  705. is active. When that is so, text entered in a
  706. column beyond the right margin will automatically
  707. be wrapped to the next line. Paragraph formatting
  708. will move words so that lines are as full as
  709. possible within, but not exceeding, the right
  710. margin.
  711. @112
  712.  
  713. &FORMAT PARAGRAPH
  714.  
  715.     Keystroke sequence:   112
  716. )    Alternate keystrokes: 112
  717.  
  718. Format paragraph is available only when Word
  719. Wrap mode is active. Paragraph reformatting will
  720. move words so that lines are as full as possible
  721. within, but not exceeding, the current left and
  722. right margins. If Justify mode is active, the
  723. lines will also be evenly filled with spaces so
  724. that the rightmost word ends on the right margin.
  725.  
  726. The paragraph reformat is terminated when a blank
  727. line, or a line beginning with a format character
  728. (@), is reached.
  729. @113
  730.  
  731. &TOGGLE WORD WRAP
  732.  
  733.     Keystroke sequence:   113
  734. )    Alternate keystrokes: 113
  735.  
  736. When Word Wrap mode is active, paragraph
  737. reformatting and automatic word wrap are
  738. available. Otherwise, left and right margin
  739. settings are ignored, and text may be entered in
  740. any column up to the maximum line length.
  741. @114
  742.  
  743. &SET LEFT MARGIN
  744.  
  745.     Keystroke sequence:   114
  746. )    Alternate keystrokes: 114
  747.  
  748. A prompt box will ask for a new value for the
  749. left margin. Entering an empty prompt string will
  750. set the left margin to the current cursor column.
  751.  
  752. When Word Wrap mode is active, the left margin
  753. controls the leftmost position where text may be
  754. entered. The left margin also controls the
  755. operation of the paragraph formatting command.
  756.  
  757. The left and right margins can be made visible by
  758. toggling the Tab Line Display.
  759.  
  760. Print formatting commands require that the
  761. format character (@) be located in column 1 even
  762. if the left margin is set to a number greater
  763. than one. To achieve this, enter the format
  764. command starting at the left margin, move the
  765. cursor to column 1 with the Left of Line command,
  766. and delete the intervening spaces via Delete
  767. Word. Alternatively, activate the Margin Release
  768. command while the format command is entered.
  769. @115
  770.  
  771. &DISPLAY TABS
  772.  
  773.     Keystroke sequence:   115
  774. )    Alternate keystrokes: 115
  775.  
  776. Toggling Display Tabs ON reserves one line of the
  777. current window for display of tab settings and
  778. margins. The tabs and margins can be active
  779. whether or not the tab line is visible.
  780. @116
  781.  
  782. &INSERT UNDO BUFFER
  783.  
  784.     Keystroke sequence:   116
  785. )    Alternate keystrokes: 116
  786.  
  787. The entire contents of the undo buffer are
  788. inserted into the current text stream, prior to
  789. the current line. This empties the undo buffer,
  790. that is, the operation can be used only once for
  791. any set of deletions.
  792. @117
  793.  
  794. &TOGGLE JUSTIFY
  795.  
  796.     Keystroke sequence:   117
  797. )    Alternate keystrokes: 117
  798.  
  799. When Justify is active, word wrap and paragraph
  800. reformat operations will cause each line to be
  801. filled in with spaces such that the rightmost
  802. non-blank character is exactly on the right
  803. margin.
  804. ]
  805.  
  806. By toggling Justify off, and reformatting lines
  807. or paragraphs, the additional blanks will be
  808. automatically removed from the text. Note that
  809. blanks manually inserted (via the Tab command,
  810. etc.) will also be removed, unless the Compress
  811. Wrap mode is turned off.
  812.  
  813. EasyEdit does not differentiate between "soft"
  814. blanks added during justification and "hard"
  815. blanks manually entered. However, the character
  816. <CtrlO> may be used in place of a normal blank
  817. when non-changing spaces are desired. The <CtrlO>
  818. will be printed as a normal space. To enter a
  819. <CtrlO> in the text stream, press 25<CtrlO>.
  820. @118
  821.  
  822. &TOGGLE PAGE BREAKS
  823.  
  824.     Keystroke sequence:   118
  825. )    Alternate keystrokes: 118
  826.  
  827. When pagination is activated, the left two
  828. columns of the text window will be devoted to
  829. showing page breaks. The characters »» in those
  830. columns indicate that the corresponding line is
  831. the first printing text line on its page.
  832.  
  833. In addition, the status line for the window will
  834. indicate what page number the cursor is on. The
  835. Jump to Page command is available only when
  836. pagination is activated.
  837. ]
  838.  
  839. EasyEdit calculates page numbers while it is
  840. waiting for you to enter keystrokes. As a result,
  841. if you enter new text it may take a short period
  842. of time before the page break markers are redrawn
  843. at their new positions.
  844.  
  845. Although the page breaks displayed on screen
  846. correspond to those in a printout of the
  847. document, EasyEdit does not store any special
  848. characters in the disk file. Page breaks are
  849. recomputed each time the file is read into
  850. EasyEdit.
  851.  
  852. Pagination can be precisely controlled via the
  853. formatting commands. See the help section for
  854. File Print Formatting.
  855. @119
  856.  
  857. &TOGGLE FONT DISPLAY
  858.  
  859.     Keystroke sequence:   119
  860. )    Alternate keystrokes: 119
  861.  
  862. When Font Display is enabled, print formatting
  863. commands that control font selections will not
  864. be displayed on-screen. Instead the marked text
  865. will be displayed in a colour or attribute
  866. corresponding to the font. This "what you see is
  867. what you get" mode allows more accurate alignment
  868. of tables, and avoids multiple print cycles to
  869. correct formatting commands.
  870.  
  871. The screen colours for each font may be adjusted on
  872. the Options Colours menu.
  873.  
  874. When font display is enabled, the control
  875. characters that select the fonts are not visible.
  876. However, the cursor can be positioned over the
  877. control character, and it can be deleted if
  878. desired. The EasyEdit hardware cursor grows to a
  879. large block when it is positioned over the
  880. control character. The value of the control
  881. character will be displayed at the right hand
  882. edge of the window status line when the cursor is
  883. positioned over it.
  884.  
  885. EasyEdit computes the display of on-screen fonts
  886. while it is waiting for you to enter keystrokes.
  887. As a result, if you enter new text it may take a
  888. short period of time before control characters
  889. disappear and fonts are drawn in their final
  890. colours.
  891. @120
  892.  
  893. &CENTER LINE
  894.  
  895.     Keystroke sequence:   120
  896. )    Alternate keystrokes: 120
  897.  
  898. The current line will be centered between the
  899. left and right margins. This command is active
  900. only when Word Wrap mode is on.
  901. @121
  902.  
  903. &SET COLOURS
  904.  
  905.     Keystroke sequence:   121
  906. )    Alternate keystrokes: 121
  907.  
  908. All of the editor colours can be customized to
  909. your liking. Independent colour settings are
  910. available for normal text, block marked text,
  911. window status lines, the prompt line at the top
  912. of the screen, text in menus and prompt boxes,
  913. menu frames, the highlighted character by which
  914. each menu item may be selected, the currently
  915. selected menu item, the block cursor (when
  916. active), and each of the five selectable fonts.
  917. ]
  918.  
  919. The colours that you select are saved with
  920. EasyEdit when you execute the Options Save
  921. setup command.
  922. @122
  923.  
  924. &SAVE SETUP
  925.  
  926.     Keystroke sequence:   122
  927. )    Alternate keystrokes: 122
  928.  
  929. The toggles, settings, colours, and options are
  930. stored as EasyEdit defaults when this command is
  931. executed. EE.EXE must be present in the default
  932. directory or in the installed home directory.
  933. @123
  934.  
  935. &PRINT FILE
  936.  
  937.     Keystroke sequence:   123
  938. )    Alternate keystrokes: 123
  939.  
  940. Any text file can be printed from within
  941. EasyEdit. Files formatted with EasyEdit's page
  942. layout commands and font controls will print with
  943. multiple fonts, headers, footers, and page breaks.
  944.  
  945. Do not press <Enter> on the first menu selection,
  946. Print file now, until the other items in the box
  947. have been set to your satisfaction. Selecting the
  948. first item starts the print job.
  949.  
  950. After you select the second menu item, Name of
  951. file, a prompt box will request entry of the name
  952. of the file to print. When prompted for a file
  953. name, you may enter DOS wildcards or the name of
  954. another drive or subdirectory. In this case,
  955. another window will display the names of all
  956. matching files. You can select from this list by
  957. using the cursor keypad, or by pressing the first
  958. letter of the filename in which you are
  959. interested.
  960.  
  961. If you wish to print a file that is currently
  962. loaded in memory, be sure to save any recent
  963. changes to disk before trying to print it. If you
  964. attempt to print a file that has unsaved changes,
  965. EasyEdit will produce an error message.
  966.  
  967. Set Auto formatting OFF if you wish to have
  968. EasyEdit ignore formatting commands (@ commands)
  969. in your text. In this case, text will print
  970. continuously with no form feeds or page breaks.
  971. Control codes embedded in the text will be
  972. written to the output without interpretation.
  973.  
  974. By default, EasyEdit prints all pages of the
  975. document. You can set starting and stopping
  976. pages if desired.
  977.  
  978. Select from any of the available printer
  979. definition files (default extension .PDF) to find
  980. one that is appropriate for your printer. You can
  981. change to another file and use Options Save setup
  982. to regularly use that file.
  983.  
  984. You can also choose between sending the printed output
  985. to LPT1, LPT2, LPT3, COM1, COM2 or to a file. The LPT
  986. and COM labels refer to the computer port where your
  987. printer is attached. If the printer is attached to a
  988. serial port, you must use the DOS MODE command in order
  989. to set up the correct baud rate and other parameters
  990. for that particular port. Your choice between LPT/COM
  991. will be saved with EasyEdit when you Save Setup.
  992.  
  993. When output is printed to a file, all control
  994. codes are written out just as when they are
  995. printed. In this case, you must also specify the
  996. name of the output file using the prompt window.
  997.  
  998. Set Manual paper feed ON if you wish to have
  999. EasyEdit prompt you to insert a new sheet of
  1000. paper after each page. This choice is also stored
  1001. as part of the printer definition file for your
  1002. selected printer.
  1003.  
  1004. Set Use formfeeds ON if your printer accepts
  1005. ASCII character #12 to eject each page. Otherwise,
  1006. EasyEdit will fill out the end of each page with
  1007. blank lines.
  1008.  
  1009. After making all selections, move the menu bar to
  1010. the Print file now item and press <Enter>. If
  1011. you decide not to print, just press <Esc>.
  1012. Printing occurs as a background task. You can
  1013. continue editing with minimal loss of performance
  1014. while the print job continues.
  1015.  
  1016. To stop a print job at any time, execute the
  1017. Print File command sequence. EasyEdit will
  1018. confirm whether you want to stop the print job.
  1019. ]
  1020.  
  1021. &PRINTER DEFINITIONS
  1022.  
  1023. You can edit and store printer definitions from
  1024. within EasyEdit, using the File Print menu.
  1025.  
  1026. Select a printer definition file (default
  1027. extension .PDF) using the Which printer menu
  1028. item. EasyEdit will load this printer file into
  1029. memory.
  1030.  
  1031. Any of the command sequences that control various
  1032. printer fonts can be edited using the Edit printer
  1033. codes menu selection. Each font is associated
  1034. with two strings - one to turn the font ON, and
  1035. another to turn it OFF.
  1036.  
  1037. When you choose a sequence to edit, it appears in
  1038. another window. It can be edited using the cursor
  1039. keys, and the <Del> or <Backspace> keys. Most
  1040. characters you type will be inserted literally
  1041. into the string. <CtrlBksp> will delete the
  1042. existing string. <Enter> will end the session
  1043. in the string editor. In case you need to enter
  1044. any of these special keys as part of the control
  1045. string, press the <ScrollLock> key to enter
  1046. Literal mode. In this mode, all keystrokes will be
  1047. inserted into the string without further
  1048. interpretation.
  1049.  
  1050. The printer definition currently held in memory
  1051. can be stored to a disk file using the Save
  1052. printer setup menu item. EasyEdit stores the
  1053. printer command sequences for all fonts, as well
  1054. as the default settings for manual paper feed and
  1055. formfeeds, when you save the setup.
  1056.  
  1057. EasyEdit will prompt for a file name when you
  1058. decide to store the current definition. The
  1059. default extension for printer definitions is .PDF.
  1060. ]
  1061.  
  1062. &Character Translation Tables
  1063.  
  1064. EasyEdit can translate characters for foreign
  1065. printers eg DEC Line Drawing characters. The data
  1066. is read in from a translation file and stored until
  1067. the appropriate character is printed. The
  1068. translation string is then substituted for the
  1069. character.
  1070. )  The translation file has the same name as the
  1071. Printer Definition File but has an extension of
  1072. .CHT. It can be created with any text editor and
  1073. has the following format:
  1074.  
  1075. )      Col 1    - Character to be translated
  1076. )      Col 2    - Ignored.
  1077. )      Col 3-34 - String of characters to replace the
  1078.                  original (max 32).
  1079.  
  1080.     There can be up to 32 of these translations.
  1081.  
  1082. It is loaded automatically when EasyEdit is invoked
  1083. or when you change printers using the Print Setup
  1084. menu option. Be aware that if you wish to test
  1085. this, you MUST specify a different name on the
  1086. Setup menu or the file is not reloaded (done for
  1087. speed).
  1088.  
  1089. @124
  1090.  
  1091. &FLUSH UNDO BUFFER
  1092.  
  1093.     Keystroke sequence:   124
  1094. )    Alternate keystrokes: 124
  1095.  
  1096. The contents of the undo buffer will be deleted,
  1097. freeing up whatever memory is being used. This
  1098. command is useful in combination with the Insert
  1099. Undo Buffer command.
  1100. @127
  1101.  
  1102. &ACTIVE DIRECTORY
  1103.  
  1104.     Keystroke sequence:   127
  1105. )    Alternate keystrokes: 127
  1106.  
  1107. The current default drive or directory may be
  1108. changed using this command. Entering wildcards
  1109. will cause a directory window to appear showing
  1110. possible choices.
  1111.  
  1112. Files previously opened in other directories will
  1113. be properly accessed even after the active
  1114. directory is changed.
  1115. @128
  1116.  
  1117. &FILE DIRECTORY
  1118.  
  1119.     Keystroke sequence:   128
  1120. )    Alternate keystrokes: 128
  1121.  
  1122. Use this command to browse through a file
  1123. directory. Use standard DOS pathname and wildcard
  1124. notation to specify a file mask for the directory.
  1125. @129
  1126.  
  1127. &GO TO PAGE NUMBER
  1128.  
  1129.     Keystroke sequence:   129
  1130. )    Alternate keystrokes: 129
  1131.  
  1132. The cursor will be repositioned to the first line
  1133. of the specified page of the current window. This
  1134. command is available only when pagination is
  1135. active for the window. A prompt box will request
  1136. the target page number. Enter any positive integer
  1137. value. If the value is preceded by a plus (+) or
  1138. minus (-) sign, the target page number will be
  1139. calculated relative to the current page.
  1140. @130
  1141.  
  1142. &SET TOP MARGIN
  1143.  
  1144.     Keystroke sequence:   130
  1145. )    Alternate keystrokes: 130
  1146.  
  1147. This specifies the number of lines to leave blank
  1148. at the top of each page during printing or
  1149. pagination of the file in the current window. The
  1150. top margin is a default value that will be
  1151. overridden by EasyEdit format (@) commands
  1152. embedded in the text. The value you specify in
  1153. the prompt box is not stored in the document file.
  1154. It is saved in the .R_C file ifthat file has been
  1155. modified.
  1156. @131
  1157.  
  1158. &SET BOTTOM MARGIN
  1159.  
  1160.     Keystroke sequence:   131
  1161. )    Alternate keystrokes: 131
  1162.  
  1163. This specifies the number of lines to leave blank
  1164. at the bottom of each page during printing or
  1165. pagination of the file in the current window. The
  1166. bottom margin is a default value that will be
  1167. overridden by EasyEdit format (@) commands
  1168. embedded in the text. The value you specify in
  1169. the prompt box is not stored in the document file.
  1170. It is saved in the .R_C file ifthat file has been
  1171. modified.
  1172. @132
  1173.  
  1174. &SET PAGE LENGTH
  1175.  
  1176.     Keystroke sequence:   132
  1177. )    Alternate keystrokes: 132
  1178.  
  1179. This specifies the total number of lines on each
  1180. page during printing or pagination of the file in
  1181. the current window. The page length is a default
  1182. value that will be overridden by EasyEdit format
  1183. (@) commands embedded in the text. The value you
  1184. specify in the prompt box is not stored in the
  1185. document file. It is saved in the .R_C file if
  1186. that file has been modified.
  1187. @133
  1188.  
  1189. &SET UNDO LIMIT
  1190.  
  1191.     Keystroke sequence:   133
  1192. )    Alternate keystrokes: 133
  1193.  
  1194. This specifies the maximum number of lines of
  1195. deleted text that will be stored in the Undo
  1196. buffer. If Undo limit is 10, and you delete 15
  1197. lines, the first five lines deleted will be lost.
  1198. Whenever lines are Undeleted, that space is
  1199. recovered for the undo buffer to reuse.
  1200. @134
  1201.  
  1202. &TOGGLE TAB EXPANSION
  1203.  
  1204.     Keystroke sequence:   134
  1205. )    Alternate keystrokes: 134
  1206.  
  1207. When tab expansion is ON, any tabs encountered
  1208. upon read-in of a file are expanded into spaces,
  1209. using a tab spacing that you specify. If tab
  1210. expansion is OFF, EasyEdit leaves the tabs
  1211. intact. However, EasyEdit does not expand tabs
  1212. as it displays them, so these will be displayed
  1213. on the screen as I.
  1214. @135
  1215.  
  1216. &SET FILE EXTENSION
  1217.  
  1218.     Keystroke sequence:   135
  1219. )    Alternate keystrokes: 135
  1220.  
  1221. If you edit many files with the same extension,
  1222. such as .DOC, you should enter that value for the
  1223. default extension. EasyEdit will automatically
  1224. supply the default extension whenever you respond
  1225. to a filename prompt without entering an
  1226. extension. The extension you enter should not
  1227. include a period or any DOS wildcards, and is
  1228. limited to three characters.
  1229. @136
  1230.  
  1231. &SET TABS
  1232.  
  1233.     Keystroke sequence:   136
  1234. )    Alternate keystrokes: 136
  1235.  
  1236. The tab settings will be initialized based on the
  1237. contents of the current line of text. The start
  1238. of each blank-delimited word will set a tab at
  1239. that column. Any other tabs will be cleared. By
  1240. using this command in concert with the Put Tabs
  1241. command, you can store a custom tab line as part
  1242. of a document and easily use it later.
  1243.  
  1244. You can return to the default evenly spaced tabs
  1245. by activating the Options Tabs Restore even
  1246. menu selections.
  1247. @137
  1248.  
  1249. &SET TAB SIZE
  1250.  
  1251.     Keystroke sequence:   137
  1252. )    Alternate keystrokes: 137
  1253.  
  1254. By default, a tab is placed after every eight
  1255. columns of text. This tab size is also used when
  1256. files containing tabs are read into EasyEdit.
  1257. Change the tab size and use the Restore even
  1258. command to initialize a different set of regularly
  1259. spaced tabs.
  1260. @138
  1261.  
  1262. &PUT TABS
  1263.  
  1264.     Keystroke sequence:   138
  1265. )    Alternate keystrokes: 138
  1266.  
  1267. The tab settings are stored into the current
  1268. window as a formatted text line. The line begins
  1269. with the EasyEdit formatting character (@), and
  1270. will be ignored during printing. Use this command
  1271. in concert with the Set tabs command to store
  1272. a custom tab line as part of a document for later
  1273. use.
  1274. @139
  1275.  
  1276. &EDIT TABS
  1277.  
  1278.     Keystroke sequence:   139
  1279. )    Alternate keystrokes: 139
  1280.  
  1281. Tab positions can be interactively edited using
  1282. this command. The cursor will be moved to the
  1283. current window's tab line display. Use the cursor
  1284. keys or the tab key to move along the tab line.
  1285. Pressing the space bar will toggle a tab setting
  1286. on or off, pressing the <Ins> key will add a tab,
  1287. pressing the <Del> key will delete a tab at the
  1288. cursor position. Press <Enter> when editing is
  1289. complete, or <Esc> to undo any changes made.
  1290. @140
  1291.  
  1292. &SET TEMPORARY MARGIN
  1293.  
  1294.     Keystroke sequence:   140
  1295. )    Alternate keystrokes: 140
  1296.  
  1297. The current left margin will be moved to the right
  1298. by one tab stop. This is useful in making indented
  1299. lists. The temporary margin will remain in force
  1300. until you leave the current paragraph.
  1301.  
  1302. The temporary margin is indicated by a right
  1303. pointing arrow on the window tab display.
  1304. @141
  1305.  
  1306. &FORMAT BLOCK
  1307.  
  1308.     Keystroke sequence:   141
  1309. )    Alternate keystrokes: 141
  1310.  
  1311. Paragraph formatting will be applied to all
  1312. lines of text in the currently marked block. The
  1313. block must be highlighted or an error message
  1314. will be produced.
  1315. @142
  1316.  
  1317. &FILE CLOSE
  1318.  
  1319.     Keystroke sequence:   142
  1320. )    Alternate keystrokes: 142
  1321.  
  1322. The current text window will be cleared. If it
  1323. has been modified since being saved to disk, you
  1324. will be given the opportunity to save it. The
  1325. window will then be closed. If the window is the
  1326. only one on the screen, you will return to the
  1327. EasyEdit menu system.
  1328. @143
  1329.  
  1330. &SET MARKER
  1331.  
  1332. This command stores a record of the current cursor
  1333. position to which you can easily return later.
  1334. EasyEdit supports up to ten text markers, which
  1335. are labeled with the numbers 0-9 when they are
  1336. placed in the text. Shortcut commands for using
  1337. each of the ten markers are presented on a
  1338. following screen.
  1339.  
  1340. The text marker display writes over the character
  1341. where it is placed. It does not affect the actual
  1342. text, but merely hides it.
  1343. ]
  1344.  
  1345. When a marker is set from the menu system, another
  1346. menu will appear showing which markers are already
  1347. in use. Redefining an existing marker erases the
  1348. previously stored position. Defining a marker at
  1349. the same position where it is currently located
  1350. has the effect of erasing it.
  1351.  
  1352. The following screen provides shortcut keystrokes
  1353. for setting text markers without using menus.
  1354. ]
  1355.  
  1356. The following commands will set any of the
  1357. markers without using a menu.
  1358.  
  1359. )Marker 0   Main: 62    Alternate: 62
  1360. )Marker 1   Main: 63    Alternate: 63
  1361. )Marker 2   Main: 64    Alternate: 64
  1362. )Marker 3   Main: 65    Alternate: 65
  1363. )Marker 4   Main: 66    Alternate: 66
  1364. )Marker 5   Main: 67    Alternate: 67
  1365. )Marker 6   Main: 68    Alternate: 68
  1366. )Marker 7   Main: 69    Alternate: 69
  1367. )Marker 8   Main: 70    Alternate: 70
  1368. )Marker 9   Main: 71    Alternate: 71
  1369. @144
  1370.  
  1371. &JUMP TO MARKER
  1372.  
  1373. This command moves the cursor to the position of a
  1374. previously stored text marker. If the marker has
  1375. not been set, an error will occur. EasyEdit
  1376. supports up to ten text markers, which are labeled
  1377. with the numbers 0-9 when they are placed in the
  1378. text.
  1379.  
  1380. When you jump to a marker from the menu system,
  1381. another menu will appear showing which markers
  1382. have previously been set.
  1383.  
  1384. The following screen provides shortcut keystrokes
  1385. for jumping to text markers without using menus.
  1386. ]
  1387.  
  1388. The following commands will jump to any of the
  1389. markers without using a menu.
  1390.  
  1391. )Marker 0   Main: 72    Alternate: 72
  1392. )Marker 1   Main: 73    Alternate: 73
  1393. )Marker 2   Main: 74    Alternate: 74
  1394. )Marker 3   Main: 75    Alternate: 75
  1395. )Marker 4   Main: 77    Alternate: 77
  1396. )Marker 5   Main: 77    Alternate: 77
  1397. )Marker 6   Main: 78    Alternate: 78
  1398. )Marker 7   Main: 79    Alternate: 79
  1399. )Marker 8   Main: 80    Alternate: 80
  1400. )Marker 9   Main: 81    Alternate: 81
  1401. @145
  1402.  
  1403. &PLAYBACK MACRO
  1404.  
  1405. This command will play back a previously recorded
  1406. macro. A menu showing the name of all macros will
  1407. appear; you should choose the one desired.
  1408.  
  1409. The following screen gives shortcut commands which
  1410. allow you to playback macros without using the
  1411. menu system.
  1412. ]
  1413.  
  1414. The following commands will playback a macro
  1415. without using the menu system:
  1416.  
  1417. )Macro 1    Main: 85    Alternate: 85
  1418. )Macro 2    Main: 86    Alternate: 86
  1419. )Macro 3    Main: 87    Alternate: 87
  1420. )Macro 4    Main: 88    Alternate: 88
  1421. )Macro 5    Main: 89    Alternate: 89
  1422. )Macro 6    Main: 90    Alternate: 90
  1423. )Macro 7    Main: 91    Alternate: 91
  1424. )Macro 8    Main: 92    Alternate: 92
  1425. )Macro 9    Main: 93    Alternate: 93
  1426. @146
  1427.  
  1428. &TOGGLE FIXED TABS
  1429.  
  1430.     Keystroke sequence:   146
  1431. )    Alternate keystrokes: 146
  1432.  
  1433. When fixed tabs are ON, tab positions are taken
  1434. from a table of columns that you can set to even
  1435. spacing or customize through various tab
  1436. commands. When fixed tabs are OFF, tab positions
  1437. are based on the contents of the text surrounding
  1438. the current line, just like the Turbo Pascal
  1439. editor.
  1440. @147
  1441.  
  1442. &SET TEMPORARY MARGIN
  1443.  
  1444.     Keystroke sequence:   147
  1445. )    Alternate keystrokes: 147
  1446.  
  1447. The current cursor column will be assigned as the
  1448. temporary left margin. If the cursor is beyond the
  1449. right margin, an error will occur.
  1450. @148
  1451.  
  1452. &SET HOME DIRECTORY
  1453.  
  1454.     Keystroke sequence:   148
  1455. )    Alternate keystrokes: 148
  1456.  
  1457. EasyEdit uses several files in its operation.
  1458. These contain the current printer definition,
  1459. default macros, and this help file. In order to
  1460. run EasyEdit from a drive or directory other than
  1461. where these files are located, you will need to
  1462. set up a Home Directory. The home directory
  1463. specifies the location of the optional EasyEdit
  1464. support files on your system.
  1465. ]
  1466.  
  1467. The following files should be kept in that
  1468. directory:
  1469.  
  1470. )  EE.HLP   EE.MAC   *.PDF
  1471.  
  1472. EasyEdit will operate without the use of these
  1473. files, but in that case certain program features
  1474. will not be available.
  1475.  
  1476. After the home directory is set, it can be saved
  1477. with EasyEdit's Save Setup command.
  1478. @149
  1479.  
  1480. &TOGGLE HI-BIT STRIP
  1481.  
  1482.     Keystroke sequence:   149
  1483. )    Alternate keystrokes: 149
  1484.  
  1485. When Hi-bit strip is ON, the most significant bit
  1486. of each character read from the disk will be set
  1487. to zero. This is useful when reading in files
  1488. previously generated in WordStar document mode. In
  1489. addition, "dot commands" used for WordStar
  1490. document formatting will be changed to EasyEdit's
  1491. format character (@). Note that stripping the high
  1492. bit will also affect any usage of the IBM extended
  1493. ASCII character set, such as the line drawing
  1494. characters.
  1495. @150
  1496.  
  1497. &EDIT MACRO
  1498.  
  1499.     Keystroke sequence:   150
  1500. )    Alternate keystrokes: 150
  1501.  
  1502. Macros recorded within EasyEdit can be edited on
  1503. a character by character basis using the built-in
  1504. macro editor.
  1505.  
  1506. First, a prompt box will ask for a new name for
  1507. the macro, which you can accept as is, or change.
  1508. ]
  1509.  
  1510. The macro will appear in another window. It can
  1511. be edited using the cursor keys, and the <Del>
  1512. or <Backspace> keys. Most characters you type will
  1513. be inserted literally into the macro. <CtrlBksp>
  1514. will delete the macro. <Enter> will end the
  1515. session in the macro editor. <Esc> will undo any
  1516. changes made to the macro. In case you need to
  1517. enter any of these special keys as part of the
  1518. macro, press the <ScrollLock> key to enter
  1519. Literal mode. In this mode, all keystrokes will
  1520. be inserted into the macro without any
  1521. interpretation.
  1522. ]
  1523. You can also do Macro Substitution by entering an
  1524. Ascii 255 (hold down alt and type 255 on numeric
  1525. keypad) followed by one of the following keywords:
  1526.  
  1527. )        F - Enter the current filename at playback
  1528. )        D - Enter the current date at playback
  1529. )        T - Enter the current time at playback
  1530.  
  1531. )You can also prompt for a string to be entered at
  1532. playback by entering Ascii 255, then S, then the
  1533. prompt string, then Ascii 254. The prompt string
  1534. will be displayed in an edit window and the string
  1535. entered at the keyboard (max 60 chars) will be
  1536. entered into the macro at that point.
  1537. )Note that there can only be a maximum of 255
  1538. characters after all macro substitutions have
  1539. taken place.
  1540.  
  1541. @151
  1542.  
  1543. &WRITE TO FILE
  1544.  
  1545.     Keystroke sequence:   151
  1546. )    Alternate keystrokes: 151
  1547.  
  1548. This command will store all text in the current
  1549. window to any file that you name. When you are
  1550. editing in a window that has not previously been
  1551. named, you can use this command to assign a name
  1552. to the window. Using it in an already-named window
  1553. will cause the name of that window, and all other
  1554. windows sharing the same text stream, to be
  1555. updated to the new name.
  1556. @152
  1557.  
  1558. &TOGGLE KEY HELP
  1559.  
  1560.     Keystroke sequence:   152
  1561. )    Alternate keystrokes: 152
  1562.  
  1563. When Key Help is ON, EasyEdit will display the
  1564. command sequences that correspond to each menu
  1565. selection while you are browsing through the menu
  1566. system. This can serve to familiarize you with
  1567. the quick keystrokes and speed up your editing.
  1568. @153
  1569.  
  1570. &PREVIOUS WINDOW
  1571.  
  1572.     Keystroke sequence:   153
  1573. )    Alternate keystrokes: 153
  1574.  
  1575. The cursor will be moved to the current position
  1576. in the next window up the screen. If the cursor is
  1577. already in the topmost window, it will move to the
  1578. bottom window. If there is only one window,
  1579. nothing will happen.
  1580. @154
  1581.  
  1582. &NEXT SENTENCE
  1583.  
  1584.     Keystroke sequence:   154
  1585. )    Alternate keystrokes: 154
  1586.  
  1587. The cursor will be moved to the beginning of the
  1588. next sentence. Sentences are delimited by periods,
  1589. semicolons, and other common punctuation marks, as
  1590. well as by blank lines and lines beginning with
  1591. the EasyEdit format character (@).
  1592. @155
  1593.  
  1594. &PREVIOUS SENTENCE
  1595.  
  1596.     Keystroke sequence:   155
  1597. )    Alternate keystrokes: 155
  1598.  
  1599. The cursor will be moved to the beginning of the
  1600. previous sentence. Sentences are delimited by
  1601. periods, semicolons, and other common punctuation
  1602. marks, as well as by blank lines and lines
  1603. beginning with the EasyEdit format character (@).
  1604. @156
  1605.  
  1606. &RESTORE EVEN TABS
  1607.  
  1608.     Keystroke sequence:   156
  1609. )    Alternate keystrokes: 156
  1610.  
  1611. Tabs will be set on an even spacing as determined
  1612. by the current default tab spacing. Any other tab
  1613. settings will be cleared.
  1614. @157
  1615.  
  1616. &WHICH FONT
  1617.  
  1618.     Keystroke sequence:   157
  1619. )    Alternate keystrokes: 157
  1620.  
  1621. EasyEdit will display the font type of the
  1622. character at the cursor position. If the
  1623. character has more than one font applied to it,
  1624. EasyEdit will list all of them.
  1625. @158
  1626.  
  1627. &SELECT BOLD
  1628.  
  1629.     Keystroke sequence:   158
  1630. )    Alternate keystrokes: 158
  1631.  
  1632. If a block is marked and visible, EasyEdit will
  1633. convert the block to bold typeface. It does so by
  1634. automatically placing the Toggle Bold control
  1635. character (<CtrlB>) at the beginning and end of
  1636. the block.
  1637.  
  1638. If no block is marked, EasyEdit will place a pair
  1639. of print control characters at the current cursor
  1640. position, and position the cursor between the two.
  1641. Thus, while the cursor remains between the control
  1642. characters, newly entered text will be in the
  1643. selected typeface.
  1644. @159
  1645.  
  1646. &SELECT DOUBLESTRIKE
  1647.  
  1648.     Keystroke sequence:   159
  1649. )    Alternate keystrokes: 159
  1650.  
  1651. If a block is marked and visible, EasyEdit will
  1652. convert the block to double-strike typeface. It
  1653. does so by automatically placing the Toggle
  1654. Double-strike control character (<CtrlD>) at the
  1655. beginning and end of the block.
  1656.  
  1657. If no block is marked, EasyEdit will place a pair
  1658. of print control characters at the current cursor
  1659. position, and position the cursor between the two.
  1660. Thus, while the cursor remains between the control
  1661. characters, newly entered text will be in the
  1662. selected typeface.
  1663. @160
  1664.  
  1665. &SELECT UNDERSCORE
  1666.  
  1667.     Keystroke sequence:   160
  1668. )    Alternate keystrokes: 160
  1669.  
  1670. If a block is marked and visible, EasyEdit will
  1671. convert the block to underscore typeface. It
  1672. does so by automatically placing the Toggle
  1673. Underscore control character (<CtrlS>) at the
  1674. beginning and end of the block.
  1675.  
  1676. If no block is marked, EasyEdit will place a pair
  1677. of print control characters at the current cursor
  1678. position, and position the cursor between the two.
  1679. Thus, while the cursor remains between the control
  1680. characters, newly entered text will be in the
  1681. selected typeface.
  1682. @161
  1683.  
  1684. &SELECT SUPERSCRIPT
  1685.  
  1686.     Keystroke sequence:   161
  1687. )    Alternate keystrokes: 161
  1688.  
  1689. If a block is marked and visible, EasyEdit will
  1690. convert the block to superscript typeface. It
  1691. does so by automatically placing the Toggle
  1692. Superscript control character (<CtrlT>) at the
  1693. beginning and end of the block.
  1694.  
  1695. If no block is marked, EasyEdit will place a pair
  1696. of print control characters at the current cursor
  1697. position, and position the cursor between the two.
  1698. Thus, while the cursor remains between the control
  1699. characters, newly entered text will be in the
  1700. selected typeface.
  1701. @162
  1702.  
  1703. &SELECT SUBSCRIPT
  1704.  
  1705.     Keystroke sequence:   162
  1706. )    Alternate keystrokes: 162
  1707.  
  1708. If a block is marked and visible, EasyEdit will
  1709. convert the block to subscript typeface. It
  1710. does so by automatically placing the Toggle
  1711. Subscript control character (<CtrlV>) at the
  1712. beginning and end of the block.
  1713.  
  1714. If no block is marked, EasyEdit will place a pair
  1715. of print control characters at the current cursor
  1716. position, and position the cursor between the two.
  1717. Thus, while the cursor remains between the control
  1718. characters, newly entered text will be in the
  1719. selected typeface.
  1720. @163
  1721.  
  1722. &SELECT COMPRESSED
  1723.  
  1724.     Keystroke sequence:   163
  1725. )    Alternate keystrokes: 163
  1726.  
  1727. If a block is marked and visible, EasyEdit will
  1728. convert the block to compressed typeface. It does
  1729. so by automatically placing the Toggle Alternate 1
  1730. control character (<CtrlA>) at the beginning and
  1731. end of the block. For most printer definition
  1732. files, the Alternate 1 typeface is defined as
  1733. compressed print.
  1734.  
  1735. If no block is marked, EasyEdit will place a pair
  1736. of print control characters at the current cursor
  1737. position, and position the cursor between the two.
  1738. Thus, while the cursor remains between the control
  1739. characters, newly entered text will be in the
  1740. selected typeface.
  1741. @164
  1742.  
  1743. &SELECT ITALICS
  1744.  
  1745.     Keystroke sequence:   164
  1746. )    Alternate keystrokes: 164
  1747.  
  1748. If a block is marked and visible, EasyEdit will
  1749. convert the block to italic typeface. It does so
  1750. by automatically placing the Toggle Alternate 2
  1751. control character (<CtrlN>) at the beginning and
  1752. end of the block. For most printer definition
  1753. files, the Alternate 2 typeface is defined as
  1754. italic print.
  1755.  
  1756. If no block is marked, EasyEdit will place a pair
  1757. of print control characters at the current cursor
  1758. position, and position the cursor between the two.
  1759. Thus, while the cursor remains between the control
  1760. characters, newly entered text will be in the
  1761. selected typeface.
  1762. @165
  1763.  
  1764. &TOGGLE SNOW CONTROL
  1765.  
  1766.     Keystroke sequence:   165
  1767. )    Alternate keystrokes: 165
  1768.  
  1769. When Snow Control is ON, EasyEdit avoids the
  1770. screen interference patterns called "snow" that
  1771. are produced by certain display adapters, notably
  1772. the IBM Colour Graphics Adapter. For other colour
  1773. adapters, the Snow Control can be turned off. This
  1774. improves screen updating performance considerably.
  1775. @166
  1776.  
  1777. &TOGGLE BLOCK CURSOR
  1778.  
  1779.     Keystroke sequence:   166
  1780. )    Alternate keystrokes: 166
  1781.  
  1782. EasyEdit offers a choice between a blinking
  1783. hardware cursor and a solid unblinking cursor.
  1784. The colour of the block cursor can be set via the
  1785. Options Colours menu.
  1786. @167
  1787.  
  1788. &TOGGLE 43/50 LINE MODE
  1789.  
  1790.     Keystroke sequence:   167
  1791. )    Alternate keystrokes: 167
  1792.  
  1793. On computers equipped with an Enhanced Graphics
  1794. Adapter, EasyEdit can display 43 lines on the
  1795. screen. On computers with VGA cards, EasyEdit can
  1796. display 50 lines on the screen. Toggle this
  1797. option ON if a longer text display is desired.
  1798. @168
  1799.  
  1800. &MARGIN RELEASE
  1801.  
  1802.     Keystroke sequence:   168
  1803. )    Alternate keystrokes: 168
  1804.  
  1805. Setting Margin Release ON allows you to type
  1806. beyond the left and right margins while Word Wrap
  1807. mode is active. Margin release remains effective
  1808. until the cursor is moved to another line. It can
  1809. also be toggled off at any time.
  1810. @169
  1811.  
  1812. &SPELL CHECK
  1813.  
  1814.     Keystroke sequence:   169
  1815. )    Alternate keystrokes: 169
  1816.  
  1817. In combination with Turbo Lightning, Borland's RAM
  1818. resident spelling checker and thesaurus,
  1819. EasyEdit will spell-check any of your documents.
  1820. Lightning must be installed, or an error will
  1821. occur.
  1822.  
  1823. EasyEdit checks the document in the current
  1824. screen window. By default, checking proceeds from
  1825. the current cursor position to the end of the
  1826. file. If a block is marked and visible, only that
  1827. block will be checked.
  1828. ]
  1829.  
  1830. EasyEdit contains a small built-in dictionary of
  1831. the 500 most commonly used English words. This
  1832. dictionary is kept in memory at all times in order
  1833. to accelerate the checking process.
  1834.  
  1835. Once the operation begins, EasyEdit keeps you
  1836. advised of its progress on the status line. The
  1837. line and column counters tell you what part of the
  1838. document is being checked, as does the percentage
  1839. indicator. These are updated each time a new word
  1840. is checked.
  1841. ]
  1842.  
  1843. When Lightning finds a word that it does not
  1844. recognize, the screen will be updated to highlight
  1845. the word, and a popup menu will ask you to select
  1846. an option. Select by moving the bar and pressing
  1847. <Enter> or by pressing the first character of any
  1848. of the options:
  1849.  
  1850. )  Skip once
  1851. )    Ignore the spelling of this word in only this
  1852. )    one instance.
  1853. )  Ignore for this document
  1854. )    Ignore the spelling of this word for the
  1855. )    duration of the check.
  1856. ]
  1857.  
  1858. )  List Lightning sound-alikes
  1859. )    Display a list of sound-alike words from
  1860. )    Lightning's dictionary. Select one and press
  1861. )    <Enter>, or press <Esc> to return to the
  1862. )    previous menu.
  1863. )  Edit from the keyboard
  1864. )    A prompt box will appear to allow interactive
  1865. )    editing of the word. Press <Enter> to accept,
  1866. )    or <Esc> to return to the previous menu. You
  1867. )    may use Lightning's interactive modes at this
  1868. )    time (See the Lightning  manual for more details .
  1869. )    EasyEdit  will  recheck  the  word  after
  1870. )    you finish editing it.
  1871. ]
  1872.  
  1873. )  Mark with "~"
  1874. )    Place a tilde in front of the word. After
  1875. )    the document has been checked, you can use
  1876. )    the Find Pattern command to locate the marked
  1877. )    words.
  1878. )  Add to dictionary
  1879. )    Add the word to Lightning's auxiliary
  1880. )    dictionary (usually AUXI.DIC). A secondary
  1881. )    menu of case selections will appear. Press
  1882. )    <Esc> to return to the previous menu, or
  1883. )    <Enter> to add to the dictionary.
  1884. ]
  1885.  
  1886. )  Batch mark rest of document
  1887. )    Cancel the interactive mode normally used
  1888. )    for spell-checking. From this point on, all
  1889. )    unrecognized words are marked with tildes
  1890. )    (~).
  1891.  
  1892. A spell-checking operation may be stopped by
  1893. pressing <Esc> at the corrections menu (once a
  1894. misspelling is found) or by pressing any key while
  1895. a file is being checked. In the latter case, a
  1896. prompt box will be displayed, asking if you want
  1897. to stop. Press Y to stop, N to continue.
  1898. @171
  1899.  
  1900. &TOGGLE TAB WRITING
  1901.  
  1902.     Keystroke sequence:   171
  1903. )    Alternate keystrokes: 171
  1904.  
  1905. By default, EasyEdit does not write tab
  1906. characters in files saved from the editor. If Tab
  1907. Writing is activated, EasyEdit will translate
  1908. sequences of spaces to tabs in order to save disk
  1909. space for the output file. Tabs are computed using
  1910. the fixed spacing currently set for fixed tabs.
  1911. Multiple spaces found within pairs of single or
  1912. double quotes (as used in Pascal or C source code)
  1913. will not be converted to tabs.
  1914.  
  1915. Tab writing is saved as a EasyEdit default.
  1916. @172
  1917.  
  1918. &TOGGLE WRAP COMPRESSION
  1919.  
  1920.     Keystroke sequence:   172
  1921. )    Alternate keystrokes: 172
  1922.  
  1923. By default, EasyEdit compresses extra spaces out
  1924. of any line before it is wrapped. This feature is
  1925. required in order to "unjustify" text that has
  1926. previously been right justified. However, in some
  1927. cases the compression will remove desired spaces,
  1928. as in the case of aligned columns of figures.
  1929.  
  1930. When this toggle is OFF, extra spaces will not be
  1931. removed from lines being wrapped. Wrap
  1932. compression is saved as a EasyEdit default.
  1933. @173
  1934.  
  1935. &TOGGLE INITIAL ZOOM STATE
  1936.  
  1937.     Keystroke sequence:   173
  1938. )    Alternate keystrokes: 173
  1939.  
  1940. The state of this toggle determines EasyEdit's
  1941. default behavior when more than one window is on
  1942. the screen. When Initial Zoom State is OFF,
  1943. multiple windows will appear simultaneously on
  1944. the screen, that is, they will not be zoomed.
  1945.  
  1946. When Initial Zoom State is ON, multiple windows
  1947. will be zoomed. The last file opened will be
  1948. visible on the screen, and others will be hidden
  1949. behind it.
  1950.  
  1951. Initial Zoom State is saved as a EasyEdit
  1952. default.
  1953.  
  1954. The normal zoom window command may be used at any
  1955. time, regardless of Initial Zoom State.
  1956. @174
  1957.  
  1958. &HELP SUMMARY
  1959.  
  1960. EasyEdit provides help in several ways. This
  1961. section describes how to use the help system.
  1962.  
  1963. Whenever the EasyEdit help system is on screen,
  1964. you can use the <PgUp> and <PgDn> keys to
  1965. move from one screen to another. <Home> and
  1966. <End> will take you to the first and last pages
  1967. of the section. Press <Esc> when you are done
  1968. using help.
  1969. ]
  1970.  
  1971. The EasyEdit menu system is available at any
  1972. time by pressing 191. Most of EasyEdit's
  1973. commands may be selected from the menus. Within
  1974. the menu system, you may activate "Key help" by
  1975. choosing Setup Display options Key help. With
  1976. Key help activated, the quick keystrokes that
  1977. activate each command will be displayed on the top
  1978. row of the screen while the selection bar is
  1979. positioned over that menu item.
  1980.  
  1981. Pressing <F1> while within the EasyEdit menu
  1982. system or within any prompt box will bring up a
  1983. window containing more detailed help regarding the
  1984. selected command. Pressing <F1> while you are
  1985. entering text will bring up a menu of help topics.
  1986. @175
  1987.  
  1988. &HELP SUMMARY
  1989.  
  1990. EasyEdit provides help in several ways. This
  1991. help section describes how to use the help
  1992. system.
  1993.  
  1994. Whenever the EasyEdit help system is on screen,
  1995. you can use the <PgUp> and <PgDn> keys to
  1996. move from one screen to another. <Home> and
  1997. <End> will take you to the first and last pages
  1998. of the section. Press <Esc> when you are done
  1999. using help.
  2000. ]
  2001.  
  2002. The EasyEdit menu system is available at any
  2003. time by pressing 191. Most of EasyEdit's
  2004. commands may be selected from the menus. Within
  2005. the menu system, you may activate "Key help" by
  2006. choosing Setup Display options Key help. With
  2007. Key help activated, the quick keystrokes that activate
  2008. each command will be displayed on the top
  2009. row of the screen while the selection bar is
  2010. positioned over that menu item.
  2011.  
  2012. Pressing <F1> while within the EasyEdit menu
  2013. system or within any prompt box will bring up a
  2014. window containing more detailed help regarding the
  2015. selected command. Pressing <F1> while you are
  2016. entering text will bring up a menu of help topics.
  2017. ]
  2018.  
  2019. &Help and Status Keystrokes
  2020.  
  2021. )Show help menu
  2022. )    Main: 174    Alternate: 174
  2023. )Show help summary
  2024. )    Main: 50    Alternate: 50
  2025. )Activate menu system
  2026. )    Main: 191    Alternate: 191
  2027. )Show system and file information
  2028. )    Main: 104    Alternate: 104
  2029. )Show available memory
  2030. )    Main: 105    Alternate: 105
  2031. @176
  2032.  
  2033. &Cursor Movement
  2034.  
  2035. Character left
  2036. )    Main: 0    Alternate: 0
  2037. )Character right
  2038. )    Main: 1    Alternate: 1
  2039. )Word left
  2040. )    Main: 2    Alternate: 2
  2041. )Word right
  2042. )    Main: 3    Alternate: 3
  2043. )Line up
  2044. )    Main: 4    Alternate: 4
  2045. )Line down
  2046. )    Main: 5    Alternate: 5
  2047. )Scroll up
  2048. )    Main: 6    Alternate: 6
  2049. )Scroll down
  2050. )    Main: 7    Alternate: 7
  2051. )Page up
  2052. )    Main: 9    Alternate: 9
  2053. )Page down
  2054. )    Main: 8    Alternate: 8
  2055. )Top of file
  2056. )    Main: 10    Alternate: 10
  2057. )Bottom of file
  2058. )    Main: 11    Alternate: 11
  2059. )Beginning of line
  2060. )    Main: 12    Alternate: 12
  2061. )End of line
  2062. )    Main: 13    Alternate: 13
  2063. )Top of screen
  2064. )    Main: 14    Alternate: 14
  2065. )Bottom of screen
  2066. )    Main: 15    Alternate: 15
  2067. @177
  2068.  
  2069. &Quick Movement Commands
  2070.  
  2071. Go to line
  2072. )    Main: 18    Alternate: 18
  2073. )Go to column
  2074. )    Main: 19    Alternate: 19
  2075. )Go to page
  2076. )    Main: 129    Alternate: 129
  2077. )Go to window
  2078. )    Main: 20    Alternate: 20
  2079. )Previous cursor position
  2080. )    Main: 21    Alternate: 21
  2081. )Up to equal indent
  2082. )    Main: 16    Alternate: 16
  2083. )Down to equal indent
  2084. )    Main: 17    Alternate: 17
  2085. )Next sentence
  2086. )    Main: 154    Alternate: 154
  2087. )Previous sentence
  2088. )    Main: 155    Alternate: 155
  2089. ]
  2090.  
  2091. &Text Markers
  2092.  
  2093. Set a marker by menu
  2094. )    Main: 143    Alternate: 143
  2095. )Jump to marker by menu
  2096. )    Main: 144    Alternate: 144
  2097. )Toggle marker display
  2098. )    Main: 61    Alternate: 61
  2099. )Set marker 0
  2100. )    Main: 62    Alternate: 62
  2101. )Set marker 1
  2102. )    Main: 63    Alternate: 63
  2103. )Set marker 2
  2104. )    Main: 64    Alternate: 64
  2105. )Set marker 3
  2106. )    Main: 65    Alternate: 65
  2107. )Set marker 4
  2108. )    Main: 66    Alternate: 66
  2109. )Set marker 5
  2110. )    Main: 67    Alternate: 67
  2111. )Set marker 6
  2112. )    Main: 68    Alternate: 68
  2113. )Set marker 7
  2114. )    Main: 69    Alternate: 69
  2115. )Set marker 8
  2116. )    Main: 70    Alternate: 70
  2117. )Set marker 9
  2118. )    Main: 71    Alternate: 71
  2119. )Jump marker 0
  2120. )    Main: 72    Alternate: 72
  2121. )Jump marker 1
  2122. )    Main: 73    Alternate: 73
  2123. )Jump marker 2
  2124. )    Main: 74    Alternate: 74
  2125. )Jump marker 3
  2126. )    Main: 75    Alternate: 75
  2127. )Jump marker 4
  2128. )    Main: 76    Alternate: 76
  2129. )Jump marker 5
  2130. )    Main: 77    Alternate: 77
  2131. )Jump marker 6
  2132. )    Main: 78    Alternate: 78
  2133. )Jump marker 7
  2134. )    Main: 79    Alternate: 79
  2135. )Jump marker 8
  2136. )    Main: 80    Alternate: 80
  2137. )Jump marker 9
  2138. )    Main: 81    Alternate: 81
  2139. @178
  2140.  
  2141. &Text Insertion and Deletion
  2142.  
  2143. Undo last deletion
  2144. )    Main: 22    Alternate: 22
  2145. )Restore line
  2146. )    Main: 23    Alternate: 23
  2147. )Insert undo buffer
  2148. )    Main: 116    Alternate: 116
  2149. )Tab
  2150. )    Main: 24    Alternate: 24
  2151. )Backward Tab
  2152. )    Main: 39    Alternate: 39
  2153. )New line
  2154. )    Main: 26    Alternate: 26
  2155. )Insert line
  2156. )    Main: 27    Alternate: 27
  2157. )Insert control character
  2158. )    Main: 25    Alternate: 25
  2159. )Delete current character
  2160. )    Main: 28    Alternate: 28
  2161. )Delete character left
  2162. )    Main: 29    Alternate: 29
  2163. )Delete word
  2164. )    Main: 30    Alternate: 30
  2165. )Delete to end of line
  2166. )    Main: 31    Alternate: 31
  2167. )Delete line
  2168. )    Main: 32    Alternate: 32
  2169. )Delete line (no undo)
  2170. )    Main: 33    Alternate: 33
  2171. )Abort command (1 char)
  2172. )    Main: 192    Alternate: 192
  2173. @179
  2174.  
  2175. &Search and Replace
  2176.  
  2177. Search for pattern
  2178. )    Main: 34    Alternate: 34
  2179. )Search and replace
  2180. )    Main: 35    Alternate: 35
  2181. )Search and playback macro
  2182. )    Main: 36    Alternate: 36
  2183. )Search again
  2184. )    Main: 37    Alternate: 37
  2185. @180
  2186.  
  2187. &Files
  2188.  
  2189. Edit another file
  2190. )    Main: 40    Alternate: 40
  2191. )Abandon file
  2192. )    Main: 41    Alternate: 41
  2193. )Read file into window
  2194. )    Main: 42    Alternate: 42
  2195. )Save and continue edit
  2196. )    Main: 43    Alternate: 43
  2197. )Save and exit to DOS
  2198. )    Main: 45    Alternate: 45
  2199. )Write to named file
  2200. )    Main: 151    Alternate: 151
  2201. )Save/Switch files
  2202. )    Main: 48    Alternate: 48
  2203. @181
  2204.  
  2205. &Windows
  2206.  
  2207. Open file
  2208. )    Main: 46    Alternate: 46
  2209. )Close window
  2210. )    Main: 142    Alternate: 142
  2211. )Resize window
  2212. )    Main: 47    Alternate: 47
  2213. )Next window
  2214. )    Main: 49    Alternate: 49
  2215. )Previous window
  2216. )    Main: 153    Alternate: 153
  2217. )Zoom window
  2218. )    Main: 51    Alternate: 51
  2219. @182
  2220.  
  2221. &Block Commands
  2222.  
  2223. Begin block
  2224. )    Main: 52    Alternate: 52
  2225. )End block
  2226. )    Main: 53    Alternate: 53
  2227. )Start of block
  2228. )    Main: 54    Alternate: 54
  2229. )End of block
  2230. )    Main: 55    Alternate: 55
  2231. )Copy block
  2232. )    Main: 56    Alternate: 56
  2233. )Move block
  2234. )    Main: 57    Alternate: 57
  2235. )Delete block
  2236. )    Main: 58    Alternate: 58
  2237. )Hide block
  2238. )    Main: 59    Alternate: 59
  2239. )Mark current word
  2240. )    Main: 60    Alternate: 60
  2241. )Write block to file
  2242. )    Main: 44    Alternate: 44
  2243. @183
  2244.  
  2245. &Text Formatting
  2246.  
  2247. Format paragraph
  2248. )    Main: 112    Alternate: 112
  2249. )Format block
  2250. )    Main: 141    Alternate: 141
  2251. )Center line
  2252. )    Main: 120    Alternate: 120
  2253. )Margin release
  2254. )    Main: 168    Alternate: 168
  2255. )Toggle case
  2256. )    Main: 108    Alternate: 108
  2257. )Lower case
  2258. )    Main: 109    Alternate: 109
  2259. )Upper case
  2260. )    Main: 110    Alternate: 110
  2261. )Show current font
  2262. )    Main: 157    Alternate: 157
  2263. )Select Bold
  2264. )    Main: 158    Alternate: 158
  2265. )Select Double
  2266. )    Main: 159    Alternate: 159
  2267. )Select Underscore
  2268. )    Main: 160    Alternate: 160
  2269. )Select Superscript
  2270. )    Main: 161    Alternate: 161
  2271. )Select Subscript
  2272. )    Main: 162    Alternate: 162
  2273. )Select Compressed
  2274. )    Main: 163    Alternate: 163
  2275. )Select Italics
  2276. )    Main: 164    Alternate: 164
  2277. ]
  2278.  
  2279. )Draw boxes
  2280. )    Main: 125    Alternate: 125
  2281.  
  2282. ) This command allows you to draw a box round text
  2283. using the IBM line drawing characters. Press the 125
  2284. key to mark the start of the box. A mark will be left
  2285. to show the start.Move the cursor and press it again to
  2286. mark the end of the box. The box will be drawn.
  2287.  
  2288. The second mark can be above, below, left or right of
  2289. the first mark. It cannot be on the same line or same
  2290. column as the first mark. If it is, no action is taken
  2291. unless the second mark is over the first mark, in which
  2292. case, the first mark is cancelled and no box is drawn.
  2293. ]
  2294. Drawing Lines.
  2295. )    Main: 126    Alternate: 126
  2296.  
  2297. This is done using the cursor keys in much the same way
  2298. as you would enter text. There are two main stages:
  2299.  
  2300. 1. Toggle the line drawing option ON using the 126
  2301. key. An indicator will appear in the top left of the
  2302. current window status line.
  2303.  
  2304. 2. Use the cursor keys to move the cursor which will
  2305. 'pull' lines after itself. Any connections with other
  2306. lines will result in the appropriate character being
  2307. drawn.
  2308.  
  2309. Note that all lines are drawn in OVERSTRIKE mode; i.e.
  2310. any characters under the cursor are replaced by the
  2311. lines.
  2312.  
  2313. When you are finished drawing lines, turn OFF the
  2314. option using the 126 key again.
  2315.  
  2316. One of the useful things you can do with this is to
  2317. have the line drawing option enabled in one window and
  2318. disabled in another window (both onto the same file).
  2319. In this way, you can write the text in one window and
  2320. then draw boxes around it.
  2321.  
  2322. @184
  2323.  
  2324. &Tabs
  2325.  
  2326. )Tab
  2327. )    Main: 24    Alternate: 24
  2328. )Backward Tab
  2329. )    Main: 39    Alternate: 39
  2330. )Set tabs
  2331. )    Main: 136    Alternate: 136
  2332. )Put tabs
  2333. )    Main: 138    Alternate: 138
  2334. )Set tab size
  2335. )    Main: 137    Alternate: 137
  2336. )Edit tabs
  2337. )    Main: 139    Alternate: 139
  2338. )Tab temporary margin
  2339. )    Main: 140    Alternate: 140
  2340. )Set temporary margin
  2341. )    Main: 147    Alternate: 147
  2342. )Restore even tabs
  2343. )    Main: 156    Alternate: 156
  2344. @185
  2345.  
  2346. &Utility Commands
  2347.  
  2348. Print file
  2349. )    Main: 123    Alternate: 123
  2350. )Change active directory
  2351. )    Main: 127    Alternate: 127
  2352. )Directory
  2353. )    Main: 128    Alternate: 128
  2354. )Operating system
  2355. )    Main: 38    Alternate: 38
  2356. @186
  2357.  
  2358. &Settings and Toggles
  2359.  
  2360. Toggle insert mode
  2361. )    Main: 106    Alternate: 106
  2362. )Toggle autoindent mode
  2363. )    Main: 107    Alternate: 107
  2364. )Toggle word wrap
  2365. )    Main: 113    Alternate: 113
  2366. )Toggle wrap compression
  2367. )    Main: 172    Alternate: 172
  2368. )Toggle tab line display
  2369. )    Main: 115    Alternate: 115
  2370. )Toggle justify
  2371. )    Main: 117    Alternate: 117
  2372. )Toggle page breaks
  2373. )    Main: 118    Alternate: 118
  2374. )Toggle attributes
  2375. )    Main: 119    Alternate: 119
  2376. )Toggle fixed tabs
  2377. )    Main: 146    Alternate: 146
  2378. )Toggle hi-bit strip
  2379. )    Main: 149    Alternate: 149
  2380. )Toggle tab expansion
  2381. )    Main: 134    Alternate: 134
  2382. )Toggle tab writing
  2383. )    Main: 171    Alternate: 171
  2384. )Toggle key help
  2385. )    Main: 152    Alternate: 152
  2386. )Toggle snow check
  2387. )    Main: 165    Alternate: 165
  2388. )Toggle block cursor
  2389. )    Main: 166    Alternate: 166
  2390. )Toggle 43 line mode
  2391. )    Main: 167    Alternate: 167
  2392. )Set left margin
  2393. )    Main: 114    Alternate: 114
  2394. )Set right margin
  2395. )    Main: 111    Alternate: 111
  2396. )Set top margin
  2397. )    Main: 130    Alternate: 130
  2398. )Set bottom margin
  2399. )    Main: 131    Alternate: 131
  2400. )Set page length
  2401. )    Main: 132    Alternate: 132
  2402. )Set undo limit
  2403. )    Main: 133    Alternate: 133
  2404. )Set default file extension
  2405. )    Main: 135    Alternate: 135
  2406. )Set colours
  2407. )    Main: 121    Alternate: 121
  2408. )Set home directory
  2409. )    Main: 148    Alternate: 148
  2410. )Save setup
  2411. )    Main: 122    Alternate: 122
  2412. @187
  2413.  
  2414. &Line and Box Drawing
  2415.  
  2416. Drawing Boxes
  2417. )    Main: 125    Alternate: 125
  2418.  
  2419. ) This command allows you to draw a box round text
  2420. using the IBM line drawing characters. Press the 125
  2421. key to mark the start of the box. A mark will be left
  2422. to show the start.Move the cursor and press 125 again to
  2423. mark the end of the box. The box will be drawn.
  2424.  
  2425. The second mark can be above, below, left or right of
  2426. the first mark. It cannot be on the same line or same
  2427. column as the first mark. If it is, no action is taken
  2428. unless the second mark is over the first mark, in which
  2429. case, the first mark is cancelled and no box is drawn.
  2430. ]
  2431. Drawing Lines.
  2432. )    Main: 126    Alternate: 126
  2433.  
  2434. This is done using the cursor keys in much the same way
  2435. as you would enter text. There are two main stages:
  2436.  
  2437. 1. Toggle the line drawing option ON using the 126
  2438. key. An indicator will appear in the top right of the
  2439. current window status line ( as a <> ).
  2440.  
  2441. 2. Use the cursor keys to move the cursor which will
  2442. 'pull' lines after itself. Any connections with other
  2443. lines will result in the appropriate character being
  2444. drawn.
  2445.  
  2446. Note that all lines are drawn in OVERSTRIKE mode; i.e.
  2447. any characters under the cursor are replaced by the
  2448. lines.
  2449.  
  2450. When you are finished drawing lines, turn OFF the
  2451. option using the 126 key again.
  2452.  
  2453. One of the useful things you can do with this is to
  2454. have the line drawing option enabled in one window and
  2455. disabled in another window (both onto the same file).
  2456. In this way, you can write the text in one window and
  2457. then draw boxes around it.
  2458. @188
  2459.  
  2460. &Macros
  2461.  
  2462. Load macros from disk
  2463. )    Main: 82    Alternate: 82
  2464. )Store macros to disk
  2465. )    Main: 83    Alternate: 83
  2466. )Record macro
  2467. )    Main: 84    Alternate: 84
  2468. )Edit macro
  2469. )    Main: 150    Alternate: 150
  2470. )Playback macro by menu
  2471. )    Main: 145    Alternate: 145
  2472. )Playback Macro 1
  2473. )    Main: 85    Alternate: 85
  2474. )Playback Macro 2
  2475. )    Main: 86    Alternate: 86
  2476. )Playback Macro 3
  2477. )    Main: 87    Alternate: 87
  2478. )Playback Macro 4
  2479. )    Main: 88    Alternate: 88
  2480. )Playback Macro 5
  2481. )    Main: 89    Alternate: 89
  2482. )Playback Macro 6
  2483. )    Main: 90    Alternate: 90
  2484. )Playback Macro 7
  2485. )    Main: 91    Alternate: 91
  2486. )Playback Macro 8
  2487. )    Main: 92    Alternate: 92
  2488. )Playback Macro 9
  2489. )    Main: 93    Alternate: 93
  2490. )Playback scrap macro
  2491. )    Main: 94    Alternate: 94
  2492. )Playback scrap macro 1 time
  2493. )    Main: 95    Alternate: 95
  2494. )Playback scrap macro 2 times
  2495. )    Main: 96    Alternate: 96
  2496. )Playback scrap macro 3 times
  2497. )    Main: 97    Alternate: 97
  2498. )Playback scrap macro 4 times
  2499. )    Main: 98    Alternate: 98
  2500. )Playback scrap macro 5 times
  2501. )    Main: 99    Alternate: 99
  2502. )Playback scrap macro 6 times
  2503. )    Main: 100    Alternate: 100
  2504. )Playback scrap macro 7 times
  2505. )    Main: 101    Alternate: 101
  2506. )Playback scrap macro 8 times
  2507. )    Main: 102    Alternate: 102
  2508. )Playback scrap macro 9 times
  2509. )    Main: 103    Alternate: 103
  2510. @189
  2511.  
  2512. &Printing a file
  2513.  
  2514. )    Main: 123    Alternate: 123
  2515.  
  2516. &Print Formatting Commands
  2517.  
  2518. Offset page to right by n columns
  2519. )      @PO n
  2520. )Start new page
  2521. )      @PA
  2522. )Start new page if fewer than n lines remain
  2523. )      @CP n
  2524. )Set page number to n
  2525. )      @PN n
  2526. )Omit page numbers
  2527. )      @OP
  2528. )Print page numbers
  2529. )      @PG
  2530. )Put page number in column n
  2531. )      @PC n
  2532. )Set page length to n lines
  2533. )      @PL n
  2534. )Set top margin to n lines
  2535. )      @MT n
  2536. )Set bottom margin to n lines
  2537. )      @MB n
  2538. )Set header margin to n lines
  2539. )      @HM n
  2540. ]
  2541.  
  2542. )Set footer margin to n lines
  2543. )      @FM n
  2544. )Define header line (Top margin > 0)
  2545. )      @HEline
  2546. )Define footer line (Bottom margin > 0)
  2547. )      @FOline
  2548. ]
  2549.  
  2550. &Special Codes within Headers and Footers
  2551.  
  2552. Insert current page number
  2553. )      #
  2554. )Insert Current Date
  2555. )      %
  2556. )Insert Current Time
  2557. )      &
  2558. )Ignore following spaces on even pages
  2559. )      <CtrlK>
  2560. )Take next character literally
  2561. )      \
  2562. ]
  2563.  
  2564. &Typeface Selection Commands
  2565.  
  2566. )Select Bold
  2567. )    Main: 158    Alternate: 158
  2568. )Select DoubleStrike
  2569. )    Main: 159    Alternate: 159
  2570. )Select Underscore
  2571. )    Main: 160    Alternate: 160
  2572. )Select Superscript
  2573. )    Main: 161    Alternate: 161
  2574. )Select Subscript
  2575. )    Main: 162    Alternate: 162
  2576. )Select Compressed
  2577. )    Main: 163    Alternate: 163
  2578. )Select Italics
  2579. )    Main: 164    Alternate: 164
  2580. ]
  2581.  
  2582. &Typeface Control Codes
  2583.  
  2584. Toggle Boldface
  2585. )      <CtrlB>
  2586. )Toggle Underscore
  2587. )      <CtrlS>
  2588. )Toggle Doublestrike
  2589. )      <CtrlD>
  2590. )Toggle Superscript
  2591. )      <CtrlT>
  2592. )Toggle Subscript
  2593. )      <CtrlV>
  2594. )Toggle Compressed
  2595. )      <CtrlA>
  2596. )Toggle Italic
  2597. )      <CtrlN>
  2598. ]
  2599.  
  2600. &Printer Definitions
  2601.  
  2602. Each type of printer is described to EasyEdit by
  2603. a small file with the extension PDF. This file
  2604. contains information regarding the control codes
  2605. that enable the printer's various fonts, as well
  2606. as some additional information that tells
  2607. EasyEdit about the printer.
  2608.  
  2609. Existing PDF files can be changed, and new ones
  2610. created via the EasyEdit Printer definition
  2611. menu. The printer definition most recently
  2612. selected via the File Print menu can be modified
  2613. here. Choose Edit string to change the control
  2614. code for any supported font. Each font is
  2615. associated with two strings - one to turn the font
  2616. ON, and another to turn it OFF.
  2617.  
  2618. When you choose a string to edit, it appears in
  2619. another window. It can be edited using the cursor
  2620. keys, and the <Del> or <Backspace> keys. Most
  2621. characters you type will be inserted literally
  2622. into the string. <CtrlBksp> will delete the
  2623. existing string. <Enter> will end the session
  2624. in the string editor. In case you need to enter
  2625. any of these special keys as part of the control
  2626. string, press the <ScrollLock> key to enter
  2627. Literal mode. In this mode, all keystrokes will be
  2628. inserted into the string without further
  2629. interpretation.
  2630.  
  2631. The current printer definition can be saved to a
  2632. disk file by using the Save definition menu
  2633. selection. A prompt box will ask for the name of
  2634. the file to be saved.
  2635. @198
  2636. &Add Binary File and exit
  2637.  
  2638.     Keystroke sequence:   198
  2639. )    Alternate keystrokes: 198
  2640.  
  2641. This option allows you to append a binary file to
  2642. the end of the current file. The binary file will
  2643. be encoded so it resembles ASCII text and thus can
  2644. be transmitted via mail systems.
  2645.  
  2646. You must use the /BC command line option or the
  2647. <F10>WE command when reading the file back in
  2648. order to extract the binary file.
  2649.  
  2650. @200
  2651. &Extract Binary file
  2652.  
  2653.     Keystroke sequence:   200
  2654. )    Alternate keystrokes: 200
  2655.  
  2656. This option allows you to extract a binary file
  2657. from the file displayed in the current window. It
  2658. uses the file on disk and not the one in memory.
  2659.  
  2660. Use this if you forget to add the /BC command
  2661. line option.
  2662.  
  2663. @190
  2664.  
  2665. &Function Keys
  2666.  
  2667. |
  2668.