home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / doc / fpchelp.txt < prev    next >
Text File  |  1989-10-28  |  25KB  |  528 lines

  1.  
  2. °EDMAIN          Help with F-PC Forth & the SED Editor
  3.                    ───────────────────────────────   Press ∙F10 to leave Help
  4.  
  5.             ┌───────────────────────────────────────────────┐
  6.             │ Welcome to the Hypertext HELP system for F-PC │
  7.             └───────────────────────────────────────────────┘
  8.  
  9. ∙Hypertext     ─ What is Hypertext anyway.   Making my own ∙Hyper-System .
  10. ∙Get-Started   ─ Help me get started with F-PC.
  11. ∙SED-Help      ─ Help with editor commands and functions.
  12. ∙Forth-Help    ─ Help with the F-PC Forth commands.
  13. ∙F-PC-Utils    ─ Information on the Utilities built into F-PC.
  14. ∙Preferences   ─ Information on the configuring F-PC.
  15.  
  16. ∙Whats-New     - What are the latest changes to F-PC
  17.  
  18.             ┌───────────────────────────────────────────────┐
  19.             │ Move the cursor with TAB onto a word shown in │
  20.             │∙reverse_video and press F9 or the Enter key.  │
  21.             └───────────────────────────────────────────────┘
  22.  
  23. °Hypertext                 Hypertext Introduction
  24.                            ──────────────────────
  25.  
  26.   Hypertext is a technique for interconnecting information for the purpose
  27. of making it easier to locate desired sections of that information.  You
  28. can think of Hypertext as a sort of bookmark and index system. You can, with
  29. a single key, go off to look at some information related to what you are
  30. currently looking at. When you are done looking at that other information,
  31. you can return to where you were with another single key.
  32.  
  33.   Lets try it to see how it works.                   ∙Other-Information
  34.  
  35.   Notice the word pair shown above shown in reverse video; press the TAB
  36. key to move to that word.  Now you are ready to "link" to
  37. Other-Information.  You can perform the link in one of three ways:
  38.  
  39.         Press Enter             Press F9                Press Alt-B
  40. (links ONLY while browsing)  (the link key)           (B meaning BROWSE)
  41.  
  42.   Press any of the above keys NOW!     When you come back unlink with ∙F10 .
  43.  
  44. °Other-Information     Other information on Hypertext
  45.                        ──────────────────────────────
  46.  
  47.    You are now at least +2 levels down in the Hypertext links. The number
  48.  you see at the upper right hand corner of the screen tells you how many
  49.  links FORWARD have been performed. Each time you link forward (like an
  50.  index) to a new piece of information, your previous location is saved
  51.  (like a bookmark).  You can link forward exploring new information up to
  52.  twenty (20) times before the link save stack fills up.
  53.  
  54.   When it comes time to "unlink", The ∙F10 key will unlink to the exact
  55. previous place where you linked from.
  56.  
  57.    This Hypertext system is really implemented as a special "mode" of the
  58.  SED editor. You are in fact in the SED editor now, in what I call BROWSE
  59.  mode.  You are allowed to look around, but you can't make any changes.
  60.  
  61.  
  62.  
  63.         Press ∙F10 to UNLINK,        or          Press PgDn for more.
  64.  
  65.                         More Information on the Browser
  66.                         ───────────────────────────────
  67.  
  68.    Certain keys perform special functions while in BROWSE mode. As
  69.  mentioned before, the TAB key moves to the next reverse video link, and
  70.  Enter performs a link to the current word under the cursor.
  71.  
  72.    BROWSE mode is indicated visually by the word BROWSE in the upper left
  73.  corner, and the double line screen border.
  74.  
  75.    In Browse mode, you can use the editor PgDn & PgUp as well as Arrow
  76.  keys to move through a file, or you can move the cursor to a word of
  77.  interest, and press F9 or Enter to link directly to that topic.
  78.  
  79.    Actually, F-PC will allow you to try linking to ANY word in a file. You
  80.  can link to ANY Forth word for example.  If no link is available for a
  81.  word, you will receive a message to that effect. In a documentation file
  82.  like this, linked words are shown in reverse video to make them stand out.
  83.  
  84.         Press ∙F10 to UNLINK,        or          Press PgDn for more.
  85.  
  86.                             Browser Introduction (cont.)
  87.                             ────────────────────
  88.  
  89.    You can browse a word with the mouse by positioning the mouse cursor
  90.  over a word, then clicking twice with the left mouse button. The word will
  91.  be looked up in the dictionary and a browser will be opened on its source.
  92.  
  93.    You can get to the HELP for a word rather than its source, by pressing
  94.  Alt-H when the cursor is positioned on a word. You can also double-click
  95.  with the left mouse button while holding down the Alt key to get HELP on a
  96.  word.
  97.  
  98.    If you are nested deeply into a complex browse, you can Unnest quickly to
  99.  the top level edit or browse, by using the File menu command "Unlink to
  100.  level one". The key sequence for this command is Shift-F10 or ESC-F-U.
  101.  
  102.  
  103.  
  104.  
  105.         Press ∙F10 to UNLINK,        or          Press PgDn for more.
  106.  
  107.                             Browser Introduction (cont.)
  108.                             ────────────────────
  109.  
  110.    You can link THROUGH a DEFERRED Forth word by pressing Alt-F9. This is
  111.  useful for deferred words like ∙EMIT . F9 will link to the source for one
  112.  of these words, and Alt-F9 will link to its deferred function.
  113.  
  114.         Position the cursor with TAB on ∙EMIT here or above.
  115.         press F9 then ∙F10 to return.
  116.  
  117.   You will have seen the source for EMIT which is a deferred word and not
  118. very interesting.
  119.  
  120.         Now press Alt-F9 then ∙F10 to return.
  121.  
  122.   You will see the source for (EMIT) which is the function in EMIT.
  123.  
  124.   The next screen gives you information on how to create your own hypertext
  125. links.
  126.         Press ∙F10 to UNLINK,        or          Press PgDn for more.
  127.  
  128. °Hyper-System           Making your own Hyper System
  129.                         ────────────────────────────
  130.   Creating a hypertext system with F-PC or the Z editor is very easy.
  131. There are only two special commands to learn, and all the rest is just
  132. text. The two commands are Alt-F3 which is used to specify words that are
  133. to be shown in reverse video, and Alt-F5 which specifies the destination of
  134. a link.
  135.  
  136.   To create a linkage (you must be in edit mode, not browse mode), pick a
  137. word, like "MyWord". Type the word into the document where you want to
  138. link FROM. Position the cursor on the word and press Alt-F3; this marks the
  139. word to be displayed in reverse video. Now go to where you want MyWord to
  140. link to, either in the same or another file. Type "MyWord" in again at the
  141. left margin of the document. Position the cursor on the word and press
  142. Alt-F5; this will mark the word as the destination of a link.
  143.  
  144.   The link will not take effect until you have re-compiled the HYPER.NDX
  145. file with the batch file MAKINDEX.SEQ, or with the Z editor's ESC-F-B
  146. (Build index) command.
  147.                                                 Press ∙F10 to UNLINK
  148.  
  149. °Get-Started            Help Me Get Started with F-PC
  150.                         ─────────────────────────────
  151.  
  152.   F-PC can be a lot to BYTE off at one time; start slowly and examine a few
  153. things at a time.
  154.  
  155.   There are several words that are useful in learning about this Forth
  156. system. Here is a list to remember:
  157.  
  158. ∙HELP  <word>           Help on using <word>.
  159. ∙SEE   <word>           Decompile <word> to the screen.
  160. ∙VIEW  <word>           Browse the source for <word>.
  161. ∙WORDS <sub-string>     Look for words in the dictionary containing
  162.                         <sub-string>.
  163. ∙F1-key                 General Help/Browser Hypertext system.
  164.                         (you are in it NOW)
  165.  
  166.        You might want to Press Shift-PrtSc to print a copy this screen
  167.  
  168. ∙More-Details           More information on the F-PC environment.
  169.  
  170. °SED-Help            Table of Contents for Help with SED
  171.                      ───────────────────────────────────
  172. ∙*Copy*              Cut, Copy, Paste & Append
  173. ∙*Drawing*           Drawing lines & Sorting
  174. ∙*FuncKeys*          Function key assignments
  175. ∙*Keypad*            The Keypad is fully supported
  176. ∙*Leaving*           Leaving & Printing
  177. ∙*Line*              Line & Word commands
  178. ∙*Margin*            Margin Control commands
  179. ∙*Menus&Mouse*       Using pulldown menus and the MOUSE.
  180. ∙*More*              Bold, Underline & DOS
  181. ∙*Other*             Other functions
  182. ∙*Search*            Search, Replace & Goto
  183. ∙*Specs*             SED Specifications
  184. ∙*WordStar*          SED uses WordStar movement key sequences.
  185.                                               ┌──────┐     ┌──────┐
  186.      You can move through this help file with │ PgDn │ and │ PgUp │ or,
  187.                                        ┌──────┴─┬────┘     └──────┼───────┐
  188.      use TAB to place the cursor on an │ *Item* │ above and press │ Enter │
  189.      to browse that item.              └────────┘                 └───────┘
  190.  
  191. °*Menus&Mouse*            Menu & Mouse Control   Press ∙F10 to pop Help level
  192.                           ────────────────────
  193.   SED provides both pulldown menus, and fairly complete mouse support.
  194. Select ∙*Menus* for a description of using pulldown menus with the
  195. keyboard.
  196.  
  197.   To use a mouse in SED you must have a compatible mouse driver (like
  198. MOUSE.COM) already installed in your autoexec.bat. When F-PC starts up, it
  199. looks for the presence of a mouse driver, and activates the mouse if the
  200. driver is present.
  201.  
  202.   As you are looking at this screen you will see arrows to the right and
  203. lower right of the screen. These arrows can be used to scroll the screen,
  204. showing more text from the direction the arrow is pointing by clicking the
  205. left mouse button. The ∙F10 or +1 etc. in the upper right corner can be used
  206. like the ∙F10 key by positioning the mouse and clicking the left button.
  207. You can also change the INSERT/OVERWRITE mode by clicking at the top left
  208. of the screen on INSERT. Help can be obtained by pressing HELP at the lower
  209. left. The cursor can be positioned by clicking within the edit window with
  210. the left mouse button.  The right mouse button is the same as the ESC key.
  211.  
  212. °*Menus*                Using Pull Down Menus    Press ∙F10 to pop Help level
  213.                         ─────────────────────
  214.  
  215.    SED uses Pull Down menus to make many functions available while editing.
  216. Press the ESC key NOW to see the menubar appear at the top of the screen.
  217.  
  218.    If you have pressed the ESC key, then you are looking at a list of menu
  219.  titles starting with "File" which should be shown in reverse video, through
  220.  "Help" on the right.  Use the keypad right arrow key to walk along the
  221.  menubar. As you press right arrow, the hilighting moves along the menubar.
  222.  Continue to press right arrow until "File" is again the hilighted menu. Now
  223.  press down arrow to pull the menu down.  Notice the last two items of the
  224.  "File" menu, Exit and Quit.  To the right of these menu items are
  225.  displayed the shortcut keys F10 and Alt-F10. Any menu function can be
  226.  performed with the shortcut key rather than moving through the menu and
  227.  pressing Enter.  If you press the right arrow while the "File" menu is
  228.  pulled down, you will walk along the menu bar with each menu "open", so
  229.  you can see what menu items are available.  You can also press the first
  230.  CAPITALIZED letter of a menu item to perform the item.
  231.  
  232.  
  233. °*WordStar*              WordStar Movement Keys  Press ∙F10 to pop Help level
  234.                          ──────────────────────
  235.  
  236.  
  237.         ┌─────────────┬────────────┬────────────┬─────────────┬────────────┐
  238.         │ ^W scroll  │ ^E line   │ ^R page   │ ^T Word Del │^Y Line Del │
  239.   ┌─────┴─────┬───────┴────┬───────┴─────┬──────┴─────┬───────┴─────────┬──┘
  240.   │ ^A -word │  ^S -left │  ^D right- │  ^F word- │  ^G char Delete │
  241.   └─────┬─────┴───────┬────┴───────┬─────┴──────┬─────┴─────────┬───────┘
  242.         │ ^Z scroll  │ ^X line   │ ^C page   │ ^V INS toggle │ ^=Control
  243.         └─────────────┴────────────┴────────────┴───────────────┘
  244.  
  245.  
  246.   SED supports a subset of the WordStar control keys used to move around a
  247. document.  The keypad is also supported, as can be seen in the next screen.
  248.  
  249.  
  250.  
  251.   Function key assignments are shown under the ∙*Keypad* entry.
  252.  
  253.  
  254. °*Keypad*                       Keypad keys      Press ∙F10 to pop Help level
  255.                                 ───────────
  256.                      ┌──────┐
  257.                      │ Esc  ├─ = Pops up the MENU display
  258.                      └──────┘
  259.   Ctrl-Home = Beginning of file      Up-arrow = Up a line in document
  260.                            ┌──┴───┬──┴───┬──────┐
  261.    Goto beginning of line ─┤ Home │     │ PgUp ├─ Previous page in document
  262.                            ├──────┼──────┼──────┤
  263.  Left a character on line ─┤  -  │      │  -  ├─ Right a character on line
  264.  ( with Ctrl, left word)   ├──────┼──────┼──────┤  (with Ctrl, right word)
  265.          Goto end of line ─┤ End  │     │ PgDn ├─ Next page in document
  266.                            └──┬───┴──┬───┴──────┘
  267.   Ctrl-End  = End of file ────┘      Down-arrow = Down a line in document
  268.  
  269.                            ┌─────────────┬──────┐
  270.   Insert/Overwrite toggle ─┤   Insert    │ Del  ├─ Delete char under cursor
  271.                            └─────────────┴──────┘
  272.  
  273.         Function key assignments are shown on the next screen.
  274.  
  275. °*FuncKeys*               Function Key Assignments
  276.                           ────────────────────────
  277.  
  278.                              ┌─────┬─────┐
  279.            Call up F-PC HELP │ F1  │ F2  │ Move cursor to TOP of screen
  280.   Alt-F1 rotate through open │     │     │
  281.   files. ∙Files-More         ├─────┼─────┤
  282.     Set mark at current line │ F3  │ F4  │ Move cursor to BOTTOM of screen
  283.                              │     │     │
  284.                              ├─────┼─────┤
  285.        Copy a line from mark │ F5  │ F6  │ Search (asks for search string)
  286.                              │     │     │ Use with Alt to repeat a search
  287.                              ├─────┼─────┤
  288.           Line & box drawing │ F7  │ F8  │ Replace (asks for replace string)
  289.                              │     │     │ Use with Alt to replace & search
  290.                              ├─────┼─────┤
  291.          Link browse to word │ F9  │ F10 │ Exit & save, Unlink one level
  292.   Use Alt-F9 to link through │     │     │ Use with Alt to leave and discard
  293.   a deferred word.           └─────┴─────┘ changes. Use Shift-F10 to
  294.                                            Unlink to the top level.
  295.  
  296. °*Leaving*                                       Press ∙F10 to pop Help level
  297.  
  298.                Leaving, Saving, and Printing under the FILE menu
  299.                ─────────────────────────────────────────────────
  300.  
  301.         Menu command                                        Shortcut key
  302.  
  303.         ESC F Q    = Quit, save changes and unlink 1 level.     ∙F10
  304.         ESC F A    = Abort 1 level & discard changes.        Alt-F10
  305.         ESC F U    = Unlink all nest levels to level 1.    Shift-F10
  306.  
  307.         ESC F S    = Save changes and continue editing.       Ctrl-U
  308.         ESC F W    = Write current file to a new filename.     Alt-W
  309.  
  310.         ESC F P    = Enter the Print menu display.             Alt-P
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317. °*Search*                  Search, Replace & Goto  Press F10 to pop Help level
  318.                            ──────────────────────
  319.  
  320.                           Search for text commands
  321.                           ────────────────────────
  322.                      F6 = Search the first time (prompts for text)
  323.                  Alt-F6 = Search for same again
  324.                Shift-F6 = Search for same again BACKWARDS
  325.            Shift-Alt-F6 = Srch again cAsE Sensitive
  326.  
  327.                            Replace text commands
  328.                            ─────────────────────
  329.                      F8 = Replace the first time (prompts for text)
  330.                  Alt-F8 = Replace same again and search same again
  331.            Shift-Alt-F8 = Same as Alt-F8, but cAsE sensitive
  332.                Shift-F8 = Replace All occurances
  333.  
  334.                                 Goto Page
  335.                                 ─────────
  336.                   Alt-G = Goto specified page/line or next/prev paragraph
  337.  
  338. °*Copy*                     Cut, Copy & Paste    Press ∙F10 to pop Help level
  339.                             ──────────────────
  340.                          Mark and Copy in memory
  341.                          ───────────────────────
  342.                     F3  = MARK first line of copy or cut
  343.                     F5  = Copy a line from MARK to cursor line
  344.  
  345.            Use F3 to MARK the start of ALL Cut, Copy & Append operation.
  346.  
  347.                      Cut, Copy, Paste & Append with DISK
  348.                      ───────────────────────────────────
  349.           * Alt-X  = Cut from MARK through cursor line to TEMP.SEQ
  350.           * Alt-C  = Copy from MARK through cursor line to TEMP.SEQ
  351.           * Alt-V  = Paste Cut/Copied text at cursor line from TEMP.SEQ
  352.           * Alt-A  = Append from MARK through cursor line to TEMP.SEQ
  353.  
  354.                             Paste Date and Time
  355.                             ───────────────────
  356.           Alt-O-P  = Paste the current date and time into text at cursor.
  357.      * Use SHIFT-Alt to specify the file to Cut, Copy, Paste or Append with.
  358.  
  359. °*Line*                    Line & Word Commands  Press ∙F10 to pop Help level
  360.                            ────────────────────
  361.  
  362.  
  363.           Split and Join lines                   Word Delete & Undelete
  364.           ────────────────────                   ──────────────────────
  365.  
  366.  Ctrl-N  = Split this line at the cursor    Ctrl-T  = Word delete and save
  367.   Alt-J  = Join this line with next line     Alt-U  = Word Undelete *
  368.  
  369.  
  370.                         Line Delete and Undelete
  371.                         ────────────────────────
  372.  
  373.          * Ctrl-Y  = Delete this line and save in delete buffer
  374.          *  Alt-Y  = Undelete a deleted line from the delete buffer
  375.  
  376.          * The line delete buffer can hold 100 deleted lines.
  377.          * The word delete buffer can hold 128 characters total.
  378.  
  379.  
  380. °*Margin*                    Margin control      Press ∙F10 to pop Help level
  381.                              ──────────────
  382.           Ctrl-L  = Set left margin to current column.
  383.  
  384.            Alt-L  = Prompt for the number of spaces to insert before
  385.                     all lines of the current paragraph. Table move right.
  386.                                                         ────────────────
  387.      Shift-Alt-L  = Remove all space from the current paragraph to the
  388.                     right of the current cursor column. Table move left.
  389.                                                         ───────────────
  390.          Alt-S-R  = Prompt for value to set Right Margin.
  391.  
  392.             Home  = Set cursor to column 0 and reset Left Margin to 0.
  393.  
  394.           Ctrl-B  = Reformat current paragraph.
  395.  
  396.          The left margin is also set at the new cursor position after
  397.          pressing TAB when there are only spaces to the left of the
  398.          cursor.  This is useful for maintaining or setting an indent
  399.          while editing source.
  400.  
  401. °*Other*                       Other help        Press ∙F10 to pop Help level
  402.                                ──────────
  403.  
  404.                          Write to a new filename
  405.                          ───────────────────────
  406.      Alt-W  = Write the file in memory to a NEW file (prompts for filename)
  407.                               TAB Control
  408.                               ───────────
  409.      Alt-T   = Set tab increment to current column value.
  410.      Alt-O-X = eXpand all TABs to spaces in the file in memory.
  411.                              Case Conversion
  412.                              ───────────────
  413.      Alt-O-U = Convert the current cursor line to UPPERCASE.
  414.      Alt-O-L = Convert the current cursor line to lowercase.
  415.      Alt-O-W = Toggle case of WORD under cursor, starting at cursor.
  416.      Alt-O-C - Toggle case of the CHARACTER under the cursor.
  417.                              Help on a WORD
  418.                              ──────────────
  419.      Alt-H   = Shows help on the word under the cursor while editing.
  420.  
  421.  
  422. °*Specs*                     SED Specifications  Press ∙F10 to pop Help level
  423.                              ──────────────────
  424.  
  425.              ┌──────────────────────────────────────────────────┐
  426.              │ Maximum Characters in a File   limited by memory │
  427.              │                         640k can edit ≈120k file │
  428.              │                         512k can edit  ≈64k file │
  429.              │                                                  │
  430.              │ Maximum Lines in a File       Adjusted to memory │
  431.              │                              640k has 8000 lines │
  432.              │                              512k has 6000 lines │
  433.              │                                                  │
  434.              │ Maximum Characters in a Line                 132 │
  435.              │                                                  │
  436.              │ Maximum # of Deleted Lines Saved   Adj to memory │
  437.              │      available edit memory > 48k, save 100 lines │
  438.              │                            < 48k, save  20 lines │
  439.              │                                                  │
  440.              │ Printed # of Lines on a Page                  55 │
  441.              └──────────────────────────────────────────────────┘
  442.  
  443. °*Drawing*                 Line Drawing & Sorting  Press F10 to pop Help level
  444.                            ──────────────────────
  445.    ┌┬┬┬┬┬┬┬┐               Line drawing commands
  446.    └┴┴┼┼┼┴┴┘               ─────────────────────
  447.       ├┼┤
  448.       ├┼┤            F7          Start/Stop drawing lines
  449.       ├┼┤            Ins         Pen up/down command
  450.       ├┼┤            -           Select single width lines (minus)
  451.       ├┼┤  ┌┐        =           Select double width lines (equal)
  452.       └┴┘  └┘        Del         Clear char under cursor
  453.                      Arrows      Move and draw a line
  454.    ┌┬┬┬┬┬┬┬┐
  455.    └┴┴┴┴┴┼┼┤
  456.          ├┼┘         Sorting the lines of a Paragraph
  457.         ┌┼┘          ────────────────────────────────
  458.        ┌┼┘
  459.       ┌┼┘            Alt-F7      Sort paragraph lines starting at current
  460.      ┌┼┤                         line and column. This sort is cAsE
  461.     ┌┼┼┼┬┬┬┐  ╔╗                 sensitive.
  462.     └┴┴┴┴┴┴┘  ╚╝   Shift-Alt-F7  Sort NON-case sensitive.
  463.  
  464. °*More*                        More Neat Stuff   Press ∙F10 to pop Help level
  465.                                ───────────────
  466.  
  467.    SED can "Shell" to DOS with "ESC F C" under the FILE menu.  This is useful
  468.  for manipulating files on a disk that is TOO full to save to, or to go out
  469.  and format a new disk if needed.  You can even run other programs from within
  470.  the editor if you need to.  Type EXIT to get back to SED.
  471.  
  472.                  BOLD UNDERLINE & USER DEFINED PRINT CONTROL
  473.                  ───────────────────────────────────────────
  474.  
  475.                   %B This line will be printed BOLD %B
  476.                   %U This line will be printed UNDERLINED %U
  477.                 %B%U This line will be both BOLD and UNDERLINED %U%B
  478.  
  479.                 %1, %2 & %3 are user defined printer attributes.
  480.                    See an example in the file PROPRINT.SEQ.
  481.  
  482.  
  483.  
  484.  
  485. °F10                     What is the F10 key for?
  486.                          ────────────────────────
  487.  
  488.    The F10 key "unlinks" or leaves one edit/browse level. If you were
  489.  editing, your changes are saved, and you will return to the previous file
  490.  you were editing or browsing. If you were at the first level of editing,
  491.  F10 will leave the editor to a screen to choose new file.
  492.  
  493.    The Shift-F10 key will take you to edit/browse level one.  This saves you
  494.  from having to unlink through many levels with F1, and takes you directly
  495.  to level one.  If you were already on level one, Shift-F10 will leave the
  496.  editor.
  497.  
  498.    Clicking the left mouse button on the F10, +1 or +2 at the upper right
  499.  hand corner will do the same as pressing the F10 key.
  500.  
  501.  
  502.  
  503.         Press F10 now to return to where you were before coming here.
  504.  
  505.  
  506. °Files-More        More on using F-PC with multiple files       F10 pops up
  507.                    ──────────────────────────────────────
  508.  
  509.    Though the File Open command ESC-F-O or Ctrl-O you can open up to 20
  510.  files while in the F-PC editor.  When you open more than one file F-PC
  511.  keeps track of where you were in each file, but only really edits one file
  512.  at a time.  Files get swapped in and out of memory as required. This is
  513.  slower than keeping all of the file in memory, but on a hard disk system
  514.  the performance is still acceptable.
  515.  
  516.    Alt-F1 can be used to rotate through the file that have been opened.
  517.  Its reverse command is Shift-Alt-F1 which will rotate through the open
  518.  files in the opposite direction.
  519.  
  520.    Shift-F1 will popup a window for you to select a particular file
  521.  directly, avoiding the time required to rotate through several files to
  522.  get to the one you want.
  523.  
  524.    To leave the editor, and close all files, use the File menu command
  525.  ESC-F-X.
  526.  
  527.  
  528.