EVE$HELP.HLB  —  EXTEND_EVE
  EXTEND EVE

  Compiles one or more TPU procedures to extend the editor (same as the
  EXTEND TPU command).

  Steps:

     1.  Put the procedures you want to compile into an EVE buffer---for
         example, by getting a command file (.TPU).

     2.  Use EXTEND EVE and specify a procedure name (see examples below).

  Examples:

     Commands             Effects
     ----------------------------------------------------------------------
     EXTEND EVE myproc    Compiles a procedure named MYPROC in the current
     TPU myproc           buffer. To execute the compiled procedure, use the
                          TPU command and specify the procedure name.

     EXTEND EVE *         Compiles all the procedures in the current buffer
                          ---same as the EXTEND ALL command.

  Usage notes:

  o  Procedure names are not case-sensitive (you can use uppercase,
     lowercase, or mixed case). Also, you can abbreviate the procedure name.
     If more than one procedure name matches your request, EVE shows a list
     of the matching names for you to choose from---see help on Choices
     Buffer.

  o  To compile the procedure that the cursor is on, without having to type
     its name, use EXTEND THIS. For a sample procedure, see help on Command
     Files.

  o  Compiler messages appear in the message window at the bottom of the EVE
     screen. To view all the messages, use the command BUFFER MESSAGES. For
     more information, see help on Message Buffer.

  o  To save save your compiled procedures for future editing sessions, use
     SAVE EXTENDED EVE to create a section file---see help on Section Files.

  Related topics:

     EXTEND ALL     EXTEND THIS     SAVE EXTENDED EVE     TPU
Close Help