home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 049 / vde173a.zip / VDE.REF < prev    next >
Text File  |  1994-08-17  |  63KB  |  972 lines

  1.  
  2.                                    VDE.REF
  3.                                    -------
  4.                      Reference Manual for the VDE Editor:
  5.                          version 1.73 (17 Aug 1994)
  6.  
  7.                              (c)1987-94, E. Meyer
  8.  
  9.  
  10.  
  11. ================================  CONTENTS  ==================================
  12.  
  13.     (For QUICK START, SYNTAX, GENERAL INFORMATION etc. see the file VDE.DOC)
  14.  
  15.      6.  COMMAND REFERENCE, alphabetically by topic:
  16.             Auto format, Auto indent, Auto number, Auto save, Block commands, 
  17.          Cursor position, Data files, Deleting, Envelopes, Files, 
  18.          Find/replace, Foreign characters, Graphics, Header, Hyphenation, 
  19.          Information, Inserting, Justification, Line spacing, Margins, 
  20.          Matching files, MenuBars, Multiple files, Pagination, Paragraph 
  21.          indent, Place markers, Print preview, Print styles/codes, Printer 
  22.          drivers, Printing, Proportional spacing, Protected mode, Reformat, 
  23.          Ruler line, Run command/shell, Save/exit, Screen controls, Screen 
  24.          size, Spelling check, Splitting files, Tabs, Time/date, Undelete, 
  25.          Upper/lower case, Windows.
  26.  
  27.      7. REVIEWS / ABOUT THE AUTHOR.
  28.  
  29.     (For detailed explanation of MACROS, see the file VMACRO.REF)
  30.  
  31.     (For use of the VINST installation utility, see the file VINST.REF)
  32.  
  33.  
  34. ==========================  6. COMMAND REFERENCE  ============================
  35.  
  36.  
  37. AUTO FORMAT (^OM) -  Continuously keeps the paragraph of text you are working 
  38.     on properly formatted (margins and spacing), even as you add to or delete 
  39.     from the line; format changes are implemented instantly.  (Auto format 
  40.     does NOT affect parts of the file you have not changed.)  When off, the 
  41.     manual ^B command can still be used (see REFORMAT).
  42.          Care must be taken in files with mixed formats, as the CURRENT 
  43.     settings of margins and spacing are always used.
  44.          Note that with Auto Format on, certain keystrokes may have additional 
  45.     (or no) effects, due to immediate reformatting afterward; and some 
  46.     operations like Find/Replace may be somewhat slower.
  47.  
  48. AUTO INDENT (^OA) -  Causes wordwrap or the [Enter] key, upon moving to the 
  49.     next line, to indent to match any existing indentation on that line (with 
  50.     insert OFF) or the previous line (with insert ON).  Thus any structured 
  51.     indentation you create is maintained.  Useful as a temporary (paragraph) 
  52.     indent, or for outlines, program source code, etc.  Works in all modes, 
  53.     including nondocument.  Note: Indentation must be done with spaces or 
  54.     variable tabs, NOT with hard tabs.
  55.  
  56. AUTO NUMBER (^K#) -  VDE can automatically number items in a list.  Just type 
  57.     a "#" character where each number should go:
  58.              #.  First item.
  59.              #.  Second item...
  60.     You can then mark the list off as a block, and use the ^K# command; VDE 
  61.     will insert the numbers (1, 2, etc) in place of the "#" markers.  You will 
  62.     be asked for the starting number; the default is 1.  If auto format (^OM) 
  63.     is on, text will be realigned to compensate for varying length numbers.  
  64.     (Once numbering is done, the markers are gone.  For frequently revised 
  65.     lists, leave the "#" markers in the file on disk; use ^K# just before 
  66.     printing, and do not save afterward.)
  67.  
  68. AUTO SAVE (^KA) -  Saves any changes you have made to disk automatically, at 
  69.     regular intervals.  This ensures that you don't lose too much work if you 
  70.     make a mistake, have a power outage, etc.  ^KA lets you set the interval 
  71.     (1 to 255 minutes), or turn this feature off entirely (0).  Just press 
  72.     [Enter] to restore your default, normally 0 [set with VINST].
  73.          When auto save is on, changes you've made to any file may be saved to 
  74.     disk at any moment.  If you don't want this to occur for a particular 
  75.     file, engage protected mode (^KO).
  76.          Notes: Auto save will wait for an interval when the keyboard is not 
  77.     in use.  It cannot save "untitled" work.  It will make a backup file only 
  78.     if the file had not been saved previously.
  79.  
  80. BLOCK COMMANDS (^KB,^KK,^KH,^KZ,^KY,^KC,^KV,^KW; ^QB,^QK; ^KPB) -  A block of 
  81.     text is delimited by two markers, set by ^KB (beginning) and ^KK (end), 
  82.     which remain in place until reset elsewhere or deleted.  Alternatively, 
  83.     "shift-blocking" can mark a block by moving the cursor to one end, holding 
  84.     down the Shift key, and using [^,v,<,>], Home, End], or [PgUp,Dn] to move 
  85.     the cursor to the other end, releasing the Shift key when finished.  Once 
  86.     marked, the block text displays in a contrasting color.  ^KH unmarks the 
  87.     block, removing any marker(s) set.
  88.          The block move and print commands (^KV,^KPB) require a block to be 
  89.     fully marked before use.  To save keystrokes, the other block commands 
  90.     (see also ^K#,^K",AltC), if used when only one block marker is present, 
  91.     will mark the current cursor position as the other end of the block:
  92.          ^KY goes to and deletes the block.  (^QP may be used to return the 
  93.     cursor to its position before the deletion.)
  94.          ^KV moves the marked block to the present cursor location; ^KC copies 
  95.     it there, leaving the original marked.  (^QP may be used to return to the 
  96.     former position of a moved block.)
  97.          ^KZ "zooms into" a block: the rest of the text is inaccessible, and 
  98.     the block is temporarily treated as the entire file.  This isolates one 
  99.     portion of a file for your attention, and also limits the scope of VDE 
  100.     commands like find/replace to that portion (only "save" commands like ^KS 
  101.     continue to affect the entire file).  Use ^KZ again to zoom back out.  In 
  102.     zoom mode, pagination is off; you can use block operations, though any 
  103.     block markers within will disappear when you zoom back to the whole file.
  104.          ^KW writes the block text to a disk file; you will be asked for the 
  105.     filename (and optional mode).  You can also choose to append the text to 
  106.     an existing file by typing a "+" before the filename, as in:
  107.                       Write to file: +GORT
  108.     (If you don't specify "+", and the file already exists, VDE will ask 
  109.     whether you want to overwrite or append; press [Esc] or [Space] to 
  110.     cancel.)
  111.          ^QB moves the cursor to the block start (if marked); ^QK moves to the 
  112.     block end.
  113.          ^KPB (^KP with B option) prints the block text only.  (See PRINTING.)
  114.  
  115. CURSOR POSITION (Arrows; ^F,A,C,R; ^QE,X,S,D; ^QR,C; ^QI,L,N,P; AltO) -  VDE 
  116.     supports two sets of arrow keys: the four arrow keys [^,v,<,>] on the PC 
  117.     keyboard, and the WordStar "diamond" ^E,^X,^S,^D.  These move the cursor 
  118.     one unit up, down, left, and right respectively.  On repeated use, the PC 
  119.     arrows [^,v] attempt to restore the original column after moving across a 
  120.     shorter line; ^E,^X do not.
  121.          ^F or ^[>] moves right, to the start of the next word; ^A or ^[<] 
  122.     moves left, to the start of the current, then the previous, word.  ^C or 
  123.     [PgDn] scrolls forward (down) one screen; ^R or [PgUp] scrolls backward 
  124.     (up) one screen.
  125.          Preceded by ^Q, any arrow key moves more Quickly: thus ^QE, ^QX go 
  126.     to the top or bottom of the screen; ^QS, ^QD to the left or right end of 
  127.     the line.  Similarly, ^QR and ^QC jump to the beginning or end of the 
  128.     file.
  129.          ^QI moves directly to a given page (for documents) or line (for non- 
  130.     documents); see also "[_]" option, under SYNTAX.  In documents, ^QL and 
  131.     ^QN move to the start of the Last or Next page, respectively.
  132.          ^QP returns the cursor to its Previous position -- before the last 
  133.     large movement occurred.  (This means AltM,AltO,^B,^QR,^QC,^QF,^QM, or any 
  134.     block command that moves to the block.)  After a block move (^KV), ^QP 
  135.     will return to the previous position of the block.  ^QP can be repeated to 
  136.     cycle between two positions in a file.
  137.          AltO displays an Overview ("scroll") bar at the top of the screen.  
  138.     The length of the bar corresponds to the filesize.  You can move the 
  139.     cursor left or right with the arrow keys; a marker remains indicating the 
  140.     original (current) position.  To move to the selected position, press 
  141.     [Enter]; press [Esc] instead to cancel.
  142.  
  143. DATA FILES (AltU) -  AltU allows you to change many VDE settings by using 
  144.     (loading or saving) specific types of data files.
  145.          .VDF files can be Loaded and Saved - see KEY DEFINITION FILES.
  146.          .VDG files can be Saved - see GRAPHICS (CHARACTERS).
  147.          .VDP,C,I files can be Loaded - see PRINTER DRIVERS, CHARACTER WIDTHS,
  148.                                         USER OPTIONS.
  149.     Any of these may also be loaded with a semicolon on the command line (see 
  150.     SYNTAX).  If no directory is specified, files must be in the current or 
  151.     VDE directory (see DIRECTORIES).
  152.          Note: .VDG files can be loaded, and .VDP,C,I files saved, by VINST.  
  153.     In the event that VDE cannot load a data file created by an earlier 
  154.     version, VINST can usually convert it by reading the old file and writing 
  155.     it back to disk in the new format.
  156.  
  157. DELETING (^G,[BkSp],[Del],^T,^[BkSp],^[Del],^Y; ^QY,^Q[Del],^QT) -  ^G deletes 
  158.     the character at the cursor.  By default, [Del] does the same, while 
  159.     [BkSp] deletes the one to the left.  [But instead, [BkSp] may move 
  160.     nondestructively, and [Del] may delete at the cursor.]
  161.          ^[Del] deletes the entire current word.  ^T deletes a word to the 
  162.     right (everything from the cursor to the next word break).  ^[BkSp] 
  163.     deletes a word to the left.
  164.          ^Y deletes the entire current line.  ^QY deletes just the part of the 
  165.     line to the right of the cursor; ^Q[Del] deletes the part to the left.
  166.          ^QT, followed by a character, deletes everything up until the next 
  167.     occurrence of that character.  EXAMPLE: ^QT. (period) deletes to the end 
  168.     of the sentence.  Special cases: ^QT[Enter] deletes to the next HARD CR, 
  169.     the end of the paragraph; ^QT^Z deletes to the end of the file.
  170.          Unintended deletions can be recovered (see UNDELETING).
  171.  
  172. ENVELOPES (^KPA) -  VDE provides an easy way to print a single envelope to 
  173.     accompany a letter, via the "A"ddress option of the print command:
  174.        1.  Begin by moving the cursor to the address of the recipient, and 
  175.     marking this as a block (see BLOCK COMMANDS):
  176.                      {Chester Fludd
  177.                       193 Lakota St         "{}" = block markers
  178.                       Norman, OK  73069}
  179.        2.  Then use the print command (^KP), and at the options prompt, type 
  180.     "A", followed by "1" or "2" to specify the envelope size: 1 for smaller 
  181.     (letter) size envelopes, about 3.625 x 6.5"; 2 for larger (business) size, 
  182.     4.25 x 9.5".
  183.        3.  Optionally, you may include a return address for the upper left 
  184.     corner of the envelope: enter this in "double quotes", using a backslash 
  185.     (\) to mark the beginning of a new line.  Example:
  186.                   Options:  A2"C. Fludd\193 Lakota St\Norman, OK 73069"
  187.     (You may find it convenient to set up envelope printing with your usual 
  188.     return address as a FUNCTION KEY, if you will use it often.)
  189.        4.  Load the envelope correctly in your printer, and press [Enter] to 
  190.     print it.  Then you can continue to edit or print the letter itself.
  191.  
  192.          NOTES: Printers handle envelope feeding in various ways.  With some 
  193.     you can feed in a single envelope, and manually position it on the platen; 
  194.     with some others, a separate tray is available for envelopes, and you will 
  195.     need to install special codes to select the proper tray.  Many laser 
  196.     printers expect to feed envelopes lengthwise, so you will need codes to 
  197.     print in a landscape font.  [To install control codes to prepare your 
  198.     printer for an envelope, see PRINTER INSTALLATION.]
  199.          Vertical positioning of text on the envelope can easily be changed by 
  200.     adding linefeeds to the initialization string.  Horizontal positioning can 
  201.     be changed with the "L" print option.  Because of the way laser printers 
  202.     operate in landscape mode, VDE prints both envelope sizes with their RIGHT 
  203.     edge in the same place.  This means that on other printers, the LEFT edge 
  204.     of the smaller envelope must be placed 3" (30 columns) in from the left 
  205.     margin.  If this is inconvenient, it can be overridden by specifying the 
  206.     left margin option (e.g. "L0") AFTER the "A1" option.
  207.  
  208. FILES (^KL,^KR,^KJ,^KF) -  ^KL Loads new file(s) to edit, REPLACING the 
  209.     current one.  (If the file has been modified, you will be prompted to 
  210.     confirm that you mean to abandon it.  To save the file first, use ^KD 
  211.     instead; to load file(s) in ADDITION to the current one, use AltL 
  212.     instead.)  You can enter any number of filenames, with optional line/page 
  213.     numbers and modes (see SYNTAX).
  214.          ^KR Reads in the contents of a single disk file, inserting the text 
  215.     at the current cursor position as a marked block.
  216.          ^KJ deletes any disk file you specify.  (If you need more complex 
  217.     file utilities, remember that you can run any DOS command with AltR.)
  218.  
  219.          All these commands prompt for specific filenames.  If you are unsure, 
  220.     and want to pick a name from a directory listing, you can call up the 
  221.     "file browser" display by pressing [Enter] alone for *.*, or typing any 
  222.     filename with wildcards, like *.LTR.  (Note: if you mean to load an 
  223.     "untitled" work area, press ^[Enter] (or ^J), instead of [Enter], at the 
  224.     ^KL prompt.  See PROMPTS for other control key usage.)
  225.          Files display alphabetically in uppercase, then directories in 
  226.     lowercase (beginning with the parent directory "..").  If there are more 
  227.     items than will fit on screen, you will see "..." at the top or bottom to 
  228.     indicate this.  Hidden or System files will not display and cannot be 
  229.     edited with VDE.  [Note: VINST can also specify several filetypes (like 
  230.     unreadable .COM or .EXE files) to exclude; they will not display unless 
  231.     specified explicitly, and cannot be edited.]
  232.          You can move the cursor through the list with the arrow keys, 
  233.     [PgUp,Dn], or [Home,End]; additionally, a letter "A-Z" may be typed to go 
  234.     to the next file beginning with that letter, or "\" to go to the next 
  235.     subdirectory.  When the cursor is on a subdirectory, pressing [Enter] 
  236.     allows you to view its contents in turn; when it is on a file, pressing 
  237.     [Enter] selects that file to complete your command.
  238.          If you are loading files, you can also press "+" to "tag" files, 
  239.     marking them as a group, and then press [F4] to load them all at once.  
  240.     Pressing "+" again will untag a file, or [Esc] will untag all.
  241.          You can quit by pressing ^[Break], or clear the display and return to 
  242.     the directory prompt by pressing [Esc] or [Space].
  243.  
  244.          ^KF brings up the full-featured File browser; you may specify a 
  245.     drive, directory, and/or filename mask, and the contents will be 
  246.     alphabetically listed.  (The default, if you just press [Enter], is the 
  247.     directory shown at the ">dir" prompt, and all files *.*.)  Below you will 
  248.     see, in addition to the cursor motions already described, a full 
  249.     complement of operations to apply to the file the cursor is on:
  250.            [F1]   LOAD an additional file to edit;
  251.            [F2]   replace the current file with a NEW one;
  252.            [F3]   READ a file into the current file;
  253.           [Del]   DELETE the file (be careful, deletion is immediate).
  254.     If the file you want to load or read requires a different file mode, you 
  255.     can first press "/" and the correct mode letter (D,N, etc).
  256.          When the cursor is on a directory, you can press [Del] to REMOVE it 
  257.     (if empty), or [Enter] to view its contents.  (This returns you to the 
  258.     ">dir" prompt, where you can actually specify any new drive/directory.)
  259.          You can also press "+" to tag files, marking them as a group, and 
  260.     then press [F4] to load them all at once.  (Other operations cannot be 
  261.     performed while tagging.)  Pressing "+" again will untag a file, or [Esc] 
  262.     will untag all.
  263.          You can quit by pressing ^[Break], or clear the display and return to 
  264.     the directory prompt by pressing [Esc] or [Space].
  265.  
  266. FIND/REPLACE (^QF,^QA; ^L,^\) -  ^QF is the command to FIND a string.  (See 
  267.     also "[_]" option, under SYNTAX.)  The search normally proceeds from the 
  268.     cursor position forward, and is case (upper-lower) sensitive.  Some 
  269.     control codes (like ^M) require the ^P prefix.  Graphic characters can be 
  270.     entered with AltG.
  271.         Special codes: ^_ (Ctrl-underline) functions as a wildcard, matching 
  272.     any single character.  Use the single code ^M (CR, or [Enter]) to match 
  273.     the end of a line (CR,LF); in documents, a string STARTING with ^M will 
  274.     match a HARD CR (without preceding space) only.  Use the special code ^^ 
  275.     (Ctrl-caret) to find line overstrikes created by ^PM.  Examples:
  276.               Find: ^MLABEL       matches "LABEL" at start of line only;
  277.               Find: M^_.          matches "Mr.", "Ms.", etc.
  278.         ^QA is the REPLACE command.  It asks for a string to find, as above, 
  279.     then what to change it to.  Normally, the cursor will move to each 
  280.     occurrence of the string, and you will be asked ("Chg?") whether to change 
  281.     it; answer "Y"es or "N"o, or "*" to change all the rest without asking 
  282.     individually, or press [Esc] to quit.
  283.          There are several options for find/replace:
  284.            "B" = search Backward for the specified string;
  285.            "I" = Ignore upper/lower case (case insensitive search);
  286.            "W" = whole Word only (skip instances part of a larger word);
  287.            "G" = search Globally (from start or end of current file);
  288.            "M" = Multi-file search (continues through all files being edited);
  289.            "N" = No query: replace all instances without asking.
  290.     To skip the options prompt, finish entry of the find string (for ^QF) or 
  291.     replace string (for ^QA) by typing ^[Enter] (or ^J) instead of [Enter].
  292.          ^L instantly repeats the last find or replace (^QF/^QA) operation 
  293.     once more; the "B,I,W,M" options remain as last specified.  ^\ also 
  294.     repeats, but in the reverse direction ("I,W,M" remain unchanged).
  295.          NOTES: Replacing will cause reformatting if auto format (^OM) is on.  
  296.     (Be careful with this in a file with varying margins.)  "N"o query is 
  297.     assumed whenever ^QA is used in a macro.  [VINST can set "I"gnore-case as 
  298.     your default, in which case specifying "I" means case sensitive.]
  299.  
  300. FOREIGN CHARACTERS -  Characters in the upper ASCII range (80-FF or 128-255), 
  301.     such as foreign letters and accents, can be entered directly into text 
  302.     using either standard DOS method: one of the DOS KEYBxx keyboard map 
  303.     utilities, or the [Alt] key and numeric keypad (hold down [Alt] while 
  304.     pressing keypad 1,5,5 for character 155).
  305.          VDE treats these characters as "graphics": you are limited to a total 
  306.     of 32 such codes at a time, and any that you have used may be found in the 
  307.     menu brought up by the AltG command.  See GRAPHICS.
  308.  
  309. GRAPHICS (AltG) -  You can enter a PC graphic (or foreign) character into the 
  310.     file either directly from the keyboard, via [Alt] and the numeric keypad, 
  311.     or with the AltG command.  You will be presented with a menu of up to 32 
  312.     characters (labeled A-Z,1-6) to choose from; the default set contains some 
  313.     useful box drawing parts, and has room free for other characters that 
  314.     might be loaded.  [It can also be modified with VINST.]
  315.          In addition, any individual menu entry can be redefined: type "=", 
  316.     then the code (A-6) to change.  (If a graphic definition is present in any 
  317.     file being edited, you cannot change it.)  You can then select the desired 
  318.     character from the complete graphics set, by moving the cursor to it and 
  319.     pressing [Enter].  Alternatively, if you press [Tab], you may enter the 
  320.     extended ASCII code in either hex (2 digits 80-FF) or decimal (3 digits 
  321.     128-255) format.  Example: the Greek alpha can either be picked off the 
  322.     menu, or entered as "E0" hex or "224" decimal.  Once defined, the graphic 
  323.     can be entered into the file by pressing its menu letter.
  324.          As a further convenience, you can type "-" to clear all entries not 
  325.     needed for graphics already present in your files.
  326.          Graphics are stored in disk files in accord with the current file 
  327.     mode.  Printing of graphics depends on whether your printer driver is 
  328.     designated [see PRINTER INSTALLATION] as PC graphics (PC8) or Roman8, or 
  329.     neither, in which case VDE will "emulate" them, choosing standard ASCII 
  330.     character overstrikes that come as close as possible.  This usually works 
  331.     well, especially for the foreign language characters.
  332.          NOTE: a few "control codes" in the ASCII range 00-1F,7F, if entered 
  333.     into a file with ^P, will also appear in the graphics table, because of 
  334.     the way VDE represents them internally.
  335.          CAUTION: If you load a file containing many graphics (or binary data 
  336.     that will be interpreted as graphics), VDE will try to add each in turn to 
  337.     the table.  If the graphics table fills up, any further graphics will be 
  338.     replaced by spaces.  You will see the "Graphics overflow" error message, 
  339.     and protected mode (R/O) will engage, to guard against saving to disk and 
  340.     corrupting the file.  (One common cause of this error is attempting to 
  341.     read a word processor file in the wrong file mode.)
  342.  
  343. HEADER (^OQ) -  The "header" at the top of the screen can be toggled on and 
  344.     off with ^OQ.  It provides useful information, but can be removed if you 
  345.     prefer a screen showing nothing but your text.  It looks like this:
  346.     -----------------------------------------------------------------------
  347.     + VDE.DOC /A      P 14   L 11   C 48    Ins    vt hy AI DS J+ PS ! ^K_
  348.                  or (NP,BZ)              (WIn,R/O)      (AF)  (MR) (?,")
  349.     -----------------------------------------------------------------------
  350.     '+' = Multi-file flag indicates other file(s) are also being edited.
  351.     'VDE.DOC /A' = Current filename and mode.  The full directory information, 
  352.          along with other files being edited, can be displayed with the ^KI 
  353.          command (see INFORMATION).
  354.     'P 14...' = Cursor position in file by page (in document modes), line, 
  355.          column.  If pagination is off (^OP0), you will see 'NP' instead of a 
  356.          page number; in block zoom mode (^KZ) you will see 'BZ'.
  357.     'Ins','WIn' = Insert mode (^V) or Word Insert (^]) on.
  358.     'R/O' = Read/Only, protected mode (^KO) on.
  359.     'vt' = Variable Tab mode (^OV) on. 
  360.     'hy' = Hyphenation (^OH) enabled.  (Documents only)
  361.     'AI' = Auto Indent mode (^OA) on.
  362.     'AF' = Auto Format mode (^OM) on.  (Documents only)
  363.     'DS' = Double spacing (^OS) on.
  364.     'J+','J-' = Right Justification mode (^OJ) on.  (Documents only)
  365.     'MR' = Margins released (^OX).  (Documents only)
  366.     'PS' = Proportional spacing (^OK) on.
  367.     '!','?','"' = Macro is executing, awaiting input, or being recorded.
  368.     '^K_' = Command key prefixes (and some prompts) display here.
  369.  
  370.          In 40-column mode, an abbreviated header is shown:
  371.     ----------------------------------------
  372.     + VDE.DOC /A      I!  P 14  L 11  C 48      "I,W" = Insert, Word Insert
  373.                or (W,R)(?,")      (^K_)           "R" = Read/Only
  374.     ----------------------------------------
  375.  
  376. HYPHENATION (^OH,^P-) -  VDE can't hyphenate automatically, but it can 
  377.     recognize hyphens that you type in the text, treating them as a legitimate 
  378.     place to break a line.  ^OH toggles hyphenation on and off.  If off, 
  379.     hyphens are not treated as wordbreaks.  [The default can be changed.]
  380.          In addition to ordinary hyphens, "-", there are "soft hyphens", which 
  381.     you can enter by typing ^P- (^P,hyphen), and which display in a different 
  382.     color.  Soft hyphens indicate optional places to break a long word: they 
  383.     print as a hyphen when they fall at the end of the line, but not if they 
  384.     wind up in mid-line.  (Note: only file modes /D,W,S,P,F store soft hyphens 
  385.     as such; when saving to disk in other modes, as in printing, they either 
  386.     become hyphens or disappear, as appropriate.)
  387.  
  388. INFORMATION (^KI,AltI) -  ^KI displays an Information message telling you:
  389.       - The full name (including directory) of the current file;
  390.       - When it was last saved, and whether (Y/N) it has been changed since;
  391.       - Any unpaired print toggles (^B,^D,^S etc) in a document;
  392.       - A word count for document files;
  393.       - The current size of the file in bytes or k (1k = 1024 bytes);
  394.       - Bytes of memory used in this text segment, and percentage full;
  395.       - The amount of memory free to edit further files;
  396.       - The names of all other files being edited.
  397.          AltI displays the VDE version, date, and copyright.  (An uninstalled 
  398.     copy of VDE does this automatically on startup.)
  399.  
  400. INSERTING (^V,[Ins],^],^[Ins],^_,^N) -  ^V or [Ins] toggles Insert mode 
  401.     on/off, and ^] or ^[Ins] toggles Word Insert.
  402.          When both are OFF, VDE is in Overwrite mode: when you type a 
  403.     character, it replaces the one the cursor is on; when you press [Enter], 
  404.     the cursor advances to the beginning of the next line of text.  With 
  405.     Insert (^V) ON, when you type a character, it is inserted into the text, 
  406.     while any characters that were already there are carried to the right; 
  407.     when you press [Enter], a return is inserted into the text, causing the 
  408.     beginning of a new line.
  409.          Word Insert is a hybrid of the two modes: mostly it behaves like 
  410.     Overwrite mode, so you can replace an existing word; but when the cursor 
  411.     reaches the end of the word, it starts to behave like Insert mode, so you 
  412.     can continue typing without overwriting the next word.  This is handy for 
  413.     revising existing text.
  414.          The ^_ and ^N commands (insert space, insert CR) are most useful in 
  415.     Overwrite mode (avoiding the need to turn Insert on and back off).
  416.  
  417. JUSTIFICATION (^OJ) -  ^OJ controls right justification mode, cycling between 
  418.     three states:
  419.               ADD.  ("J+" in header.)  Text paragraphs will be 
  420.          formatted with an even right margin, by inserting extra 
  421.          spaces between words as necessary.
  422.               REMOVE.  ("J-" in header.)  Formatting will undo 
  423.          justification by removing any extra spaces between words, 
  424.          leaving an uneven right margin again.
  425.               OFF.  Formatting does not change spacing of text; 
  426.          right margin is left uneven.
  427.     Thus the Reform (^B) command can justify or de-justify text as desired.
  428.          Right-justified text should not be saved to disk in file mode /U 
  429.     (which has no margin structure) or in modes /X,/M,/P, or /F (because 
  430.     XyWrite, MS Word, and WordPerfect will not recognize VDE's method of 
  431.     justification).
  432.          Justification does not work with proportional spacing (^OK).
  433.  
  434. LINE SPACING (^OS) -  ^OS toggles between single and double line spacing.  In 
  435.     double space mode, the following functions generate double carriage 
  436.     returns: [Enter] (^M), Insert CR (^N), Reform (^B), Wordwrap.  You can 
  437.     easily mix single and double spacing; ^B can convert between the two.
  438.          Note: a single-spaced file can also be printed out double-spaced with 
  439.     the "D" option of the ^KP command (see PRINTING).
  440.  
  441. MARGINS (^OR,^OL,^OX,^OC,^OF) -  ^OR sets the Right margin, and enables text 
  442.     formatting.  At the prompt, enter the column number (up to 255), or just 
  443.     press [Enter] for the current cursor column.  (Note: in proportional mode 
  444.     (^OK), the number is interpreted in 1/10" instead of characters.)
  445.          ^OL similarly sets the Left margin column; the value must be less 
  446.     than the right margin.  (^OL is normally used for indenting selected 
  447.     paragraphs.  To leave blank space at the left of the page throughout when 
  448.     PRINTING, see the "L" option of the ^KP command, or the left margin 
  449.     setting in PRINTER INSTALLATION.)
  450.          "Wordwrap" is automatic in all document modes whenever the margins 
  451.     are set: anything typed before the left margin will move up to it; 
  452.     anything typed past the right margin will wrap over to the next line.  
  453.     (See also REFORMAT and AUTO FORMAT.)  Wordwrap and formatting are disabled 
  454.     if the right margin is set to 1, or while margins are released (^OX).
  455.          (NOTES: Margins cannot be set in nondocument modes; a left margin 
  456.     cannot be set in /X, /U, or /M mode.  For page top/bottom margins see 
  457.     PRINTING.)
  458.          ^OX toggles margin release, allowing you to type outside the margins.  
  459.     Use ^OX again to cancel.
  460.          ^OC Centers the current line with respect to the margins; ^OF sets 
  461.     the line Flush right.  Afterward, the cursor advances to the next line.
  462.  
  463. MATCHING FILES (AltM) -  This command can locate small differences between two 
  464.     largely similar files (perhaps an earlier and a later revision of your 
  465.     work).  You must first load these two files (AltL), then split the screen 
  466.     between them (AltW), and position the cursor in corresponding places in 
  467.     both files (for example, the top).
  468.          Then press AltM.  Starting from these positions, VDE searches for any 
  469.     difference between the files.  If there is one, VDE will stop on those 
  470.     lines, showing the disagreeing passages side by side.  If you want to 
  471.     continue, press AltM again.  (If the difference was significant you may 
  472.     first need to reposition one cursor to match the other.)  If the cursor 
  473.     winds up at the end of both files, they match.
  474.          Note: in document modes, AltM compares word by word, ignoring mere 
  475.     formatting differences (margins, spacing etc).  In nondocument modes, it 
  476.     is an exact character by character comparison.
  477.  
  478. MENUBARS (^[Esc]) -  ^[Esc] is used to call up the MenuBar.  (LeftShift-Esc 
  479.     can also be used.)  Press the hilighted letter to select a submenu, then 
  480.     select again to perform a command.  You can press [Esc] or [Space] to back 
  481.     up to the main menu, or ^[Break] to abort.
  482.          The ^[Esc] command can also be used in a macro definition; if entered 
  483.     at the Esc[ prompt, it displays as a hilighted "!", and should be followed 
  484.     by one or two letters for menu selections.  (This feature is used in the 
  485.     WordPerfect compatibility macros contained in WP.VDF, to present menu 
  486.     choices; see DEFAULT FUNCTION KEYS.)
  487.  
  488. MULTIPLE FILES (AltL,AltB,AltN,AltX,AltQ,AltC,AltP) -  VDE allows you to edit 
  489.     up to 8 files simultaneously, if you have enough memory.  This can be done 
  490.     from the command line, by giving a list of several filenames.
  491.          Otherwise, to Load additional files, press AltL.  You can enter any 
  492.     number of filenames, with optional line/page numbers and modes (see 
  493.     SYNTAX); for an "untitled" work area, press ^[Enter] (or ^J).  You can 
  494.     also access the file browser with [Enter] or wildcards (see FILES).  (You 
  495.     will get an error message if you run out of memory, or are already editing 
  496.     the named file, or 8 files.)
  497.          Once multiple files are in use, AltB and AltN can be used to cycle 
  498.     back and forth through the files being edited.  If you Quit or Exit 
  499.     (^KQ,^KX) from one file, you will be returned to the previous one.
  500.          For convenience, AltX exits ALL files immediately, saving any changes 
  501.     made.  AltQ quits ALL files immediately, without saving; if any of them 
  502.     have been modified, you will be prompted (just once) to confirm this.
  503.          AltC Cuts a marked block of text, placing it in a buffer for later 
  504.     recovery.  [VINST lets you choose whether the block will also be deleted.]  
  505.     AltP Pastes in the previously cut text at the cursor position, allowing 
  506.     block copying and moving between files.
  507.          It is possible to view two files on screen at once (see WINDOWS).
  508.  
  509. PAGINATION (^OP,^PL) -  The ^OP command sets the page length.  Enter a value 0 
  510.     to 255 lines, or just press [Enter] to restore the default.
  511.          A nonzero value determines the page and line shown in the document 
  512.     header ("P xx L xx"), and all page functions in the Print routine 
  513.     (pagination, headers, start/stop at page) are enabled.  A formfeed will be 
  514.     sent to eject each full page.  [VDE does not send a formfeed before 
  515.     printing; install one in your printer initialization if you want.]
  516.          When zero, pagination is off.  The header will say "NP L xxxx", 
  517.     showing you the absolute line number in the file; printing occurs with no 
  518.     page breaks, though a formfeed is sent at the end of the file.  (To skip 
  519.     even this, use the block print option "B", which allows you to print 
  520.     several small things on the same sheet or, in conjunction with the "*" 
  521.     option, multiple copies of index cards, labels, etc.  See PRINTING.)
  522.          The ^PL command embeds a formfeed (^L) in the text, to begin a new 
  523.     page; the best place to put it is at the beginning of a line.
  524.  
  525. PARAGRAPH INDENT (^OG) -  You can indent text simply by changing the left 
  526.     margin (^OL), but there are times when you want only a temporary indent.  
  527.     ^OG gives a "paragraph indent"; each time you use it, the left margin is 
  528.     reset to the next tab stop over (see TABS).  The indentation lasts until 
  529.     you type the [Enter] at the end of the paragraph (or use the ^B or ^OL 
  530.     commands), at which time the original left margin is restored.
  531.  
  532. PLACE MARKERS (^KM,^QM) -  You can set any number of temporary place markers 
  533.     in the text with ^KM, when you want to return to a spot later.  The marker 
  534.     displays as a highlighted "!", and can be deleted if no longer needed.  
  535.     The ^QM command moves the cursor to the next place marker in the file, 
  536.     cycling back to the top of the file as needed.  Place markers are NOT 
  537.     saved to disk.
  538.  
  539. PRINT PREVIEW (^OD) -  This command shows you a preview of the text as it 
  540.     would print: with all non-printing codes (markers, ^P codes, etc) hidden, 
  541.     and page breaks indicated by a row of dotted lines.  This is handy for 
  542.     making sure that text is aligned properly, and will help you avoid wasting 
  543.     time and paper on unacceptable printouts.  You can scroll through the file 
  544.     in this mode with [PgUp,Dn] or ^R,^C; or move to the top or bottom, with 
  545.     ^[Home,End].  Press [Esc] to continue editing.
  546.  
  547. PRINT STYLES/CODES (^P) -  This command prefix is used to enter various 
  548.     "codes" in the ASCII range 00-1F into the text, usually for purposes of 
  549.     printer control.  Most codes are entered in a standard fashion: ^PA embeds 
  550.     ^A, etc.  Those with defined functions in VDE documents display as 
  551.     highlighted letters, and always insert; the rest (all, in nondocuments or 
  552.     /A mode) display as graphics, and observe the current INSERT status.  
  553.     (Warning: use ^PZ with caution, since many programs treat ^Z (hex 1A) as 
  554.     an end of file mark.)
  555.          Several other common control codes produce special effects:
  556.           ^P^I - hard (ASCII) tab - printers respond variously to this
  557.             ^L - formfeed - will cause a page break
  558.             ^H - backspace - overstrike previous character
  559.             ^M - carriage return - enter a CR without a LF to overstrike line
  560.                   (do NOT hit [Enter] again after this, just continue typing)
  561.     The further codes below do NOT operate in nondocuments or /A mode.
  562.          ^P^G causes printing to pause immediately, until you press a key to 
  563.     continue ([Esc] will cancel).  This allows you to adjust the platen for 
  564.     printing various forms.  (Note: on many dot matrix printers, can only be 
  565.     used at the start of a line.)
  566.          ^P,Esc or ^P[ can be used to embed the "Escape" code (hex 1B) in a 
  567.     file.  But these are most commonly used for printer control, and VDE 
  568.     offers a much easier way of doing this.  In place of complex "escape 
  569.     sequences" for print styles (underlining, etc), VDE lets you enter a 
  570.     single marker, which will be translated into the proper codes during 
  571.     printing.  VDE supports a set of 13 codes for this purpose: seven toggles, 
  572.     six switches.  [See PRINTER INSTALLATION on how to install the proper 
  573.     driver for your printer.  Otherwise, only ^PS and ^PX will work.]  The 
  574.     conventional WordStar meanings of these codes are:
  575.        Toggles: ^P^B  boldface        Switches: ^P^Q  (user def 1)
  576.                   ^D  ("doublestrike")            ^W  (user 2)
  577.                   ^S  underline                   ^E  (user 3)
  578.                   ^Y  italic ("ribbon")           ^R  (user 4)
  579.                   ^T  superscript                 ^A  alternate pitch
  580.                   ^V  subscript                   ^N  standard pitch
  581.                   ^X  strikeout [with "-", "/", etc -- see USER OPTIONS]
  582.     But you can use them for anything you like.  "Toggles" are good for 
  583.     features like underlining that are turned on and off; enter them in pairs, 
  584.     to mark the beginning and end of the desired text.  "Switches" are better 
  585.     for multi-valued parameters like character pitch or print quality.
  586.          If toggles are not properly paired, you will find print effects 
  587.     continuing throughout the rest of your document.  To save time and effort, 
  588.     use the ^KI command to check for this before printing.
  589.  
  590. PRINTER DRIVERS (AltV,AltU) -  Since many people use more than one kind of 
  591.     printer, VDE accomodates two different printer drivers, a primary and an 
  592.     alternate.  Before printing a file, you can select which one is active 
  593.     using AltV.  [You can install different drivers with VINST.]
  594.          AltU gives you access to an unlimited number of further printer 
  595.     drivers in the form of .VDP disk files; select "L"oad, then type the file 
  596.     name.  [See PRINTER INSTALLATION for instructions on how to create such 
  597.     files.]  The new driver will replace the previous primary.
  598.  
  599. PRINTING (^KP) -  The ^KP command Prints the file you are editing.  The page 
  600.     format is determined by several factors: the current page length (^OP) 
  601.     determines the number of lines of text per page.  The top and left margins 
  602.     can be varied with options below.  Other options produce either a centered 
  603.     page number at the bottom of the page, or a header, consisting of a page 
  604.     number in the corner and/or a string of text; the spacing of these is 
  605.     controlled by settings in the printer driver.  Various printers position 
  606.     paper differently, but can typically put at least 60 lines of text on a 
  607.     standard 11-inch page.
  608.          You will be asked for a set of "Options:", at which point you may 
  609.     enter one or more of the following, in any order:
  610.  
  611.        @nn    begins printing AT page nn of the document.
  612.        =nn    RENUMBERS the printout so first page is numbered nn.
  613.        #nn    prints only (up to) a TOTAL of nn pages.
  614.        O,E    prints only Odd or Even pages (print one, then run the paper 
  615.             back through and print the other, for double-sided printing).
  616.        F      prints FACING pages (header/number reversed on even pages).
  617.        *nn    prints the entire job out nn TIMES (nn=1...255).
  618.  
  619.        N      NUMBERS pages sequentially, at top right.
  620.        C      numbers pages at bottom CENTER.
  621.      "..."    uses the quoted string as a HEADER.  The string will print at 
  622.             the top right next to the page number unless it begins with a "<" 
  623.             character, in which case it prints at the left edge.
  624.               Note: you can include the current Filename, Time or Date in the 
  625.             header simply by entering ^F, ^T, or ^D, respectively.  To enter a 
  626.             quote mark, double it ("").
  627.        S      SUPPRESSES the header/page number on the first page of output.
  628.        Tnn    sets a TOP MARGIN skip of nn lines.     [The default margins can
  629.        Lnn    sets a LEFT MARGIN skip of nn columns.    be set with VINST.]
  630.  
  631.        B      prints only the currently marked BLOCK.  Pagination is disabled, 
  632.             and no final formfeed is sent; you may have to eject the page.
  633.   (FILENAME)  redirects printer output to a disk file.  All print control 
  634.             codes will go into the file just as they would have been sent to 
  635.             your printer.  If you want to append the output to an existing 
  636.             file, type a "+" before the name: (+FILENAME).
  637.        A      ADDRESSES an envelope; see ENVELOPES.
  638.        P      PAUSES for your keystroke before each page prints (sheet feed).
  639.        ^      FILTERS control codes (like ^X) so they print out as text "^X".
  640.        D      DOUBLESPACES the printout.
  641.      '...'    sends an additional string of printer initialization commands 
  642.             before printing begins.
  643.  
  644.               EXAMPLE 1:      Options:  "<STATUS REPORT: ^D" N F
  645.     will put a header like "STATUS REPORT: 10/19/90" at the top left of each 
  646.     page, and the page number at the top right (vice versa on even pages).
  647.               EXAMPLE 2:      Options:  L12 #1
  648.     will print one page only, with an added left margin of 12.  (Printing a 
  649.     single page is a good check of page layout before going ahead to print a 
  650.     long file.  To continue at page two, use Options: @2.)
  651.               EXAMPLE 3:      Options:  BD(+SCRATCH)
  652.     will append the print output of the current marked Block, double spaced, 
  653.     to the disk file SCRATCH.
  654.  
  655.          ABOUT PAGINATION:  If you set the page length to 0 (see ^OP) or 
  656.     select the 'B' option to print only a block, the output will NOT be 
  657.     paginated by VDE -- that is, data will be sent to the printer in a 
  658.     continuous stream, and the printer will break pages when it considers them 
  659.     full.  No headers or page numbers will be printed; in fact, none of the 
  660.     options @,=,#,O,E,F,N,C,S,T,P,"...", which involve page numbering, are 
  661.     allowed with 'B'.  If for some reason you do want paginated printing of a 
  662.     block only, you must cut and paste it to a new file (see AltC,P), and 
  663.     print it as a separate file.
  664.  
  665.          ABOUT MARGINS: A left margin that is part of a document's format (via 
  666.     ^OL, etc) affects the file text but not placement of headers or page 
  667.     numbers.  Left margin settings external to the text ("Lnn", or printer 
  668.     driver default) shift the entire printout to the right, including headers 
  669.     and page numbers.  Because these settings are also in columns, their 
  670.     physical width will vary according to the font in use; you will get more 
  671.     consistent results if you use your printer's absolute left margin setting 
  672.     feature (see PRINTER INSTALLATION).
  673.  
  674.          ABOUT INITIALIZATION:  Codes '...' must be entered as actual 
  675.     characters or control codes, not digits.  If the command is "Esc A" (1B 41 
  676.     hex), press quote, ^P, [Esc], A, quote.  To enter a quote mark (27 hex), 
  677.     double it ('').  (Some control codes, including Esc, must be entered with 
  678.     the ^P prefix; see PROMPTS.  Codes 00-1F are entered as ^A, ^B, etc.  You 
  679.     may find an ASCII table helpful; see VINST.REF.)  An empty string ('') can 
  680.     be used to skip the driver's usual initialization, and can be followed 
  681.     (after a space) by another string '...' to use instead.
  682.  
  683.          OTHER NOTES:  Options 'C' and 'N' cannot be used together.
  684.          If you are in /W or /S file mode, any WordStar dot commands in the 
  685.     file (lines beginning with ".") will not be printed.
  686.          You can cancel printing at any time by pressing [Esc], or pause by 
  687.     pressing any other key (press a key again to resume).
  688.  
  689. PROPORTIONAL SPACING (^OK) -  Normally VDE assumes a fixed pitch font: one 
  690.     character equals one print column.  Yet if your printer has a proportional 
  691.     font, you can get VDE to use it, and to format text so that it will print 
  692.     with more appropriate margins.  Use ^OK to toggle proportional mode on and 
  693.     off.  When on, you will see "PS" in the header; all wordwrap and 
  694.     reformatting (^B,^OC,^OF) will take advantage of a table of varying 
  695.     character widths, for a better aligned printout, though line lengths may 
  696.     look uneven on screen; and when you print, a proportional font will be 
  697.     selected.
  698.          In proportional mode, the right margin needs to be interpreted in 
  699.     inches rather than characters, based on a conversion of 10 cpi, so that a 
  700.     right margin (^OR) of 70 means 7.0".  (Note: characters may extend well 
  701.     beyond the 70th column.)
  702.          Mixing proportional and fixed print in the same document is a little 
  703.     tricky.  You must install and use a print (^P) toggle or switch to 
  704.     alternate between the two fonts, type or format the fixed pitch parts with 
  705.     ^OK off, the proportional parts with ^OK on (and appropriately altered 
  706.     margins), and then print with ^OK off.
  707.          [See PRINTER INSTALLATION to install codes for proportional mode on 
  708.     your printer, and CHARACTER WIDTHS to adjust the width table.]
  709.  
  710. PROTECTED MODE (^KO) -  When you want to view a file without accidentally 
  711.     modifying it, you can engage protected mode with ^KO: the flag "R/O" (for 
  712.     Read/Only) shows in the header, and any command that would modify the file 
  713.     will be rejected as an "Invalid Key".  To disengage, use ^KO again.
  714.          If you load a file with the DOS R/O attribute, protected mode will 
  715.     engage automatically, and the ^KO command will not be able to disengage 
  716.     it.  The text cannot be modified with VDE, unless you first rename it 
  717.     (^KE) to a new filename.
  718.  
  719. REFORMAT ([Enter],^B;^OB) -  In documents, pressing [Enter] creates a 
  720.     permanent or "hard" Carriage Return marking the end of a paragraph.  (This 
  721.     is a CR without a preceding space; wordwrap creates a removable "soft CR", 
  722.     preceded by a space.  See TEXT FORMATTING.)
  723.            ^B reformats the paragraph the cursor is in according to the 
  724.     current margin settings and line spacing.  (Thus ^B is used not only to 
  725.     reshape a paragraph after editing, but also to change its format in 
  726.     various ways: see MARGINS, JUSTIFICATION, LINE SPACING.)  If the top line 
  727.     is indented relative to the next one, VDE preserves that as paragraph 
  728.     indentation.  To reformat an entire file use the MACRO command (Esc[) to 
  729.     repeat ^B.  (See also AUTO FORMAT.)
  730.          ^OB toggles hard CR/TAB display.  In document modes, these are 
  731.     normally marked by left-arrow or double-arrow characters, to distinguish 
  732.     them from soft CRs and spaces; but if you find this distracting, you can 
  733.     turn them off.
  734.  
  735. RULER LINE (^OT) -  To help you align text properly, ^OT displays a "ruler 
  736.     line" above the text.  Type ^OT again to remove it.  A moving pointer 
  737.     indicates the current column.
  738.          In each column you will see one of several symbols: the arrow "v" is 
  739.     the cursor column; "L,R" designate the current margins; "." indicates 
  740.     areas outside the current margins, "-" within them.  Also, tab stops are 
  741.     marked by either "!" (Variable) or ":" (Hard).  Examples:
  742.         (/D mode)      L-----!---!----------v--!--------------R........
  743.         (/N mode)      :.......:.......:....v..:.......:.......:.......
  744.  
  745. RUN COMMAND/SHELL (AltR) -  AltR lets you run DOS commands without leaving 
  746.     VDE.  An imitation DOS prompt is produced (e.g., "C:\WORK>"); you can copy 
  747.     or rename files, or run any other program you like, and afterwards VDE 
  748.     will prompt you to "Press [Esc]", which will return you to your undis- 
  749.     turbed VDE editing session.
  750.          In addition, you may simply hit [Enter], which lets you out into what 
  751.     is known as a Command Shell: you are actually back IN DOS, and can use any 
  752.     number of commands or move around as you like; when through, you need to 
  753.     type the DOS command EXIT to return to VDE.
  754.          Caution: don't load new memory-resident utilities from within the 
  755.     AltR command; this fouls up the DOS memory allocation.
  756.          To use AltR, you must have enough free memory to load and run the 
  757.     chosen program; and VDE must be able to find COMMAND.COM in order to 
  758.     execute it, via the COMSPEC environment variable.  Be sure either that 
  759.     your AUTOEXEC.BAT file includes a line like
  760.                         SET COMSPEC=C:\COMMAND.COM
  761.     or that your CONFIG.SYS file includes a line like
  762.                         SHELL=C:\COMMAND.COM C:\ /P
  763.     (In either case replace "C:\" with the appropriate directory.)
  764.  
  765. SAVE/EXIT (^KE,^KS,^KX,^KD,^KQ) -  ^KE renames your work, allowing you to 
  766.     change the filename (including directory) to which it will be saved, 
  767.     and/or the filemode governing its format.  At the prompt you can enter a 
  768.     new filename, a new directory, a new mode, or any combination of these.  
  769.     You can make your work "untitled" by pressing ^[Enter] (or ^J) at the 
  770.     prompt.  (See PROMPTS for other control key usage.)
  771.          ^KS Saves your work so far, writing the file to disk under the 
  772.     filename in the header.  (If it's "untitled", a new name will be 
  773.     requested.)  If the file has not been modified, you will be prompted to 
  774.     confirm that you meant to save it again anyway.  For safety, when you save 
  775.     changes to an existing file, a copy of the previous version is preserved 
  776.     as a BACKUP FILE (with the same name, but extension ".BAK").  If you 
  777.     decide to abandon your latest changes, you can recover the old version 
  778.     from the BAK file.  [You can choose not to maintain BAK files, if you 
  779.     prefer; see VINST, OPTIONS.]
  780.          There are several different commands for finishing up:
  781.        ^KX eXits, saving your work (if modified).
  782.        ^KD (Done) saves your work, then loads a new file to edit.
  783.        ^KQ just Quits, without saving to disk.  If the file has been modified, 
  784.     you will be prompted to confirm that you meant to do this!
  785.  
  786. SCREEN CONTROLS (^W,^Z; Alt[^,v,<,>]; ^OE,^OZ) -  VDE provides a number of 
  787.     commands to control the display screen:
  788.          ^W and ^Z scroll the screen up and down a line at a time, without 
  789.     moving the cursor in the text (unless necessary).
  790.          Used with [Alt], any arrow key also causes the screen to scroll: 
  791.     up/down by 1/3 screen, or right/left 32 columns.  Again, the cursor is not 
  792.     moved unless necessary.  (The screen cannot shift rightward past the end 
  793.     of the current line.)
  794.          ^OE makes the current line the top of the screen.
  795.          ^OZ temporarily blanks the entire screen: for avoiding CRT burn-in, 
  796.     or just protecting work from prying eyes or fingers.  Restore the screen 
  797.     by pressing [Esc].  This is also useful if some other software (like a 
  798.     memory-resident utility) has messed up the screen: type ^OZ,Esc and VDE 
  799.     will completely restore it.
  800.  
  801. SCREEN SIZE (AltA,AltE) -  VDE automatically adapts to any size text screen 
  802.     currently in use (minimum: 40 columns, 8 lines).  This means that VDE 
  803.     supports nonstandard screen sizes (like 96 or 132 columns) provided by 
  804.     some PC video systems; it will run on laptop/palmtop computers with 
  805.     smaller displays; and visually impaired users can use the DOS command MODE 
  806.     40 to edit with a 40 column large-type screen.  When running with fewer 
  807.     than 80 columns, VDE omits most toggle indicators from the header, and 
  808.     truncates the function key labels; also, some menus remain in 80-column 
  809.     format, and can be scrolled horizontally by pressing the [<,>] keys while 
  810.     they are on screen.
  811.          You can use your own software (like the popular UltraVision program, 
  812.     or any utilities that may have come with your video adapter card) to 
  813.     change the font or screen size (lines,columns) before running VDE, or even 
  814.     while editing (via the AltR command).  VDE also offers two internal 
  815.     commands to vary screen size:
  816.          AltA changes the screen width, toggling between normal (80-column) 
  817.     mode and wide (132-column) mode.  It can be used alone, or in combination 
  818.     with AltE.  This command works ONLY with certain brands of video cards 
  819.     which offer 132 column displays [see INSTALLATION to specify yours], or if 
  820.     you are running UltraVision with a card that supports its 132 column mode.
  821.          AltE changes the screen length (number of text lines displayed).  In 
  822.     standard 132-column modes it simply toggles between the normal 25-line and 
  823.     50-line (VGA; 43 for EGA) text.  But when possible, it displays a prompt 
  824.     offering a wider range of sizes:
  825.                     Standard VGA - 20,25,28,33,40,50,57 lines  (80 cols)
  826.                              EGA - 17,25,29,35,43,50
  827.             with UltraVision VGA - 25,34/36,50/53,60/63 lines  (80/132 cols)
  828.                              EGA - 25,34,43,60
  829.     You can select a letter code A-G, or [Enter] for your default value [which 
  830.     can be changed with VINST].  Larger characters are easy on the eyes; 
  831.     smaller ones can pack more text into one screen.
  832.          NOTE: Under DESQview, you must use its "Rearrange:Video" menu 
  833.     selection to change text sizes; VDE's own commands will not work.
  834.  
  835. SPELLING CHECK (AltH,AltJ) - For registered users who have the spelling 
  836.     checker, AltH will check spelling of the word at the cursor, and AltJ will 
  837.     go through the document beginning at the word after the cursor.  See the 
  838.     VDESPELL.DOC file that comes with the speller for complete instructions.
  839.  
  840. SPLITTING FILES (AltS) -  If you encounter a text file that is too large for 
  841.     VDE to load and edit, you can divide it into manageable chunks with the 
  842.     Split command.  You will be prompted for the name of the file to split; 
  843.     VDE will divide it in pieces whose names have a number added at the end of 
  844.     the file name.  Example: BIG.DOC will split into BIG1.DOC, BIG2.DOC, etc, 
  845.     each of which you can edit separately.  After 9, the numbers continue with 
  846.     letters A..Z.  (The original file also remains on disk.)
  847.          If necessary, the files can later be reassembled into one with the 
  848.     DOS COPY command, for example:  COPY BIG1.DOC+BIG2.DOC BIG.DOC.
  849.  
  850. TABS ([Tab],Shft[Tab]; ^OV,^OI,^ON; ^PI,Alt[Tab]) -  There are two tab modes, 
  851.     Variable and Hard; ^OV toggles between them.
  852.          In Hard Tab mode (the default for nondocuments), the [Tab] key 
  853.     produces an actual ^I (ASCII 09) character, which will overwrite the 
  854.     character at the cursor or, if Insert is on, insert before it.  Hard Tabs 
  855.     produce indents at fixed intervals [normally 8 columns; optionally 4 or 
  856.     16], and display as a bidirectional arrow in document modes.
  857.          In Variable Tab mode (the default for documents), the [Tab] key moves 
  858.     to the next tab stop set.  In Overwrite mode, the cursor moves over any 
  859.     existing text; in Insert mode, spaces are inserted into the text.  In 
  860.     either case, spaces are added at the end of a line if needed.
  861.          Up to sixteen tab stops may be set with ^OI, or cleared with ^ON; the 
  862.     defaults are in columns 6, 15, 35, and 55.  [These can be changed.]  Both 
  863.     commands prompt for a list of column numbers, or you can press [Enter] for 
  864.     the cursor column.  The Set command ^OI also accepts two options, both of 
  865.     which replace all previous tab settings:
  866.               @nn           Set tabs every "nn" columns
  867.               #n1,n2,...    Set tabs to columns "n1,n2,..." ONLY
  868.     You can simply clear all variable tabs by typing ^ON followed by "*".
  869.          The Shft[Tab] command tabs backwards (left to the previous stop), 
  870.     useful for moving around in tables, etc.
  871.          You can always get a Hard Tab with ^PI, or a Variable Tab with 
  872.     Alt[Tab], no matter which tab mode you are in.
  873.  
  874. TIME/DATE (AltT,AltD) -  VDE can read the DOS system clock and insert the 
  875.     current time and date in your file automatically.  Just press AltT for the 
  876.     Time, or AltD for the Date.  The string will appear at the current cursor 
  877.     location, as though you had typed it in yourself: for example,
  878.               1:21 PM            [or 13:21 -- VINST selects the format]
  879.               January 15, 1988   [or 1/15/88, 15 January 1988, 15.1.88]
  880.  
  881. UNDELETING (^U) -  The undelete function can be used to recover accidentally 
  882.     deleted text or overstruck characters.  The lost text will be replaced at 
  883.     the current cursor location.  ^U may be used repeatedly to undo a sequence 
  884.     of deletions, recovering each character, word, or line in order.  (Once 
  885.     all deleted text is restored, ^U does nothing.)
  886.          Exception: block deletions cannot be recovered sequentially, they 
  887.     must be undeleted immediately (before any other deletion occurs).
  888.          Undeletion can also be used as a sort of quick-and-dirty block move.  
  889.     For example, if the cursor is at the start of a word, the commands ^T^F^U 
  890.     (which of course can be assigned to a function key) will swap that word 
  891.     with the one following it.  Similarly, ^Y^X^U will swap two lines.
  892.  
  893. UPPER/LOWER CASE (^^; ^K",^K',^K^) -  ^^ (Ctrl-caret or 6) reverses the case 
  894.     of the character at the cursor, if it was a letter, and moves to the next.
  895.          The ^K^ (^K-caret) command reverses all text in a marked block (see 
  896.     BLOCK COMMANDS); ^K" makes all text in the block uppercase, ^K' lowercase.
  897.  
  898. WINDOWS (^OW; AltW,AltF; ^[PgUp,PgDn]) -  VDE can split the screen into two 
  899.     windows, showing either two parts of the same file or two different files.  
  900.     In either case, AltF moves the cursor back and forth between the two 
  901.     windows.  ^[PgUp] and ^[PgDn] scroll BOTH windows in synchronization.
  902.         ^OW is used within a SINGLE file; it creates a second window 
  903.     (originally a duplicate of the first, of course) in which you can move to 
  904.     and view or edit another location in the file at the same time.  (Note: 
  905.     any modifications made to the file will not be reflected in the inactive 
  906.     window until you return to it.)  Type ^OW again to undo windowing.
  907.         AltW splits the screen Window between two DIFFERENT files being 
  908.     edited, showing you both at once (note the different filename in the 
  909.     second window).  Type AltW again to undo.
  910.  
  911.  
  912. =====================  7. REVIEWS / ABOUT THE AUTHOR  ========================
  913.  
  914.  
  915.                    A sampling of recent comments about VDE:
  916.  
  917.        "VDE is a word-processing program for people who like their 
  918.     programs lean, mean and simple... executes all the standard 
  919.     operations necessary for writing articles, books or screenplays... 
  920.     blazingly fast... Even the loading and storing of files is speedy."     
  921.               - Paul Ciotti, Los Angeles Times Magazine (18 March 1990)
  922.  
  923.        "This may be the finest piece of word processing code ever 
  924.     written.  I have never been as impressed with anything as I have with 
  925.     VDE 1.5... writing software in 100 percent assembly language still 
  926.     pays off in performance and reduced code size.  It's an astonishing 
  927.     product, believe me.  It's more than the perfect laptop word 
  928.     processor.  Actually, it's something that corporations should 
  929.     consider if they want to save tens of thousands of dollars...  I 
  930.     cannot give a higher recommendation for any product that I have seen 
  931.     in ten years than I can for VDE 1.5.  Top recommendation."
  932.               - John Dvorak, PC Magazine (24 April 1990)
  933.  
  934.        "What fascinated Dvorak was not just the astonishing functionality 
  935.     achieved with very little programming code, but also the attitude -- 
  936.     and implications -- of the author who circulated it freely asking 
  937.     only for a modest sum for site licenses...  VDE is an amazing word- 
  938.     processor, offering almost everything except the layout and document 
  939.     processing features found in far fatter programs... it supports the 
  940.     old WordStar command set... ergonomically the most efficient I've 
  941.     ever learned."
  942.               - Colin Brace, Language Technology/Electric Word (July/Aug 1990)
  943.  
  944.        "I've used various versions of WordStar, WordPerfect, and Wang 
  945.     IWP.  I wouldn't trade my copy of VDE for shrink-wrapped sets of the 
  946.     latest versions of all of these.  I congratulate you both on the 
  947.     quality of your program and on your policy in making it available..."
  948.               - K.N., registered VDE user (August 1991)
  949.  
  950.  
  951.      As of Spring 1992, VDE can be found in "Dvorak's Top 30", a boxed 
  952. collection of shareware applications published by Interplay Productions, 
  953. available in retail stores.  It is also included on-disk with the book 
  954. "Dvorak's Inside Track to DOS and PC Performance" by John Dvorak and Nick 
  955. Anis, published by Osborne/McGraw-Hill.
  956.  
  957.  
  958.                                ABOUT THE AUTHOR
  959.  
  960.      Eric Meyer has also written the shareware ZIP serial file transfer 
  961. program and a number of free utilities for IBM PC compatibles.  He holds an 
  962. A.B. in physics and a Ph.D. in history and philosophy of science, and has 
  963. taught at the Universities of Indiana, Oklahoma, and Colorado.  A longtime 
  964. advocate of microcomputers, he has done programming in HP-41, Z80 assembler, 
  965. BASIC, FORTRAN, LISP, C, and APL; lately he has been working mostly in 8086 
  966. assembler.  In a period of escalating software complexity and prices, he still 
  967. believes that useful, inexpensive software should remain available to computer 
  968. users worldwide.
  969.  
  970.  
  971. ================================[end VDE.REF]=================================
  972.