home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / maj / 680 / ed / ed.txt < prev    next >
Text File  |  1994-03-14  |  8KB  |  244 lines

  1. ;-----------------------------------------------------------------------;
  2. ; ED.TXT, on-line help for Ed text editor.                ;
  3. ;                                    ;
  4. ; Notes for modifying this file:                    ;
  5. ; -----------------------------                        ;
  6. ; When you make a change, you should modify the revision date in the    ;
  7. ; General Help help topic (the first topic).                ;
  8. ;                                    ;
  9. ; Help topics begin with @BEGIN <label> and end with @END.        ;
  10. ;                                    ;
  11. ; Lines outside @BEGIN/@END that have a semicolon (;) as the first    ;
  12. ; non-space character are considered comments and are ignored by the    ;
  13. ; help compiler. Blank lines are also ignored.                ;
  14. ;                                    ;
  15. ; To keep text within the help window, you shouldn't use too many    ;
  16. ; columns. A good rule is to place text in any column from 1 to 70.    ;
  17. ;                                    ;
  18. ; Links are created by placing text between vertical bars (|). The text    ;
  19. ; should match a @BEGIN label defined elsewhere in this file. Remember    ;
  20. ; that the vertical bar character is not displayed. Therefore, a line    ;
  21. ; that contains one link can extend to column 72.            ;
  22. ;                                    ;
  23. ;-----------------------------------------------------------------------;
  24.  
  25. @BEGIN General Help
  26.  Ed Text Editor on-line help, Revision 03/15/94.
  27.  This information is copyright (c) 1992-94 SoftCircuits.
  28.  
  29.  Press <Enter> now to get help on |Using Help|.
  30.  
  31.  Commands can be selected by using the menu bar (the list of
  32.  selections that run across the top of the display). There are several
  33.  ways to access and navigate the menus. You can press <Alt>, and then
  34.  use the left and right arrow keys to select the desired submenu. Then
  35.  press <Enter> or the down-arrow key to open the submenu. A faster
  36.  method is to press <Alt> and then press the bold letter of the
  37.  desired submenu. Once a submenu is open, you can use the left and
  38.  right arrow keys to browse the different submenu selections.
  39.  
  40.  Some menu items contain hotkeys. The hotkeys appear inside the
  41.  submenus to the right of the submenu selections. After you become
  42.  familiar with the program you might find it easier to use these
  43.  hotkeys without having to access the menus. (Note that the hotkeys
  44.  are not active while the menu is open).
  45.  
  46.  Across the bottom of the display is the status bar. You should refer
  47.  to the status bar for hints about what options are currently
  48.  available and for information about the current operation.
  49.  
  50.  For information about a specific menu, select one of the following
  51.  topics:
  52.  
  53.     |File Menu|
  54.     |Search Menu|
  55.     |Options Menu|
  56.     |Help Menu|
  57.  
  58.  Ed is a demonstration program for the PICTOR video library. This
  59.  program was written by:
  60.  
  61.     SoftCircuits Programming
  62.     P.O. Box 16262
  63.     Irvine, CA 92713
  64. @END
  65.  
  66.  
  67. @BEGIN Using Help
  68.  This on-line help system provides information about using the Ed Text
  69.  Editor. Help is generally context sensitive, which means that it
  70.  provides information about what you were doing when help was
  71.  activated. Help is accessed by pressing <F1> or by selecting help
  72.  from the Help menu. To get information on any of the pull-down menu
  73.  items, move the hilight bar to that item and press <F1>.
  74.  
  75.  While help is active, you can use the cursor keys to navigate the
  76.  current help topic. You can press <F1> to selected another topic
  77.  from the |Help Index|.
  78.  
  79.  Some help topics contain links. Links appear as bold characters. You
  80.  can use <Tab> and <Shift+Tab> to move the highlight bar among the
  81.  topic links. To view the selected help topic, press <Enter>. To
  82.  return to the previous help topic, press <Backspace>. Press <Escape>
  83.  to close help.
  84.  
  85.  See also |General Help|.
  86. @END
  87.  
  88.  
  89. @BEGIN File Menu
  90.  The File Menu contains commands for creating, loading, saving, and
  91.  printing files. It also contains the exit command.
  92.  
  93.  For help on one of the file menu commands, select one of the
  94.  following topics:
  95.  
  96.     |New|
  97.     |Open|
  98.     |Save|
  99.     |Save As|
  100.     |Print|
  101.     |Exit|
  102. @END
  103.  
  104.  
  105. @BEGIN New
  106.  The New command allows you to create and edit a new file.
  107.  
  108.  Use the |Open| command to edit an existing file.
  109. @END
  110.  
  111.  
  112. @BEGIN Open
  113.  The Open command allows you to edit an existing file.
  114.  
  115.  Use the |New| command to create a new file.
  116. @END
  117.  
  118.  
  119. @BEGIN Save
  120.  Saves the current file to disk. If the file has not been given a
  121.  name, you will be prompted to enter a file name. Use the |Save As|
  122.  command to save a file that already has a name, with a different
  123.  name.
  124.  
  125.  If you select the |Exit| command and the current file has been
  126.  modified, Ed asks if you want to save the file before returning you
  127.  to DOS.
  128. @END
  129.  
  130.  
  131. @BEGIN Save As
  132.  This command works like the |Save| command except that Save As always
  133.  asks you to enter the name the file should be saved as. If a file
  134.  with the name you specify already exists, Ed asks if you want to
  135.  overwrite it.
  136. @END
  137.  
  138.  
  139. @BEGIN Print
  140.  This command sends the current file to the printer.
  141. @END
  142.  
  143.  
  144. @BEGIN Exit
  145.  The Exit command quits Ed and returns you to DOS.
  146.  
  147.  If the current file has been modified, you will be asked if you want
  148.  to save it before quitting. You can respond with yes or no, or select
  149.  cancel to continue editing.
  150.  
  151.  See the |Save| command to save a file without returning to DOS.
  152. @END
  153.  
  154.  
  155. @BEGIN Search Menu
  156.  The Search Menu contains commands for searching and replacing text.
  157.  For information on one of these commands, select from one of the
  158.  following help topics:
  159.  
  160.     |Find|
  161.     |Change|
  162.     |Repeat Last Find|
  163. @END
  164.  
  165.  
  166. @BEGIN Find
  167.  This command will search the current file for a string of text.
  168.  
  169.  Type the text you want to search for when prompted. The search begins
  170.  at the current cursor position and continues until the text is found
  171.  or until the end of the file is reached. If the text is found, the
  172.  cursor is positioned at the beginning of the text. Searches are not
  173.  case sensitive.
  174.  
  175.  Use |Repeat Last Find| to search for the next occurrence of the text.
  176.  Use the |Change| command to find text and change it.
  177. @END
  178.  
  179.  
  180. @BEGIN Change
  181.  This command searches the current file for a string of text and
  182.  replaces each occurrence with a replacement string.
  183.  
  184.  When prompted, type in the text to find and the replacement string.
  185.  Press <Tab> to move between the different fields of the Change
  186.  dialog box. If the replacement string is blank, you'll get a warning
  187.  message. An empty replacement string results in simply deleting each
  188.  occurrence of the text. If you get the warning, select OK to
  189.  continue, or cancel to abort the search.
  190.  
  191.  The search begins at the current cursor position and continues until
  192.  the text is found or until the end of the file is reached. The search
  193.  is not case sensitive. Each time the text is found, you are prompted
  194.  across the status bar if you want to replace the text. Press 'Y' to
  195.  replace the text, press 'N' to skip this occurrence and go on to the
  196.  next one. Press 'A' to change all occurrences without prompting.
  197.  Press <Escape> at any time to end the search.
  198. @END
  199.  
  200.  
  201. @BEGIN Repeat Last Find
  202.  This command finds the next occurrence of the string used the last
  203.  time the |Find| or |Change| commands were used.
  204. @END
  205.  
  206.  
  207. @BEGIN Options Menu
  208.  The Options Menu contains miscellaneous commands. Currently, the only
  209.  command in this menu is the |Tab Width| command.
  210. @END
  211.  
  212.  
  213. @BEGIN Tab Width
  214.  This command lets you specify the number of columns between tab
  215.  stops.
  216. @END
  217.  
  218.  
  219. @BEGIN Help Menu
  220.  The Help Menu contains commands for help and program information
  221.  operations.
  222.  
  223.  For information on a help menu command, select from one of the
  224.  following topics:
  225.  
  226.     |Using Help|
  227.     |Help Index|
  228.     |About|
  229. @END
  230.  
  231.  
  232. @BEGIN Help Index
  233.  The Help Index command displays a list box with all the available
  234.  help topics in the current help file.
  235. @END
  236.  
  237.  
  238. @BEGIN About
  239.  The About command displays copyright and version information about
  240.  this program.
  241. @END
  242.  
  243.  
  244.