[MIVAXLUG.TPU_PLUS] Technical work done by: W. Geoff Braynt / Applicon Documentation and DECUS submission by: James B. Fischer / MIVAXLUG This submission required VMS 4.2 or later. Several features have been added to the EDT interface to TPU. These features include split screen editting, learn mode for defining keys, centering text, and the display of characters that are not normally displayed. Much of the inspiration for these enhancements came features in the EVE interface. There is an optional enhancement that changes the definition of a 'word' in the editor. Rather than simply skipping to the next whit space, the change will cause words to be broken at most punctuation marks as well. This is optional since it will cause a significant difference for tradition EDT users. New_Key_Definitions CTRL/B - Toggle between one/two windows GOLD CTRL/B - Open a reference file in top window GOLD UP_ARROW - Move to top window GOLD DOWN_ARROW - Move to bottom window GOLD W - Adjust relative window sizes CTRL/K - Start a learn sequence for a key CTRL/R - Finish a learn sequence GOLD C - Center a line of text GOLD T - Converts control characters to text DO - Execute a TPU command PF2 - Display this help GOLD V - Display TPU version number Refer to the help text for more information. I N S T A L L A T I O N FILES ===== AAAREADME.TXT This text BUILDTPU.COM Command file meant to be used once to build and install these enhancements. EDTSECINI_PLUS.HLP A short help file used from inside the editor. This file should be placed in TPU$LIBRARY (see note on logical names). EDTSECINI_PLUS.TPU The source of the enhancements. RUNTPU.COM A command file that make it easy to run the new version of TPU (see note on symbols and logical names). This command procedure will 'remember' the the last file editted. So, the command "TPU" (no file specification provided) will edit the same file as last time. TPU_PLUS.HLP A longer help file meant for DCL HELP. LOGICAL NAMES ======= ===== TPU$LIBRARY Should point to the place where the file EDTSECINI_PLUS.GBL and the help file EDTSECINI_PLUS.HLP are placed. If this logical is not desirable, then references to it must be modified. Refer to EDTSECINI_PLUS.TPU (one reference for the help file). Refer to TPU_PLUS.HLP to fix some documentation. TPU$PRIVATE A logical name that the user can define to point to a private TPU section and still use the RUNTPU command procedure. SYMBOLS ======= TPU == @TPU$LIBRARY:RUNTPU The symbol 'TPU' can, of course be any symbol you like. Reference to TPU$LIBRARY can be replaced by any appropriate library.