home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / FPC225_1.ZIP / F-PC.MSG < prev    next >
Encoding:
Text File  |  1988-11-15  |  16.1 KB  |  308 lines

  1. ******  
  2. Should F-PC use Screen Blanking on a COLOR display.  
  3. Blanking will be needed to reduce the SNOW on most CGA displays.  
  4. EGA, MCGA (Hercules), and VGA displays will NOT need blanking.  
  5.                                   ┌──────┐  
  6.                                   │ F-PC │  
  7.         ┌─────────────────────────┴──────┴────────────────────────────▄  
  8.         │ Based on Original F83          Henry Laxen & Michael Perry  █  
  9.         │ Separated Heads            ──  John D. Hopper               █  
  10.         │ Handles & Sequential files ─┐                               █  
  11.         │ SED the text editor         │      ╔════════════╗           █  
  12.         │ Compiler Optimization       │      ║ Tom Zimmer ║           █  
  13.         │ Separate : (colon) LISTs    │      ╚════════════╝           █  
  14.         │ Only memory limits LISTs    │         assisted              █  
  15.         │ Direct Threading Nucleus    │            by                 █  
  16.         │ Prefix/Postfix Assembler    │      Robert L. Smith          █  
  17.         │ Control BREAK deferred     ─┘      ───────────────          █  
  18.         │ 8087 Floating Point        ──  Mark Smiley & Robert Smith   █  
  19.         │ Software Floating Point    ──  Robert Smith                 █  
  20.         │ Documentation & debugging  ──  Dr. Ting and the gang at     █  
  21.         │                                MAXTOR with assistance from  █  
  22.         │                                the SVFIG chapter & ECFB     █  
  23.         │                                                             █  
  24.         │ Special thanks to MAXTOR for supporting the Forth community █  
  25.         └▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█  
  26. ******  
  27. F-PC is currently using DOS for all display operations.  Direct  
  28. video screen buffer output is supported by F-PC, and is MUCH faster  
  29. than DOS.  Unfortunately this requires very compatible video  
  30. hardware.  I recommend you try the default which is direct screen  
  31. output, to see if it will work on your computer, then if it doesn't  
  32. try the DOS output.  
  33.   
  34. ******  
  35. You are using a COLOR compatible display.  If your display can really  
  36. display colors, or if you are using a portable computer that can  
  37. display various gray levels, try selecting COLOR below. On an LCD  
  38. display the default color combinations F-PC selects may not be  
  39. compatible with the gray levels your LCD display has assigned, so you  
  40. may need to use LCD until you have re-assigned F-PC's color  
  41. assignments. If your display does not display color or any gray levels,  
  42. and only supports REVERSE, then select LCD below.  
  43.   
  44. To re-assign the colors that F-PC has setup, examine the file  
  45. COLOR.SEQ. Make a word like ">COLOR" and assign it into INITCOLOR.  
  46.   
  47. ******  
  48. F-PC can display LIGHT text on a DARK background as it is doing now, or  
  49. it can display DARK text on a LIGHT background. If you have a BLACK and  
  50. WHITE monocrome monitor rather than green or amber, you may want this  
  51. option. You can also try it on a colon monitor.  
  52.   
  53. ******  
  54. The current PATH where F-PC searches for system sources when viewing is  
  55.   
  56.   
  57. Type in the New VIEW PATH (where the system sources are located),  
  58. or press <enter> alone to leave the VIEW PATH the same.  
  59.   
  60. ******  
  61. You can press 'Control-Break <Enter>' at any time to abort the  
  62. installation program.  
  63. ******  
  64. F-PC is uses memory for COLON ":" definitions, you can adjust the amount  
  65. of memory F-PC uses for this purpose.  
  66.   
  67.   
  68. This usage is traded off against the file edit space and the available  
  69. memory in your computer. The larger the LIST segment, the smaller will be  
  70. the file you can edit. You should limit yourself to 100k or so unless you  
  71. really need more space for your program.  
  72. ******  
  73. F-PC will now create the executable program file on disk.  
  74. ******  
  75. The editor can be configured to automatically create backup files  
  76. of your edits, this is more secure than not having backup files,  
  77. but requires more disk space.  If you are using a FLOPPY based  
  78. system, you MAY not want backup files created for you.  
  79. Do you want the editor to automatically create backup files?  
  80.   
  81.  Main Menu                 Help for the SED Editor  
  82.  ESC leaves Help           ───────────────────────  
  83.   
  84.                  Press a NUMBER key for the help area of interest  
  85.                  ════════════════════════════════════════════════  
  86.   
  87.      ┌───┐                                  ┌───┐  
  88.      │ 1 │    WordStar, Leaving & Printing  │ 6 │    Margin Control commands  
  89.      ├───┤                                  ├───┤  
  90.      │ 2 │    Keypad functions              │ 7 │    Other functions  
  91.      ├───┤                                  ├───┤  
  92.      │ 3 │    Search, Replace & Goto        │ 8 │    SED Specifications  
  93.      ├───┤                                  ├───┤  
  94.      │ 4 │    Cut, Copy, Paste & Append     │ 9 │    Drawing lines & Sorting  
  95.      ├───┤                                  ├───┤  
  96.      │ 5 │    Line & Word commands          │ 0 │    Bold, Underline & DOS  
  97.      └───┘                                  └───┘  
  98.              ╔══════════════════════════════════════════════════╗  
  99.              ║ Press ESC while editing to display the MENU bar. ║  
  100.      ┌──────═╩══════════════════════════════════════════════════╩═────────┐  
  101.      │ Type the first CAPITAL letter of any menu item to invoke the item. │  
  102.      │ Short cut Alt, Ctrl, and Function keys are shown to the right.     │  
  103.      └────────────────────────────────────────────────────────────────────┘  
  104.  Press F1 for Main Menu        More Neat Stuff           Menu 10 of 10  
  105.  ESC leaves Help               ───────────────     press 0 to 9 for more help  
  106.   
  107.    SED can "Shell" to DOS with "ESC F D" under the FILE menu.  This is useful  
  108.  for manipulating files on a disk that is TOO full to save to, or to go out  
  109.  and format a new disk if needed.  You can even run other programs from within  
  110.  the editor if you need to.  Type EXIT to get back to SED.  
  111.   
  112.                  BOLD UNDERLINE & USER DEFINED PRINT CONTROL  
  113.                  ───────────────────────────────────────────  
  114.   
  115.                   %B This line will be printed BOLD %B  
  116.                   %U This line will be printed UNDERLINED %U  
  117.                 %B%U This line will be both BOLD and UNDERLINED %U%B  
  118.   
  119.                 %1, %2 & %3 are user defined printer attributes.  
  120.                    See an example in the file PROPRINT.SEQ.  
  121.   
  122.  Press F1 for Main Menu        WordStar Keys             Menu 1 of 10  
  123.  ESC leaves Help               ─────────────       press 0 to 9 for more help  
  124.   
  125.          ┌─────────────┬────────────┬────────────┬─────────────┬────────────┐  
  126.          │ ^W scroll  │ ^E line   │ ^R page   │ ^T Word Del │^Y Line Del │  
  127.    ┌─────┴─────┬───────┴────┬───────┴─────┬──────┴─────┬───────┴─────────┬──┘  
  128.    │ ^A -word │  ^S -left │  ^D right- │  ^F word- │  ^G char Delete │  
  129.    └─────┬─────┴───────┬────┴───────┬─────┴──────┬─────┴─────────┬───────┘  
  130.          │ ^Z scroll  │ ^X line   │ ^C page   │ ^V INS toggle │ ^=Control  
  131.          └─────────────┴────────────┴────────────┴───────────────┘  
  132.   
  133.   
  134.                Leaving, Saving, and Printing in the F-PC editor  
  135.                ────────────────────────────────────────────────  
  136.   
  137.                      F10  = Save changes and leave editor  
  138.                  Alt F10  = Discard changes and leave editor  
  139.                   Ctrl-U  = Save changes and continue editing  
  140.   
  141.                    Alt-P  = pops up the printing menu display  
  142.  Press F1 for Main Menu         Keypad keys              Menu 2 of 10  
  143.  ESC leaves Help                ───────────        press 0 to 9 for more help  
  144.                      ┌──────┐  
  145.                      │ Esc  ├─ = Pops up the MENU display  
  146.                      └──────┘  
  147.   
  148.   Ctrl-Home = Beginning of file      Up-arrow = Up a line in document  
  149.                            ┌──┴───┬──┴───┬──────┐  
  150.    Goto beginning of line ─┤ Home │     │ PgUp ├─ Previous page in document  
  151.                            ├──────┼──────┼──────┤  
  152.  Left a character on line ─┤  -  │      │  -  ├─ Right a character on line  
  153.                            ├──────┼──────┼──────┤  
  154.          Goto end of line ─┤ End  │     │ PgDn ├─ Next page in document  
  155.                            └──┬───┴──┬───┴──────┘  
  156.   Ctrl-End  = End of file ────┘      Down-arrow = Down a line in document  
  157.   
  158.                            ┌─────────────┬──────┐  
  159.   Insert/Overwrite toggle ─┤   Insert    │ Del  ├─ Delete char under cursor  
  160.                            └─────────────┴──────┘  
  161.  Press F1 for Main Menu    Search, Replace & Goto        Menu 3 of 10  
  162.  ESC leaves Help           ──────────────────────  press 0 to 9 for more help  
  163.   
  164.   
  165.                           Search for text commands  
  166.                           ────────────────────────  
  167.                          F6 = Search the first time (prompts for text)  
  168.                      Alt-F6 = Search for same again  
  169.                    Shift-F6 = Search for same again BACKWARDS  
  170.                Shift-Alt-F6 = Srch again cAsE Sensitive  
  171.   
  172.   
  173.                              Replace text commands  
  174.                              ─────────────────────  
  175.                          F8 = Replace the first time (prompts for text)  
  176.                      Alt-F8 = Replace same again and search same again  
  177.                Shift-Alt-F8 = Same as Alt-F8, but cAsE sensitive  
  178.                    Shift-F8 = Replace All occurances  
  179.   
  180.                                   Goto Page  
  181.                                   ─────────  
  182.                       Alt-G = Goto specified page (prompts for page number)  
  183.  Press F1 for Main Menu     Cut, Copy & Paste            Menu 4 of 10  
  184.  ESC leaves Help            ──────────────────     press 0 to 9 for more help  
  185.   
  186.                          Mark and Copy in memory  
  187.                          ───────────────────────  
  188.                     F3  = MARK first line of copy or cut  
  189.                     F5  = Copy a line from MARK to cursor line  
  190.   
  191.            Use F3 to MARK the start of ALL Cut, Copy & Append operation.  
  192.   
  193.                      Cut, Copy, Paste & Append with DISK  
  194.                      ───────────────────────────────────  
  195.           * Alt-X  = Cut from MARK through cursor line to TEMP.SEQ  
  196.           * Alt-C  = Copy from MARK through cursor line to TEMP.SEQ  
  197.           * Alt-V  = Paste Cut/Copied text at cursor line from TEMP.SEQ  
  198.           * Alt-A  = Append from MARK through cursor line to TEMP.SEQ  
  199.                      (You may need to load SEDAPND.SEQ to use append)  
  200.   
  201.                             Paste Date and Time  
  202.                             ───────────────────  
  203.           Alt-O-P  = Paste the current dat and time into text at cursor.  
  204.   
  205.      * Use SHIFT-Alt to specify the file to Cut, Copy, Paste or Append with.  
  206.  Press F1 for Main Menu    Line & Word Commands          Menu 5 of 10  
  207.  ESC leaves Help           ────────────────────    press 0 to 9 for more help  
  208.   
  209.   
  210.           Split and Join lines                   Word Delete & Undelete  
  211.           ────────────────────                   ──────────────────────  
  212.   
  213.  Ctrl-N  = Split this line at the cursor    Ctrl-T  = Word delete and save  
  214.   Alt-N  = Join this line with next line     Alt-U  = Word Undelete *  
  215.   
  216.   
  217.                         Line Delete and Undelete  
  218.                         ────────────────────────  
  219.   
  220.          * Ctrl-Y  = Delete this line and save in delete buffer  
  221.          *  Alt-Y  = Undelete a deleted line from the delete buffer  
  222.   
  223.          * The line delete buffer can hold 100 deleted lines.  
  224.          * The word delete buffer can hold 128 characters total.  
  225.  Press F1 for Main Menu      Margin control              Menu 6 of 10  
  226.  ESC leaves Help             ──────────────        press 0 to 9 for more help  
  227.   
  228.           Ctrl-L  = Set left margin to current column.  
  229.   
  230.            Alt-L  = Prompt for the number of spaces to insert before  
  231.                     all lines of the current paragraph. Table move right.  
  232.                                                         ────────────────  
  233.      Shift-Alt-L  = Remove all space from the current paragraph to the  
  234.                     right of the current cursor column. Table move left.  
  235.                                                         ───────────────  
  236.          Alt-S-R  = Prompt for value to set Right Margin.  
  237.   
  238.             Home  = Set cursor to column 0 and reset Left Margin to 0.  
  239.   
  240.           Ctrl-B  = Reformat current paragraph.  
  241.   
  242.          The left margin is also set at the new cursor position after  
  243.          pressing TAB when there are only spaces to the left of the  
  244.          cursor.  This is useful for maintaining or setting an indent  
  245.          while editing source.  
  246.  Press F1 for Main Menu        Other help                Menu 7 of 10  
  247.  ESC leaves Help               ──────────          press 0 to 9 for more help  
  248.   
  249.                          Write to a new filename  
  250.                          ───────────────────────  
  251.      Alt-W  = Write the file in memory to a NEW file (prompts for filename)  
  252.   
  253.                               TAB Control  
  254.                               ───────────  
  255.      Alt-T   = Set tab increment to current column value.  
  256.      Alt-O-X = eXpand all TABs to spaces in the file in memory.  
  257.   
  258.                              Case Conversion  
  259.                              ───────────────  
  260.      Alt-O-U = Convert the current cursor line to UPPERCASE.  
  261.      Alt-O-L = Convert the current cursor line to lowercase.  
  262.      Alt-O-W = Toggle case of WORD under cursor, starting at cursor.  
  263.      Alt-O-C - Toggle case of the CHARACTER under the cursor.  
  264.  Press F1 for Main Menu      SED Specifications          Menu 8 of 10  
  265.  ESC leaves Help             ──────────────────    press 0 to 9 for more help  
  266.   
  267.   
  268.              ┌──────────────────────────────────────────────────┐  
  269.              │ Maximum Characters in a File   limited by memory │  
  270.              │                         640k can edit ≈120k file │  
  271.              │                         512k can edit  ≈64k file │  
  272.              │                                                  │  
  273.              │ Maximum Lines in a File       Adjusted to memory │  
  274.              │                              640k has 8000 lines │  
  275.              │                              512k has 6000 lines │  
  276.              │                                                  │  
  277.              │ Maximum Characters in a Line                 132 │  
  278.              │                                                  │  
  279.              │ Maximum # of Deleted Lines Saved   Adj to memory │  
  280.              │      available edit memory > 48k, save 100 lines │  
  281.              │                            < 48k, save  20 lines │  
  282.              │                                                  │  
  283.              │ Printed # of Lines on a Page                  55 │  
  284.              └──────────────────────────────────────────────────┘  
  285.  Press F1 for Main Menu    Line Drawing & Sorting        Menu 9 of 10  
  286.  ESC leaves Help           ──────────────────────  press 0 to 9 for more help  
  287.   
  288.    ┌┬┬┬┬┬┬┬┐               Line drawing commands  
  289.    └┴┴┼┼┼┴┴┘               ─────────────────────  
  290.       ├┼┤  
  291.       ├┼┤            F9          Start/Stop drawing lines  
  292.       ├┼┤            Ins         Pen up/down command  
  293.       ├┼┤            -           Select single width lines (minus)  
  294.       ├┼┤  ┌┐        =           Select double width lines (equal)  
  295.       └┴┘  └┘        Del         Clear char under cursor  
  296.                      Arrows      Move and draw a line  
  297.    ┌┬┬┬┬┬┬┬┐  
  298.    └┴┴┴┴┴┼┼┤  
  299.          ├┼┘         Sorting the lines of a Paragraph  
  300.         ┌┼┘          ────────────────────────────────  
  301.        ┌┼┘  
  302.       ┌┼┘            F7          Sort paragraph lines starting at current  
  303.      ┌┼┤                         line and column. This sort is cAsE  
  304.     ┌┼┼┼┬┬┬┐  ╔╗                 sensitive.  
  305.     └┴┴┴┴┴┴┘  ╚╝     Shift-F7    Sort NON-case sensitive.  
  306.   
  307.    * You may need to load SEDDRAW.SEQ, or SEDSORT.SEQ to use these functions.  
  308.