home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / tvision / newed / edithelp.txt < prev    next >
Encoding:
Text File  |  1993-10-31  |  49.1 KB  |  1,390 lines

  1. .topic NoContext=0
  2. MAIN Help
  3.              ┌─────────────────┐
  4.          ░▒▓█│  NewEdit V2.00  │█▓▒░
  5.              ╘═════════════════╛
  6.  
  7.                  Al Andersen
  8.                  PO BOX 2436
  9.            Sierra Vista, AZ 85636
  10.  
  11.             CompuServe 71610,3214
  12.  
  13. Topics:
  14.  
  15.  {Dialogs:Dialogs} │ {Editor:Editor_Commands} │ {Menus:hcMenus} │ {Glossary:Glossary}
  16.  
  17. Updates will be available on CompuServe, BPASCAL forum, in the Turbo Vision
  18. library.  This is the only place where I will be posting updates.
  19.  
  20.  
  21. .topic Dragging=1
  22.  DRAG Mode                       {MAIN Help:NoContext}
  23.  
  24. The current window is being moved or resized.  Press [Enter] to
  25. keep the current position, or [Esc] to restore the former position
  26. and/or size.
  27.  
  28. .topic hcMenus=2000
  29.  MENUS Help                      {MAIN Help:NoContext}
  30.  
  31. Select which menu you would like help on.
  32.  
  33. Topics:
  34.  
  35.  {File:hcFile_Menu}    │ {Edit:hcEdit_Menu}
  36.  {Search:hcSearch_Menu}  │ {Windows:hcWindows_Menu}
  37.  {Desktop:hcDesktop_Menu} │
  38.  
  39. .topic hcFile_Menu=2100
  40.  FILE Menu       [Alt]-[F]       {MENUS Help:hcMenus}
  41.  
  42. This menu allows you to access various file commands.  Select
  43. which menu item you would like help on.
  44.  
  45. Sub Topics:
  46.  
  47.  {Open:hcOpen}          │ {New:hcNew}          │
  48.  {Save Continue:hcSave} │ {Save Done:hcSaveDone}    │ {Save File:hcSaveAs}
  49.  {Change Dir:hcChangeDir}    │ {Shell To DOS:hcShellToDos} │
  50.  {Exit:hcExit}          │              │
  51.  
  52. .topic hcOpen
  53.  OPEN            [F3]            {FILE Menu:hcFile_Menu}
  54.  
  55. Select a file from disk to edit.
  56.  
  57. .topic hcNew
  58.  NEW                             {FILE Menu:hcFile_Menu}
  59.  
  60. Automatically open a blank edit window with the
  61. {title:GTitleBar} of UNTITLED.  You can start typing text right
  62. away.
  63.  
  64. .topic hcSave
  65.  SAVE CONTINUE   [F2]            {FILE Menu:hcFile_Menu}
  66.                                  {SAVE Cmds:Saving}
  67.  
  68. Save text in the current window to disk and continue editing.
  69. If your window is titled UNTITLED, you will be asked to supply
  70. a file name. Otherwise, the text is saved to disk using the
  71. current {window title:GTitleBar}.
  72.  
  73. This command is disabled until you open an edit window.
  74.  
  75. .topic hcSaveDone
  76.  SAVE DONE       [Ctrl]-[K]-[D]  {FILE Menu:hcFile_Menu}
  77.                                  {SAVE Cmds:Saving}
  78.  
  79. Save text in the current window to disk and close the edit
  80. window. If your window is {titled:GTitleBar} UNTITLED, you will
  81. be asked to supply a file name. Otherwise, the text is saved to
  82. disk using the current window title.
  83.  
  84. This command is disabled until you open an edit window.
  85.  
  86. .topic hcSaveAs
  87.  SAVE FILE       [Ctrl]-[K]-[F]  {FILE Menu:hcFile_Menu}
  88.                                  {SAVE Cmds:Saving}
  89.  
  90. Save text in the current window to disk under a new file name.
  91. You are asked to which file you would like to save the text.
  92. The file may be an existing disk file, or a new file.
  93.  
  94. Once your text is saved, you can continue using the editor on
  95. the current edit window.  Note that the
  96. {window title:GTitleBar} will change to reflect your new file
  97. name.
  98.  
  99. This command is disabled until you open an edit window.
  100.  
  101. .topic hcChangeDir
  102.  CHANGE DIR                      {FILE Menu:hcFile_Menu}
  103.  
  104. Change to another directory.
  105.  
  106. .topic hcShellToDOS
  107.  SHELL TO DOS                    {FILE Menu:hcFile_Menu}
  108.  
  109. Drop into MS-DOS to use various DOS commands, run other
  110. programs, and do all those wondrous things MS-DOS allows you to
  111. do.
  112.  
  113. When you are done using MS-DOS, type in "EXIT" and you will
  114. return to where you were in your application.
  115.  
  116. .topic hcExit
  117.  EXIT            [Alt]-[X]       {FILE Menu:hcFile_Menu}
  118.  
  119. Terminate the current application and return to MS-DOS.
  120.  
  121. Before the application is terminated, all windows on the
  122. {desktop:GDesktop} will be saved to the default desktop file on
  123. disk.  The current video mode is saved with the
  124. {desktop:GDesktop}.
  125.  
  126. The next time you use this application, the last
  127. {desktop:GDesktop} you had open will be restored, along with
  128. the video mode you were in.
  129.  
  130. .topic hcEdit_Menu=2200
  131.  EDIT Menu  [Alt]-[C]       {MENUS Help:hcMenus}
  132.  
  133. This menu allows you to cut, copy, and paste text to and from
  134. the clipboard.  You can also undelete your last text operation,
  135. clear {selected text:GSelectedText} from your document without
  136. putting it into the clipboard, or view current clipboard
  137. contents.
  138.  
  139. Sub Topics:
  140.  
  141.  {Undo:hcUndo}        │     │
  142.  {Copy:hcCopy}        │ {Cut:hcCut} │ {Paste:hcPaste}
  143.  {Clipboard:hcClipboard}   │     │
  144.  {Clear:hcClear}       │     │
  145.  {Spell Check:hcSpellCheck} │
  146.  
  147. .topic hcUndo
  148.  UNDO            [Ctrl]-[U]      {EDIT Menu:hcEdit_Menu}
  149.                  [Ctrl]-[Q]-[L]  {EDITOR Cmds:Editor_Commands}
  150.  
  151. Undo your last text operation.  Whether you entered text that
  152. you don't really want, or accidentally deleted some text you
  153. would like to restore, UNDO will restore the text to its
  154. original context.
  155.  
  156. However, you must select UNDO before you use any
  157. {cursor key:Cursor}. The UNDO buffer is based on cursor
  158. movement.  As long as you are entering or deleting text you can
  159. UNDO it. This also applies to marking blocks of text and
  160. deleting them. The deletion can be undone, as long as you don't
  161. move the cursor with a {cursor key:Cursor} (i.e., [PgUp],
  162. [Right-Arrow], [Home], etc.). Once the cursor is moved, the
  163. UNDO buffer flushes itself and the original text context is
  164. forever gone.
  165.  
  166. This does not apply to using any of the text
  167. {reformatting keys:Formatting}. Wordwrap can not be undone. Nor
  168. can paragraph or document reformatting.
  169.  
  170. This command is disabled until you enter or delete text in an
  171. edit window.
  172.  
  173. .topic hcCopy
  174.  COPY            [Ctrl]-[Ins]    {EDIT Menu:hcEdit_Menu}
  175.                  [Ctrl]-[K]-[K]  {MOVING Cmds:Moving}
  176.                                  {SELECT Cmds:Selecting}
  177.  
  178. Copy selected text to the {clipboard:hcClipboard}.  Using COPY
  179. indicates that you want to take a "copy" of your
  180. {selected text:GSelectedText}, leaving the text in your
  181. document intact.
  182.  
  183. This command is disabled until you place text on the
  184. {clipboard:hcClipboard}.
  185.  
  186.  
  187. .topic hcCut
  188.  CUT             [Shift]-[Del]   {EDIT Menu:hcEdit_Menu}
  189.                  [Ctrl]-[K]-[Y]  {DELETE Cmds:Deleting}
  190.                                  {SELECT Cmds:Selecting}
  191.  
  192. Cut {selected text:GSelectedText} out of your document to the
  193. {clipboard:hcClipboard}.  Using CUT indicates that you want to
  194. "cut" your {selected text:GSelectedText}, removing the text
  195. from your document.
  196.  
  197. This command is disabled until you place text on the
  198. {clipboard:hcClipboard}.
  199.  
  200. .topic hcPaste
  201.  PASTE           [Shift]-[Ins]   {EDIT Menu:hcEdit_Menu}
  202.                  [Ctrl]-[K]-[C]  {MOVING Cmds:Moving}
  203.  
  204. Paste text into your document from the {clipboard:hcClipboard}.
  205. In order to use this option, text must have been placed on the
  206. {clipboard:hcClipboard} previously using {COPY:hcCopy} or {CUT:hcCut}
  207. commands.
  208.  
  209. This command is disabled until you place text on the
  210. {clipboard:hcClipboard}.
  211.  
  212. .topic hcClipboard
  213.  CLIPBOARD                       {EDIT Menu:hcEdit_Menu}
  214.  
  215. View the contents of the clipboard.  The clipboard will be
  216. blank unless you previously put something on it using the
  217. {COPY:hcCopy} or {CUT:hcCut} commands.
  218.  
  219. To exit the clipboard, press [Alt]-[F3] and you will return to
  220. your current edit window.
  221.  
  222. .topic hcClear
  223.  CLEAR           [Ctrl]-[Del]    {EDIT Menu:hcEdit_Menu}
  224.                                  {DELETE Cmds:Deleting}
  225.                                  {SELECT Cmds:Selecting}
  226.  
  227. Clear selected text from your document.  This is much like the
  228. {CUT:hcCut} option, but the {selected text:GSelectedText} is not
  229. put on the {clipboard:hcClipboard}.
  230.  
  231. Use this command only if you want to delete selected text for
  232. good.
  233.  
  234. This command is disabled until you {select text:GSelectedText}.
  235.  
  236. .topic hcSpellCheck
  237.  SPELLCHECK                      {EDIT Menu:hcEdit_Menu}
  238.  
  239. This option demonstrates how the current edit window can be
  240. saved to disk to allow an external spelling checker to be run.
  241. Once the spell checker is done, the window is reopened for
  242. editing.
  243.  
  244. .topic hcSearch_Menu=2300
  245.  SEARCH Menu     [Alt]-[S]       {MENUS Help:hcMenus}
  246.                                  {EDITOR Cmds:Editor_Commands}
  247.  
  248. This menu allows you to look for and/or replace text within
  249. your document.  It also offers the option of quickly repeating
  250. the last find or search/replace action.
  251.  
  252. Sub Topics:
  253.  
  254.  {Find:hcFind}  │ {Search/Replace:hcReplace}
  255.  {Again:hcAgain} │
  256.  
  257. .topic hcFind
  258.  FIND            [Ctrl]-[Q]-[F]  {Search Menu:hcSearch_Menu}
  259.  
  260. Find a particular bit of text in your document.  A
  261. {dialog box:GDialogBox} will appear asking you what text to
  262. find, and gives you the option of finding text that is case
  263. sensitive or whole words only.
  264.  
  265. This command is disabled until you open an edit window.
  266.  
  267. .topic hcReplace
  268.  SEARCH/REPLACE  [Ctrl]-[Q]-[A]  {SEARCH Menu:hcSearch_Menu}
  269.  
  270. This is similar to using {FIND:hcFind} text, however you also
  271. have to provide text with which to replace text you find.  A
  272. {dialog box:GDialogBox} will appear asking you what text to
  273. find, what text to replace it with, and if the search is case
  274. sensitive, for whole words only, to prompt before replacing
  275. text, or to replace all finds without prompting.
  276.  
  277. This command is disabled until you open an edit window.
  278.  
  279. .topic hcAgain
  280.  AGAIN           [Ctrl]-[L]      {SEARCH Menu:hcSearch_Menu}
  281.  
  282. This will allow you to quickly repeat the last {FIND:hcFind} or
  283. {SEARCH/REPLACE:hcReplace} action without having to enter your
  284. {FIND:hcFind} or {SEARCH/REPLACE:hcReplace} parameters into a
  285. {dialog box:GDialogBox} again.
  286.  
  287. This command is disabled until you open an edit window.
  288.  
  289. .topic hcWindows_Menu=2400
  290.  WINDOWS Menu    [Alt]-[W]       {MENUS Help:hcMenus}
  291.  
  292. This menu allows you to navigate amongst the different windows
  293. open on the {desktop:GDesktop}, resize of move a window, or
  294. arrange your windows in a tile or cascade pattern on the
  295. {desktop:GDesktop}.
  296.  
  297. Sub Topics:
  298.  
  299.  {Resize/Move:hcResize} │
  300.  {Zoom:hcZoom}        │
  301.  {Previous:hcPrev}    │ {Next:hcNext}
  302.  {Close:hcClose}       │
  303.  {Tile:hcTile}        │ {Cascade:hcCascade}
  304.  
  305. .topic hcResize=2401
  306.  RESIZE/MOVE     [Ctrl]-[F5]     {WINDOWS Menu:hcWindows_Menu}
  307.  
  308. Resize or move the current window on the {desktop:GDesktop}.
  309. The first thing you will note is that the
  310. {window border:GWindowBorder} will change color.  You can now
  311. resize or move the window.
  312.  
  313.  ╔═[■]═════ Title ═════[]═╗ <--Title Bar
  314.  ║                         ║
  315.  ║                         ║
  316.  ║                         ║
  317.  ║                         ║
  318.  ║                         ║
  319.  ╚════════════════════════─┘ <--{Resize corner:GResizeCorner}
  320.  
  321. To resize the window, hold the [Shift] key down and press the
  322. right or down arrow.  If you are using a mouse, you must first
  323. click on the bottom right {"resize" corner:GResizeCorner} of
  324. the window, and while holding the mouse button down, move it
  325. right or down to make the window grow.  You reverse the process
  326. to shrink the window.
  327.  
  328. To move the window, you press the arrow key that corresponds to
  329. the direction you want to move the window.  To move it quickly,
  330. press the [Ctrl] key and the arrow key that corresponds to the
  331. direction you want to move the window.  If you are using a
  332. mouse, you must place the mouse cursor on the
  333. {title bar:GTitleBar} of the window, press the mouse button,
  334. and move the window to where you want it while you hold the
  335. mouse button down.
  336.  
  337. When you are done resizing/moving the window, press [Enter] and
  338. the {window border:GWindowBorder} returns to its default color.
  339. If you are using a mouse, just let go of the mouse button.
  340.  
  341. This command is disabled unless a window that can be
  342. resized/moved is on the {desktop:GDesktop}.
  343.  
  344. .topic hcZoom
  345.  ZOOM            [F5]            {WINDOWS Menu:hcWindows_Menu}
  346.  
  347. Toggle between filling the {desktop:GDesktop} with the current
  348. window, or shrinking the window to its normal size.
  349.  
  350.  ╔═[■]═════ Title ═════[]═╗ <--Title Bar
  351.  ║                         ║
  352.  ║                         ║
  353.  ║                         ║
  354.  ║                         ║
  355.  ║                         ║
  356.  ╚════════════════════════─┘ <--Resize corner
  357.  
  358. If you are using a mouse, click on the arrow(s) on the
  359. {title bar:GTitleBar} of the window.  Windows without arrow(s)
  360. on the {title bar:GTitleBar} of the window can not be zoomed.
  361.  
  362. This command is disabled unless a window that can be
  363. zoomed is on the {desktop:GDesktop}.
  364.  
  365. .topic hcPrev
  366.  PREVIOUS        [Shift]-[F6]    {WINDOWS Menu:hcWindows_Menu}
  367.  
  368. Go back to the previous window on the {desktop:GDesktop}, if
  369. you have multiple windows open.
  370.  
  371. Note that there is a bug in TurboVision.  If you have only one
  372. window open on the {desktop:GDesktop} and try to go to the
  373. previous window and then the next window, your cursor gets
  374. lost.  Simply press a key to get the cursor back.
  375.  
  376. This command is disabled unless there is at least one window on
  377. the {desktop:GDesktop}.
  378.  
  379. .topic hcNext
  380.  NEXT            [F6]            {WINDOWS Menu:hcWindows_Menu}
  381.  
  382. Go to the next window on the {desktop:GDesktop}, if you have
  383. multiple windows on the {desktop:GDesktop}.
  384.  
  385. Note that there is a bug in TurboVision.  If you have only one
  386. window open on the {desktop:GDesktop} and try to go to the
  387. previous window and then the next window, your cursor gets
  388. lost.  Simply press a key to get the cursor back.
  389.  
  390. This command is disabled unless there is at least one window on
  391. the {desktop:GDesktop}.
  392.  
  393. .topic hcClose
  394.  CLOSE           [Alt]-[F3]      {WINDOWS Menu:hcWindows_Menu}
  395.  
  396. Close the window that is currently selected on the
  397. {desktop:GDesktop}. You select this option when you are done
  398. using a window.
  399.  
  400. You may also press the [Esc] key in many instances, or use the
  401. mouse to click on the {close icon:GCloseIcon} in the upper left
  402. corner of a window.
  403.  
  404.  Close
  405.  Icon:[■]     ╔═[■]═════════════════[]═╗
  406.               ║                         ║
  407.               ║                         ║
  408.               ║                         ║
  409.               ║                         ║
  410.               ║                         ║
  411.               ╚═════════════════════════╝
  412.  
  413. This command is disabled unless there is at least one window on
  414. the {desktop:GDesktop}.
  415.  
  416.  
  417. .topic hcTile
  418.  TILE                            {WINDOWS Menu:hcWindows_Menu}
  419.  
  420. Arrange all windows on the {desktop:GDesktop} in a tile
  421. pattern.  An example of four windows tiled on the
  422. {desktop:GDesktop} would look like this:
  423.  
  424.  ┌────────────────────────────────────┐
  425.  │ ╔[■]═══════1═[]╗┌────────────2──┐ │
  426.  │ ║               ║│               │ │
  427.  │ ║               ║│               │ │
  428.  │ ║               ║│               │ │
  429.  │ ╚═══════════════╝└───────────────┘ │
  430.  │ ┌────────────3──┐┌────────────4──┐ │
  431.  │ │               ││               │ │
  432.  │ │               ││               │ │
  433.  │ │               ││               │ │
  434.  │ └───────────────┘└───────────────┘ │
  435.  └────────────────────────────────────┘
  436.              Tiled Windows
  437.  
  438. This command is disabled unless there is at least one window on
  439. the {desktop:GDesktop}.
  440.  
  441. .topic hcCascade
  442. CASCADE                          {WINDOWS Menu:hcWindows_Menu}
  443.  
  444. Arrange all windows on the {desktop:GDesktop} in a cascade
  445. pattern.  An example of four windows cascaded on the
  446. {desktop:GDesktop} would look like this:
  447.  
  448.  ┌──────────────────────────1─┐
  449.  │┌─────────────────────────2─┐
  450.  ││┌────────────────────────3─┐
  451.  │││╔[■]═════════════════4═[]╗
  452.  │││║                         ║
  453.  │││║                         ║
  454.  │││║                         ║
  455.  │││║                         ║
  456.  │││║                         ║
  457.  └└└╚═════════════════════════╝
  458.         Cascaded Windows
  459.  
  460. This command is disabled unless there is at least one window on
  461. the {desktop:GDesktop}.
  462.  
  463. .topic hcDesktop_Menu=2500
  464.  DESKTOP Menu    [Alt]-[O]       {MENUS Help:hcMenus}
  465.  
  466. This menu allows you to load and store the {desktop:GDesktop},
  467. and to toggle between regular and 43/50 line screen mode.
  468.  
  469. Sub Topics:
  470.  
  471.  {Load Desktop:hcLoadDesktop} │ {Save Desktop:hcSaveDesktop} │ {43/50 Lines:hcToggleVideo}     │                  │
  472.  
  473. .topic hcLoadDesktop
  474.  LOAD DESKTOP                    {DESKTOP Menu:hcDesktop_Menu}
  475.  
  476. Load a previous {desktop:GDesktop} from disk.  Note that you
  477. must have previously saved a {desktop:GDesktop} for this option
  478. to work, and it is always retrieved from the same file.
  479.  
  480. The video mode of the previous {desktop:GDesktop} is restored
  481. when you load that {desktop:GDesktop}.
  482.  
  483. .topic hcSaveDesktop
  484.  SAVE DESKTOP                    {DESKTOP Menu:hcDesktop_Menu}
  485.  
  486. Save your current {desktop:GDesktop} to disk.  Note that the
  487. {desktop:GDesktop} is automatically saved when you exit the
  488. application, and it is always saved to the same file!
  489.  
  490. The video mode of the current {desktop:GDesktop} is also saved
  491. to the file.
  492.  
  493. .topic hcToggleVideo
  494.  43/50 LINES                     {DESKTOP Menu:hcDesktop_Menu}
  495.  
  496. Toggle between regular and 43/50 line video mode, providing
  497. your video card can support it.
  498.  
  499. This option is disabled if your video card does not support
  500. 43/50 line video mode.
  501.  
  502. .topic Editor_Commands=2700;
  503.  EDITOR COMMANDS                 {Main Index:NoContext}
  504.  
  505. The NEWEDIT editor is a small, compact, 64K editor based on the
  506. Borland Integrated Development Environment (IDE) editor.
  507. Unlike the IDE editor, it also supports wordwrap, and several
  508. other WordStar commands.
  509.  
  510. Sub Topics:
  511.  
  512.  {Centering:CenterText}  │ {Cursor:Cursor}    │ {Deleting:Deleting}
  513.  {Formatting:Formatting} │ {Indenting:IndentMode} │ {Inserting:InsertLine}
  514.  {Margins:RightMargin}    │ {Moving:Moving}    │ {Marking:Marking}
  515.  {Saving:Saving}     │ {Searching:hcSearch_Menu} │ {Selecting:Selecting}
  516.  {Tabs:Tabbing}       │ {Undo:hcUndo}      │ {Wordwrap:Wordwrap}
  517.  
  518. .topic Cursor
  519.  CURSOR Cmds                     {EDITOR Cmds:Editor_Commands}
  520.  
  521. The following topics are available for cursor movement:
  522.  
  523.  Sub Topics:
  524.  
  525.  {Appearance:InsMode}   │ {Char Left:CharLeft}      │ {Char Right:CharRight}
  526.  {Document End:TextEnd} │ {Document Start:TextStart} │ {Jump Line:JumpLine}
  527.  {Jump Mark:JMarker_Menu}    │ {Line Down:LineDown}      │ {Line End:LineEnd}
  528.  {Line Start:LineStart}   │ {Line Up:LineUp}        │ {Page Bottom:EndPage}
  529.  {Page Down:PageDown}    │ {Page Up:PageUp}        │ {Page Top:HomePage}
  530.  {Scroll Up:ScrollUp}    │ {Scroll Down:ScrollDown}    │ {Word Left:WordLeft}
  531.  {Word Right:WordRight}   │                │
  532.  
  533. .topic Deleting
  534.  DELETE Cmds                     {EDITOR Cmds:Editor_Commands}
  535.  
  536. The following topics are available for deleting text:
  537.  
  538. Sub Topics:
  539.  
  540.  {Char Left:DelChar}    │ {Char Right:BackSpace} │ {Line:DelLine}
  541.  {Line End:DelEnd}     │ {Line Start:DelStart} │ {Selected Clear:hcClear}
  542.  {Selected Cut:hcCut} │ {Word:DelWord}       │
  543.  
  544. .topic Formatting
  545.  FORMAT Cmds                     {EDITOR Cmds:Editor_Commands}
  546.  
  547. The following topics are available for formatting text:
  548.  
  549. Sub Topics:
  550.  
  551.  {Document:ReformDoc} │ {Paragraph:ReformPara}
  552.  
  553. .topic Marking
  554.  MARK Cmds                       {EDITOR Cmds:Editor_Commands}
  555.  
  556. The following topics are available for text place markers:
  557.  
  558.  {Goto:JMarker_Menu} │ {Set:SMarker_Menu}
  559.  
  560. .topic Moving
  561.  MOVING Cmds                     {EDITOR Cmds:Editor_Commands}
  562.  
  563. The following topics are available for moving text:
  564.  
  565. Sub Topics:
  566.  
  567.  {Copy Text:hcCopy} │ {Paste Text:hcPaste}
  568.  
  569. .topic Saving
  570.  SAVE Cmds                       {EDITOR Cmds:Editor_Commands}
  571.  
  572. The following topics are available for saving text:
  573.  
  574.  {Save And Continue:hcSave}
  575.  {Save And Done:hcSaveDone}
  576.  {Save To File:hcSaveAs}
  577.  
  578. .topic Selecting
  579.  SELECT Cmds                     {EDITOR Cmds:Editor_Commands}
  580.  
  581. The following topics are available for selecting text:
  582.  
  583.  {Clear:hcClear} │ {Copy:hcCopy}  │ {Cut:hcCut}
  584.  {Hide:HideSelect}  │ {Start:StartSelect} │ {Word:SelectWord}
  585.  
  586. .topic Tabbing
  587.  TAB Cmds                        {EDITOR Cmds:Editor_Commands}
  588.  
  589. The following topics are available for setting and using tabs:
  590.  
  591.  {Set:SetTabs} │ {Use:TabKey}
  592.  
  593. .topic BackSpace
  594.  DEL CHAR RIGHT  [BackSpace]     {DELETE Cmds:Deleting}
  595.                  [Ctrl]-[H]      {EDITOR Cmds:Editor_Commands}
  596.  
  597. Move the cursor to the left one space, deleting the character
  598. before it.
  599.  
  600. .topic CenterText
  601.  CENTER LINE     [Ctrl]-[Q]-[C]  {EDITOR Cmds:Editor_Commands}
  602.  
  603. Center text on the line your cursor is sitting on.  Text is
  604. centered according to the current value of the right margin.
  605.  
  606. This command is disabled until you open an edit window.
  607.  
  608. .topic CharLeft
  609.  CHAR LEFT       [Left Arrow]    {CURSOR Cmds:Cursor}
  610.                  [Ctrl]-[S]      {EDITOR Cmds:Editor_Commands}
  611.  
  612. Move the cursor to the left one space.  No characters are
  613. deleted.
  614.  
  615. .topic CharRight
  616.  CHAR RIGHT      [Right Arrow]   {CURSOR Cmds:Cursor}
  617.                  [Ctrl]-[D]      {EDITOR Cmds:Editor_Commands}
  618.  
  619. Move the cursor to the right one space.  No characters are
  620. deleted.
  621.  
  622. .topic DelChar
  623.  DEL CHAR LEFT   [Del]           {DELETE Cmds:Deleting}
  624.                  [Ctrl]-[G]      {EDITOR Cmds:Editor_Commands}
  625.  
  626. Delete the character to the right of the cursor.  All other
  627. characters on the line are moved to the left to fill the vacant
  628. space.
  629.  
  630. .topic DelEnd
  631.  DEL TO END LINE [Ctrl]-[Q]-[Y]  {DELETE Cmds:Deleting}
  632.                                  {EDITOR Cmds:Editor_Commands}
  633.  
  634. Delete all characters from the current cursor position to the
  635. end of the current line.
  636.  
  637. .topic DelLine
  638.  DELETE LINE     [Ctrl]-[Y]      {DELETE Cmds:Deleting}
  639.                                  {EDITOR Cmds:Editor_Commands}
  640.  
  641. Delete the current line. All lines below it are moved up by one
  642. line.
  643.  
  644. .topic DelStart
  645.  DEL TO START LINE [Ctrl]-[Q]-[H]     {DELETE Cmds:Deleting}
  646.                    [Ctrl]-[Backspace] {EDITOR Cmds:Editor_Commands}
  647.  
  648. Delete all characters from the current cursor position to the
  649. start of the line.
  650.  
  651. .topic DelWord
  652.  DELETE WORD     [Ctrl]-[T]      {DELETE Cmds:Deleting}
  653.                                  {EDITOR Cmds:Editor_Commands}
  654.  
  655. Delete characters from the current cursor position to the last
  656. character in the word, if the cursor is sitting in a word.  If
  657. the cursor is sitting in spaces, all spaces to the beginning of
  658. the next word will be deleted.
  659.  
  660. .topic EndPage
  661.  PAGE BOTTOM     [Ctrl]-[End]    {CURSOR Cmds:Cursor}
  662.                                  {EDITOR Cmds:Editor_Commands}
  663.  
  664. Move the cursor to the bottom of the current page.  A page is
  665. defined as all text that is within the current window frame.
  666.  
  667. .topic HideSelect
  668.  HIDE SELECTION  [Ctrl]-[K]-[H]  {EDITOR Cmds:Editor_Commands}
  669.                                  {SELECT Cmds:Selecting}
  670.  
  671. Unhighlight any text you may have selected.  You press this key
  672. sequence if you decide you don't need to perform any action on
  673. the selected text.
  674.  
  675. Pressing the down arrow without the [Shift] key will do the
  676. same thing.
  677.  
  678. .topic HomePage
  679.  PAGE TOP        [Ctrl]-[Home]   {CURSOR Cmds:Cursor}
  680.                                  {EDITOR Cmds:Editor_Commands}
  681.  
  682. Move the cursor to the top of the current page.  A page is
  683. defined as all text that is within the current window frame.
  684.  
  685. .topic IndentMode
  686.  AUTO-INDENT     [Ctrl]-[Q]-[I]  {EDITOR Cmds:Editor_Commands}
  687.  
  688. Toggle the editor auto-indent feature on/off.
  689.  
  690. Auto-indent will automatically indent the cursor to the same
  691. position on the next line as the first character on the current
  692. line when [Enter] is pressed.
  693.  
  694. If Auto-Indent is on, an "I" will appear on the edit window
  695. indicator line.
  696.  
  697. This command is disabled until you open an edit window.
  698.  
  699. .topic InsertLine
  700.  INSERT LINE     [Ctrl]-[N]      {EDITOR Cmds:Editor_Commands}
  701.  
  702. Insert a carriage return and line feed pair at the current
  703. cursor position.  All characters at the cursor position and to
  704. the end of the line will be moved down to the next line.
  705.  
  706. Unlike the [Enter] key, the cursor stays at its current
  707. position and does NOT move down to the next line.
  708.  
  709. .topic InsMode
  710.  INSERT MODE     [Ins]           {CURSOR Cmds:Cursor}
  711.                  [Ctrl]-[V]      {EDITOR Cmds:Editor_Commands}
  712.  
  713. Toggle the cursor between insert and overstrike mode.  In
  714. insert mode, characters are inserted into the text at the
  715. current cursor position and all characters after the cursor are
  716. moved to the left.  In overstrike mode, characters at the
  717. cursor position are replaced with the new character you type.
  718.  
  719. .topic JumpLine
  720.  JUMP TO LINE    [Ctrl]-[J]-[L]  {CURSOR Cmds:Cursor}
  721.  
  722. Quickly jump to any line in your document.  A
  723. {dialog box:GDialogBox} will appear that requests the line
  724. number you wish to jump to. Valid entries are 1 through 9999.
  725.  
  726. Your cursor will remain on the current line if you enter an
  727. invalid line number.
  728.  
  729. This command is disabled until you open an edit window.
  730.  
  731. .topic LineDown
  732.  LINE DOWN       [Down Arrow]    {CURSOR Cmds:Cursor}
  733.                  [Ctrl-[X]       {EDITOR Cmds:Editor_Commands}
  734.  
  735. Move the cursor down to the next line.
  736.  
  737. .topic LineEnd
  738.  LINE END        [End]           {CURSOR Cmds:Cursor}
  739.                  [Ctrl]-[Q]-[D]  {EDITOR Cmds:Editor_Commands}
  740.  
  741. Move the cursor from its current position to the end of the
  742. line.
  743.  
  744. .topic LineStart
  745.  LINE START      [Home]          {CURSOR Cmds:Cursor}
  746.                  [Ctrl]-[Q]-[S]  {EDITOR Cmds:Editor_Commands}
  747.  
  748. Move the cursor from its current position to the start of the
  749. line.
  750.  
  751. .topic LineUp
  752.  LINE UP         [Up Arrow]      {CURSOR Cmds:Cursor}
  753.                  [Ctrl]-[E]      {EDITOR Cmds:Editor_Commands}
  754.  
  755. Move the cursor up one line.
  756.  
  757. .topic NewLine
  758.  NEW LINE        [Enter]         {EDITOR Cmds:Editor_Commands}
  759.                  [Ctrl]-[M]
  760.  
  761. Insert a carriage return at the current cursor position.  The
  762. cursor will move down to the next line.  If Auto-Indent is on,
  763. the cursor will indent to the the same position as the first
  764. character of the line the cursor was on when [Enter] was
  765. pressed.  Otherwise the cursor goes to the first position of
  766. the new line.
  767.  
  768. .topic PageDown
  769.  PAGE DOWN       [PgDn]         {CURSOR Cmds:Cursor}
  770.                  [Ctrl]-[C]     {EDITOR Cmds:Editor_Commands}
  771.  
  772. Move the cursor down a page at a time through your text.  Note
  773. that a page is defined as all text that is within the current
  774. window frame.
  775.  
  776. This is not a "true" page down feature, in that the first time
  777. you press the key the cursor simply goes to the bottom of the
  778. current page.  You'll probably have to press it twice to get to
  779. the next page.  Thereafter, it works as a true page down
  780. feature.
  781.  
  782. .topic PageUp
  783.  PAGE UP         [PgUp]          {CURSOR Cmds:Cursor}
  784.                  [Ctrl]-[R]      {EDITOR Cmds:Editor_Commands}
  785.  
  786. Move the cursor up a page at a time through your text.  Note
  787. that a page is defined as all text that is within the current
  788. window frame.
  789.  
  790. This is not a "true" page up feature, in that the first time
  791. you press the key the cursor simply goes to the top of the
  792. current page.  You'll probably have to press it twice to get to
  793. the previous page.  Thereafter, it works as a true page up
  794. feature.
  795.  
  796. .topic ReformDoc
  797.  DOCUMENT REFORM [Ctrl]-[Q]-[U]  {FORMAT Cmds:Formatting}
  798.  
  799. Quickly reformat your document text.  A {dialog box:GDialogBox}
  800. will appear that allows you to select whether to begin
  801. reformatting at the current cursor position or from the
  802. beginning of the document.
  803.  
  804. Reformatting is based on the position of the first character in
  805. the first line of a paragraph and the current right margin
  806. setting.  You must be VERY careful when using this feature for
  807. you can easily ruin your document's appearance using the
  808. reformatting feature.
  809.  
  810. You can NOT undo the reformatting process.  It is permanent.
  811. Therefore, you are advised to save your document BEFORE you use
  812. this feature.
  813.  
  814. This command is disabled until you open an edit window.
  815.  
  816. .topic ReformPara
  817.  PARAGRAPH REFORM  [Ctrl]-[B]    {FORMAT Cmds:Formatting}
  818.  
  819. Quickly reformat a paragraph.
  820.  
  821. Reformatting is based on the position of the first character of
  822. the current line the cursor is on and the current right margin
  823. setting.  Reformatting takes place from the current line to the
  824. end of the paragraph.
  825.  
  826. You can NOT undo the reformatting process.  It is permanent.
  827.  
  828. This command is disabled until you open an edit window.
  829.  
  830. .topic RightMargin
  831.  RIGHT MARGIN    [Ctrl]-[O]-[R]  {EDITOR Cmds:Editor_Commands}
  832.  
  833. Set a right margin value for the editor.  A
  834. {dialog box:GDialogBox} will appear that asks you to enter a
  835. right margin value. Right margin values may range from 10 to
  836. 255.  The default right margin is 76.
  837.  
  838. The right margin is used by the editor wordwrap, reformatting,
  839. and centering features to determine where to wrap a line of
  840. text.
  841.  
  842. This command is disabled until you open an edit window.
  843.  
  844. .topic ScrollDown
  845.  SCROLL DOWN     [Ctrl]-[Z]      {CURSOR Cmds:Cursor}
  846.                                  {EDITOR Cmds:Editor_Commands}
  847.  
  848. Emulates the IDE function of scrolling the screen up while
  849. maintaining the cursor position. If the original cursor
  850. position scrolls off the screen, the cursor scrolls down a
  851. line.  This forces the cursor to stay in the upper left corner
  852. of the screen should the original cursor position scroll away.
  853.  
  854. .topic ScrollUp
  855.  SCROLL UP       [Ctrl]-[W]      {CURSOR Cmds:Cursor}
  856.                                  {EDITOR Cmds:Editor_Commands}
  857.  
  858. Emulates the IDE function of scrolling the screen down while
  859. maintaining the cursor position.  If the original cursor
  860. position scrolls off the screen, the cursor scrolls up a line.
  861. This forces the cursor to stay in the lower left corner of the
  862. screen should the original cursor position scroll away.
  863.  
  864. .topic SelectWord
  865.  SELECT WORD     [Ctrl]-[K]-[T]  {EDITOR Cmds:Editor_Commands}
  866.                                  {SELECT Cmds:Selecting}
  867.  
  868. Highlight the current word the cursor is sitting on.  The word
  869. is marked from the current cursor position to the next space or
  870. end of line, whichever comes first.  The marked word is put
  871. into the clipboard without further effort on your part.
  872. Marking works in the normal manner, i.e., it disappears the
  873. moment you move the cursor.
  874.  
  875. Note that NOTHING will happen if you try to use this command when the
  876. cursor is sitting on a space or the end of a line.
  877.  
  878. .topic SetTabs
  879.  TAB STOPS       [Ctrl]-[O]-[I]  {TAB Cmds:Tabbing}
  880.  
  881. Enter custom tab stop preferences in a {dialog box:GDialogBox}.
  882. These tab stops are used to allow you to quickly insert spaces,
  883. or jump over text to a designated tab stop.
  884.  
  885. This command is disabled until you open an edit window.
  886.  
  887. .topic StartSelect
  888.  START SELECT [Ctrl]-[K]-[B]       {EDITOR Cmds:Editor_Commands}
  889.               [Shift]-[Down Arrow] {SELECT Cmds:Selecting}
  890.  
  891.  
  892. Start selecting text.  Selected text is that text which is not
  893. the same color as normal text.  You select text when you want
  894. to perform a particular action on that text and no other text,
  895. such as {COPY:hcCopy}, {CUT:hcCut}, {CLEAR:hcClear}, etc.
  896.  
  897. .topic TabKey
  898.  TAB KEY         [Tab]           {EDITOR Cmds:Editor_Commands}
  899.                  [Ctrl]-[I]      {TAB Cmds:Tabbing}
  900.  
  901. Move the cursor to the next tab stop.  Tab stops default to
  902. every fifth character on a line.  You may reset the tab stops
  903. by using [Ctrl]-[O]-[I].
  904.  
  905. When in INSERT mode, the cursor will attempt to go to the next
  906. tab stop, happily INSERTING SPACES as it looks for that next
  907. stopping point.  If it is at the last tab stop, it stops
  908. inserting spaces and takes a big jump to the first character of
  909. the next line.  Try to keep tab use to a minimum when the
  910. cursor is in insert mode.  You eat up valuable buffer space
  911. real quick!
  912.  
  913. When in OVERSTRIKE mode, the cursor will attempt to go to the
  914. next tab stop, happily skipping over characters as it looks for
  915. that next stopping point.  If it is at the last tab stop, OR
  916. the line is too short to allow it to reach the next tab stop,
  917. it takes a big jump to the first character of the next line.
  918.  
  919. .topic TextEnd
  920.  DOCUMENT END    [Ctrl]-[PgDn]   {CURSOR Cmds:Cursor}
  921.                  [Ctrl]-[Q]-[C]  {EDITOR Cmds:Editor_Commands}
  922.  
  923. Move the cursor from its current position to the end of the
  924. document.
  925.  
  926. .topic TextStart
  927.  DOCUMENT START  [Ctrl]-[PgUp]   {CURSOR Cmds:Cursor}
  928.                  [Ctrl]-[Q]-[R]  {EDITOR Cmds:Editor_Commands}
  929.  
  930. Move the cursor from its current position to the start of the
  931. document.
  932.  
  933. .topic WordLeft
  934.  WORD LEFT  [Ctrl]-[F]           {CURSOR Cmds:Cursor}
  935.             [Ctrl]-[Right-Arrow] {EDITOR Cmds:Editor_Commands}
  936.  
  937. Move the cursor to the beginning of the previous word.  Use
  938. this feature when you want to quickly jump from word to word.
  939.  
  940. .topic WordRight
  941.  WORD RIGHT  [Ctrl]-[A]          {CURSOR Cmds:Cursor}
  942.              [Ctrl]-[Left Arrow] {EDITOR Cmds:Editor_Commands}
  943.  
  944. Move the cursor to the beginning of the next word.  Use this
  945. feature when you want to quickly jump from word to word.
  946.  
  947. .topic Wordwrap
  948.  WORDWRAP        [Ctrl]-[O]-[W]  {EDITOR Cmds:Editor_Commands}
  949.  
  950. Toggle the editor wordwrap feature on/off.
  951.  
  952. Wordwrap allows you to type in text and automatically wrap to
  953. the next line when the cursor reaches the current right margin
  954. setting.
  955.  
  956. If wordwrap is on, a "W" will appear on the edit window
  957. indicator line.
  958.  
  959. This command is disabled until you open an edit window.
  960.  
  961. .topic JMarker_Menu,JumpMark1,JumpMark2,JumpMark3,JumpMark4,JumpMark5,JumpMark6,JumpMark7,JumpMark8,JumpMark9,JumpMark0=2750
  962.  GOTO MARKER     [Ctrl]-[Q]-[#]  {CURSOR Cmds:Cursor}
  963.                                  {MARK Cmds:Marking}
  964.  
  965. Using the WordStar [Ctrl]-[Q]-[#] key sequence, where "#" is a
  966. number 1,2,3,4,5,6,7,8,9, or 0, will allow you to access up to
  967. 10 place markers you have previously set in your text.  Your
  968. cursor will go nowhere if you try to jump to a non-existant
  969. marker.
  970.  
  971. This command is disabled until you open an edit window.
  972.  
  973. .topic SMarker_Menu,SetMark1,SetMark2,SetMark3,SetMark4,SetMark5,SetMark6,SetMark7,SetMark8,SetMark9,SetMark0=2770
  974.  SET MARKER      [Ctrl]-[K]-[#]  {MARK Cmds:Marking}
  975.  
  976. Bring up a sub menu that allows you to set up to 10 place
  977. markers in your text.
  978.  
  979. Using the WordStar [Ctrl]-[K]-[#] key sequence, where "#" is a
  980. number 1,2,3,4,5,6,7,8,9, or 0, will allow you to set up to 10
  981. place markers in your text.
  982.  
  983. This command is disabled until you open an edit window.
  984.  
  985. .topic Dialogs=2800
  986.  DIALOG Menu                     {MAIN Help:NoContext}
  987.  
  988. The following topics are available for
  989. {dialog boxes:GDialogBox}:
  990.  
  991.  {Cancel/No:DCancel} │ {OK/Yes:DOk}       │ {Change Dir:DDirName}
  992.  {Find:DFindText}      │ {Jump To Line:DLineNumber} │ {Reformat:DReformDoc}
  993.  {Replace:DReplaceText}   │ {Right Margin:DRightMargin} │ {Tab Stops:DTabStops}
  994.  
  995. .topic DCancel,DNo
  996.  Cancel ▄      No   ▄            {DIALOG Menu:Dialogs}
  997.  ▀▀▀▀▀▀▀▀   ▀▀▀▀▀▀▀▀▀
  998. Clicking on these buttons, or pressing [Esc], says "No, go back
  999. to what I was doing -- don't change or do anything!".
  1000.  
  1001. .topic DOK,DYes
  1002.     Ok  ▄      Yes  ▄            {DIALOG Menu:Dialogs}
  1003.  ▀▀▀▀▀▀▀▀   ▀▀▀▀▀▀▀▀▀
  1004. Clicking on these buttons, or pressing [Enter], says "Yes, keep
  1005. the changes I've made".
  1006.  
  1007. .topic DAbout
  1008.  ABOUT The Program               {MAIN Help:NoContext}
  1009.  
  1010. This is just an introductory screen.  Ego and all that jazz!
  1011.  
  1012. Press [Enter] or click on the OK button to continue.
  1013.  
  1014. .topic DDirName
  1015.  DIRECTORY NAME  [Alt]-[N]       {DIALOG Menu:Dialogs}
  1016.                                  {DIR Tree:DDirTree}
  1017.                                  {FILE_Menu:hcFile_Menu}
  1018.  
  1019. You may type in a directory name, or press the down arrow to get a
  1020. history of previous directory names.  If you are using the mouse, click
  1021. on the {history icon:GHistoryIcon} to the right of the
  1022. {input line:GInputLine}.
  1023.  
  1024. .topic DDirTree
  1025.  DIRECTORY TREE  [Alt]-[T]       {DIR Name:DDirName}
  1026.                                  {CHDIR Button:DChDir}
  1027.  
  1028. Move the highlighted bar with the up/down arrow keys, or your mouse, to
  1029. the directory of your choice.  Note that the current directory will
  1030. remain highlighted.
  1031.  
  1032. .topic DChDir
  1033.  CHDIR Button                    {DIR Tree:DDirTree}
  1034.                                  {REVERT Button:DRevert}
  1035.  
  1036. Pressing the CHDIR button will move you into the directory tree area.
  1037.  
  1038. .topic DRevert
  1039.  REVERT BUTTON                   {CHDIR Button:DChDir}
  1040.                                  {DIR Name:DDirName}
  1041.  
  1042. Pressing the REVERT button will change the directory selection to what
  1043. it was when you originally brought up this
  1044. {dialog box:GDialogBox}.
  1045.  
  1046. .topic hcDName
  1047.  FILE Name       [Alt]-[N]       {DIALOG Menu:Dialogs}
  1048.                                  {FILES List:hcDFiles}
  1049.  
  1050. Enter the file name you would like to load.  Press [Enter] to
  1051. accept the current contents on the {input line:GInputLine}.
  1052. You can also press the down arrow to bring up a
  1053. {history list:GHistoryIcon} of any previous entries.
  1054.  
  1055. .topic hcDFiles
  1056. FILES List       [Alt]-[F]       {DIALOG Menu:Dialogs}
  1057.                                  {FILE Name:hcDName}
  1058.  
  1059. Files are shown in alphabetical order.  You can use the down/up
  1060. or left/right arrows, or PgUp/PgDn, to navigate about the file
  1061. list, moving the highlight bar as you go.  You can also start
  1062. typing the name of the file you want and the highlight bar will
  1063. move to that file name.
  1064.  
  1065. .topic DFindText
  1066.  FIND Text       [Alt]-[T]       {DIALOG Menu:Dialogs}
  1067.                                  {FIND Options:CCaseSensitive}
  1068.                                  {SEARCH Menu:hcSearch_Menu}
  1069.  
  1070. Type in the text that you wish to find.  You can also press the down
  1071. arrow key to bring up a history list of the last text you looked for.
  1072. Clicking the mouse on the {history list icon:GHistoryIcon} to
  1073. the right of the {input line:GInputLine} will do the same thing.
  1074.  
  1075. .topic DLineNumber
  1076.  LINE Number                     {DIALOG Menu:Dialogs}
  1077.  
  1078. Enter a line number from 1 to 9999.  You may press the down arrow to
  1079. select from a history list of previous entries, or use the mouse to
  1080. click on the {history icon:GHistoryIcon} to the right of the
  1081. {input line:GInputLine}.
  1082.  
  1083. .topic DReformDoc
  1084.  REFORMAT Text                   {Reform Current:CReformCurrent}
  1085.                                  {Reform Entire:CReformEntire}
  1086.                                  {DIALOG Menu:Dialogs}
  1087.  
  1088. Select one of the buttons to tell the editor where you want to start
  1089. searching.  You may click on the appropriate button with your mouse, or
  1090. use the up/down arrow keys to highlight the proper button.
  1091.  
  1092. .topic DReplaceText
  1093.  REPLACE Text    [Alt]-[N]       {DIALOG Menu:Dialogs}
  1094.                                  {REPLACE Options:CPromptReplace}
  1095.                                  {FIND Options:CCaseSensitive}
  1096.                                  {SEARCH Menu:hcSearch_Menu}
  1097.  
  1098. Type in the replacement text you want.  You can also press the down
  1099. arrow key to bring up a history list of the last replacement text.
  1100. Clicking the mouse on the {history list icon:GHistoryIcon} to
  1101. the right of the {input line:GInputLine} will do the same thing.
  1102.  
  1103. .topic DRightMargin
  1104.  RIGHT MARGIN                    {DIALOG Menu:Dialogs}
  1105.  
  1106. Enter a right margin value from 10 to 255.  Press the down arrow or
  1107. click on the {history icon:GHistoryIcon} to the right of the
  1108. {input line:GInputLine} to bring up a history list of prior entries.
  1109.  
  1110. .topic DTabStops
  1111.  TAB Stops                       {DIALOG Menu:Dialogs}
  1112.  
  1113. Use your right/left cursor keys to move the cursor to the tab stop you
  1114. want to delete/set.  Press the spacebar to delete tabs, or any other
  1115. character key (like [x]) to set a tab stop.
  1116.  
  1117. IMPORTANT:  If you press spacebar immediately after you bring this
  1118. dialog up, all tab stops will be erased!
  1119.  
  1120. You can push the down arrow or click on the
  1121. {history icon:GHistoryIcon} between the OK and CANCEL buttons
  1122. to bring up a history list of previous tab stop settings.
  1123.  
  1124. .topic CCaseSensitive=2900
  1125.  FIND Case Sensitive             {FIND Text:DFindText}
  1126.                                  {Whole Words:CWholewords}
  1127.                                  {REPLACE Text:DReplaceText}
  1128.  
  1129. Select this box to search for case sensitive text, which means text
  1130. must match the case of the text you entered before a match is found.
  1131.  
  1132. You may select this box by clicking with your mouse, or use the up/down
  1133. arrow keys to highlight the proper box.  The [Spacebar] will toggle
  1134. the box on/off.
  1135.  
  1136. .topic CWholeWords
  1137.  FIND Whole Words                {FIND Text:DFindText}
  1138.                                  {Case Sensitive:CCaseSensitive}
  1139.                                  {REPLACE Text:DReplaceText}
  1140.  
  1141. Select this box to search for whole words only, which means that no
  1142. match will be found if the text you input is part of a word (i.e,
  1143. TIME -- "sometime" is NOT a match).
  1144.  
  1145. You may select this box by clicking with your mouse, or use the up/down
  1146. arrow keys to highlight the proper box.  The [Spacebar] will toggle
  1147. the box on/off.
  1148.  
  1149. .topic CPromptReplace
  1150.  REPLACE Prompt On Replace       {REPLACE Text:DReplaceText}
  1151.                                  {Replace All:CReplaceAll}
  1152.                                  {FIND Text:DFindText}
  1153.  
  1154. Select this box to request the editor to prompt you for each matching
  1155. occurance before replacing text.
  1156.  
  1157. You may select this box by clicking with your mouse, or use the up/down
  1158. arrow keys to highlight the proper box.  The [Spacebar] will toggle
  1159. the box on/off.
  1160.  
  1161. .topic CReplaceAll
  1162.  REPLACE Replace All             {REPLACE Text:DReplaceText}
  1163.                                  {Prompt On Replace:CPromptReplace}
  1164.                                  {FIND Text:DFindText}
  1165.  
  1166. Select this box to request the editor replace all matching occurances
  1167. without prompting.
  1168.  
  1169. You may select this box by clicking with your mouse, or use the up/down
  1170. arrow keys to highlight the proper box.  The [Spacebar] will toggle
  1171. the box on/off.
  1172.  
  1173. .topic CReformCurrent
  1174.  Reform Current                  {REFORMAT Text:DReformDoc}
  1175.                                  {Reform Entire:CReformEntire}
  1176.  
  1177. Select this button if you want to reform your document starting
  1178. at the line the cursor is currently on.
  1179.  
  1180. You may select this button by clicking with your mouse,
  1181. or use the up/down arrow keys to highlight the proper button.
  1182. The [Spacebar] will toggle the box on/off.
  1183.  
  1184. .topic CReformEntire
  1185.  REFORM Entire                   {REFORMAT Text:DReformDoc}
  1186.                                  {Reform Current:CReformCurrent}
  1187.  
  1188. Select this button if you want to reform your entire document,
  1189. starting with the very first line.
  1190.  
  1191. You may select this button by clicking with your mouse,
  1192. or use the up/down arrow keys to highlight the proper button.
  1193. The [Spacebar] will toggle the box on/off.
  1194.  
  1195. .topic Glossary=3000
  1196.  GLOSSARY Menu                   {MAIN Help:NoContext}
  1197.  
  1198. The following topics are available for help.
  1199.  
  1200.  {Close Icon:GCloseIcon}    │ {Desktop:GDesktop}
  1201.  {Dialog Box:GDialogBox}    │ {History Icon:GHistoryIcon}
  1202.  {Input Line:GInputLine}    │ {Memory Indicator:GMemIndicator}
  1203.  {Menu Bar:GMenuBar}      │ {Pulldown Menu:GPullDownMenu}
  1204.  {Resize Corner:GResizeCorner} │ {Selected Text:GSelectedText}
  1205.  {Status Bar:GStatusBar}    │ {Title Bar:GTitleBar}
  1206.  {Window Border:GWindowBorder} │
  1207.  
  1208. .topic GCloseIcon
  1209.  GLOSSARY Close Icon             {GLOSSARY Menu:Glossary}
  1210.  
  1211. The close icon appears in the upper left corner of almost every
  1212. window.  By clicking on it with your mouse, you can quickly
  1213. close a window.  If you are not using a mouse, press [Alt]-[F3]
  1214. or [Esc].
  1215.  
  1216.  Close
  1217.  Icon:[■]
  1218.  
  1219.    ╔═[■]═════ Title ═════[]═╗ <--Title Bar
  1220.    ║                         ║
  1221.    ║                         ║
  1222.    ║                         ║
  1223.    ║                         ║
  1224.    ║                         ║
  1225.    ╚════════════════════════─┘ <--Resize corner
  1226.  
  1227. .topic GDesktop
  1228.  GLOSSARY Desktop                {GLOSSARY Menu:Glossary}
  1229.  
  1230. The desktop refers to all the space on the screen between the
  1231. {Menu Bar:GMenuBar} and the {Status Bar:GStatusBar}.  All
  1232. windows that appear in this area are considered part of the
  1233. desktop.
  1234.  
  1235. .topic GDialogBox
  1236.  GLOSSARY Dialog Box             {GLOSSARY Menu:Glossary}
  1237.  
  1238. A dialog box is a window that pops up to either tell you of
  1239. some error condition that has occured, or to request further
  1240. input before an action can be completed.  An example is the
  1241. Change Directory dialog, which requests you enter the name of
  1242. the directory you would like to change to.
  1243.  
  1244. A dialog box can several {input lines:GInputLine}, such as the
  1245. search/replace dialog, and usually has several buttons
  1246. associated with it that allow you to tell the dialog whether to
  1247. accept or abort your dialog.
  1248.  
  1249. .topic GHistoryIcon
  1250.  GLOSSARY History Icon           {GLOSSARY Menu:Glossary}
  1251.  
  1252. The history icon is a little box with the down arrow in it.  It
  1253. is usually situated near an {input line:GInputLine} within a
  1254. {dialog box:GDialogBox}.
  1255.  
  1256. The history icon is selected by pressing the down arrow, or
  1257. clicking on it with the mouse.  It brings up a new window that
  1258. contains a list of all previous commands that may have been
  1259. input.  The list is usually 10 items deep.
  1260.  
  1261. You can select from this list by using the mouse to scroll
  1262. through it, or the up/down arrow keys.  Pressing [Enter]
  1263. accepts the input and places it on the {input line:GInputLine}.
  1264. This feature allows you to quickly pick previous entries.
  1265.  
  1266. .topic GInputLine
  1267.  GLOSSARY Input Line             {GLOSSARY Menu:Glossary}
  1268.  
  1269. An input line is always found within a {dialog box:GDialogBox}.
  1270. It allows you to enter data to allow some further action to
  1271. take place.  Input lines will usually have a
  1272. {history icon:GHistoryIcon} associated with them, thereby
  1273. allowing you to quickly select from amongst a list of previous
  1274. entries.
  1275.  
  1276. .topic GMemIndicator
  1277.  GLOSSARY Memory Indicator       {GLOSSARY Menu:Glossary}
  1278.  
  1279. The memory indicator is situated on the bottom right corner of
  1280. the screen, at the end of the {status bar:GStatusBar}.  It
  1281. shows you how much memory is available for further use by the
  1282. application.  Memory available is shown in "bytes."
  1283.  
  1284. .topic GMenuBar
  1285.  GLOSSARY Menu Bar               {GLOSSARY Menu:Glossary}
  1286.  
  1287. The menu bar is the bar that goes across the top of your screen
  1288. with the names of the {pulldown menus:GPulldownMenu} in it.
  1289. Pressing the [F10] key will highlight one of the menu titles,
  1290. or pressing the [Alt] key and the highlighted letter of the
  1291. menu name will pull down that menu.  Clicking on the menu name
  1292. with a mouse will do the same thing.
  1293.  
  1294. .topic GPulldownMenu
  1295.  GLOSSARY Pulldown Menu          {GLOSSARY Menu:Glossary}
  1296.  
  1297. A pulldown menu is a menu of options that is usually not
  1298. visible unless you request to "pull it down."  The
  1299. {menu bar:GMenuBar} contains the names of the various pull down
  1300. menus available for your use.
  1301.  
  1302. You press the [F10] key to access the {menu bar:GMenuBar} and
  1303. and use the arrow keys to pick the menu name you want.  Then
  1304. press [Enter] to pull the menu down.  An alternate method is to
  1305. use the [Alt] key in conjunction with the highlighted character
  1306. of the menu name.  Clicking on the menu name with a mouse will
  1307. do the same thing.
  1308.  
  1309.  
  1310. .topic GResizeCorner
  1311.  GLOSSARY Resize Corner          {GLOSSARY Menu:Glossary}
  1312.  
  1313. The "resize corner" of a window is the bottom right corner that
  1314. appears a bit different from the rest of the
  1315. {window border:GWindowBorder}.  By clicking on it with a mouse,
  1316. you can resize a window to the dimensions you want.  Not all
  1317. windows have this corner, for not all windows can be resized.
  1318.  
  1319.  ╔═[■]═════ Title ═════[]═╗ <--Title Bar
  1320.  ║                         ║
  1321.  ║                         ║
  1322.  ║                         ║
  1323.  ║                         ║
  1324.  ║                         ║
  1325.  ╚════════════════════════─┘ <--Resize corner
  1326.  
  1327. .topic GSelectedText
  1328.  GLOSSARY Selected Text          {GLOSSARY Menu:Glossary}
  1329.  
  1330. Selected text is that text which you highlight in your
  1331. document.  Once text has been selected, you may COPY, CUT, or
  1332. CLEAR the text.  Selected text has a different color than
  1333. regular text.
  1334.  
  1335. .topic GStatusBar
  1336.  GLOSSARY Status Bar             {GLOSSARY Menu:Glossary}
  1337.  
  1338. The status bar is the bar that appears at the bottom of your
  1339. screen.  The bar is there to inform you of the commands that
  1340. are available for your use.  The bar is also used to provide
  1341. information as to what a particular menu option will do.
  1342.  
  1343. .topic GTitleBar
  1344.  GLOSSARY Title Bar              {GLOSSARY Menu:Glossary}
  1345.  
  1346. Every window has a title bar.  The title bar is simply the name
  1347. of the file that is associated with this particular window.
  1348. The title bar of a dialog box us usually an indicator as to the
  1349. function of that dialog.
  1350.  
  1351.  ╔═[■]═════ Title ═════[]═╗ <--Title Bar
  1352.  ║                         ║
  1353.  ║                         ║
  1354.  ║                         ║
  1355.  ║                         ║
  1356.  ║                         ║
  1357.  ╚════════════════════════─┘ <--Resize corner
  1358.  
  1359. .topic GWindowBorder
  1360.  GLOSSARY Window Border          {GLOSSARY Menu:Glossary}
  1361.  
  1362. All windows have a border around them, be it an edit window or
  1363. a {dialog box:GDialogBox}.  The border tells you several things
  1364. about a window.  If the border is highlighted, it means that
  1365. window is the active window, or the one you are using.  If the
  1366. border is not highlighted, it means the window is not active.
  1367. If the border changes to a color that is not normal for active
  1368. or inactive windows, it means you are resizing and/or moving
  1369. it.
  1370.  
  1371. .topic GZoomIcon
  1372.  GLOSSARY Zoom Icon              {GLOSSARY Menu:Glossary}
  1373.  
  1374. The zoom icon is located in the upper right corner of most
  1375. windows.  It means that this window can be zoomed in on to fill
  1376. the whole {desktop:GDesktop} or can be zoomed out of to resume
  1377. its normal size.  Not all windows can be zoomed.
  1378. {Dialog boxes:GDialogBox} are usually not "zoomable."
  1379.  
  1380.                        Zoom
  1381.                        Icon []
  1382.  
  1383.  ╔═[■]═════ Title ═════[]═╗ <--Title Bar
  1384.  ║                         ║
  1385.  ║                         ║
  1386.  ║                         ║
  1387.  ║                         ║
  1388.  ║                         ║
  1389.  ╚════════════════════════─┘ <--Resize corner
  1390.