WPS - EVE INSTALLATION SET ------------------------------------------------------------------------------ Below are the files included on this tape, with creation dates and file sizes. EVE.COM;1 10 8-MAR-1987 17:02 NEWCOMINI.TPU;1 1 29-AUG-1986 07:28 NEWMAKINI.TPU;1 1 29-AUG-1986 14:51 RULER.TXT;1 2 27-MAR-1987 07:10 TABTPUINI.TPU;1 1 23-JUL-1986 13:19 TEMPLATE.COM;1 2 8-MAR-1987 18:47 WPSSECINI.TPU;1 399 20-AUG-1987 05:45 WPSSECINI.TPU$SECTION;1 237 20-AUG-1987 05:42 WPS_EVE.LIS;1 163 31-AUG-1987 09:01 Total of 10 files, 817 blocks. All files should be moved to SYS$SHARE and given protection of WORLD:RE to allow all users access. Following is a description of each file. EVE.COM - Master command file used to start up the editor. Includes special handling for editing the last file edited, editing new command files, recovering from an aborted edit session, etc. NEWCOMINI.TPU - Initializing tpu command file used when new file edited has a file type of .COM; will read in to buffer SYS$SHARE:TEMPLATE.COM to standardize a template for new command files. NEWMAKINI.TPU - Same as above, but used for MAKE files (part of SOURCETOOLS change control software). RULER.TXT - Text file used for GOLD-RULER function, read into RULER buffer at startup of edit session. TABTPUINI.TPU - Used to modify tab key at startup of edit session to insert four spaces instead of tab character. Invoked by using parameter "DEFINE_TAB" as P1 when typing command line (See EVE.COM internal code). COBOL programmers seem to like this. See also GOLD-TAB function below to perform same modification on the fly during an edit session. TEMPLATE.COM - Command file template read into main buffer when creating a new command file. WPSSECINI.TPU - Master tpu command file used to create section file. To recompile, type in the following command: $ EDIT/TPU/NOSECTION/COMMAND=disk:[directory]WPSSECINI.TPU A new section file will then be created that should be moved to SYS$SHARE:. WPSSECINI.TPU$SECTION - A compiled version of WPSSECINI.TPU. WPS_EVE.LIS - Our internal EVE editor manual. Note that the following are keys that are not documented in the manual: GOLD-PF2 Paginate text (Insert form feed after 54 lines) GOLD-RIGHT ARROW Shift right GOLD-LEFT ARROW Shift left GOLD-UP ARROW Previous Screen GOLD-DOWN ARROW Next Screen GOLD-TAB Change TAB key to insert four spaces (Toggle) GOLD-R Display ruler above current line (Hit any key to continue with edit session). This file should be printed on any line/draft printer to review.