Editors Switches List
This file contains alphabetical list of the valid Editors switches. An overview of switches can be found in Programming with Apex.
Amount of time (in seconds) to wait for a lock.
Editor to use when visiting objects.
Message types that abort the editor command. Same as APEX_ABORT_REACTION but for messages generated by editor commands.
Message types that cancel this editor operation, but continue with other, independent operations. Same as APEX_CANCEL_ REACTION but for messages generated by editor commands.
Use canonical prefix (date, time, symbols) on editor output messages regardless of the switches. Same as APEX_CANONICAL_ PREFIX but for messages generated by editor commands.
Type of editor messages to send to dialog boxes. Same as APEX_DIALOG_ ENABLED but for messages generated by editor commands.
Types of editor messages to send to dialog boxes. Same as APEX_DIALOG_ FILTER but for messages generated by editor commands.
Message types of editor error messages. Same as APEX_ERROR_ FILTER but for messages generated by editor commands.
Use the message window for editor messages of type error. Same as APEX_ERROR_ MESSAGE but for messages generated by editor commands.
Use the error window for editor messages of type error. Same as APEX_ERROR_ WINDOW but for messages generated by editor commands.
The amount of information to display for each editor message. Same as APEX_MESSAGE_ DETAIL but for messages generated by editor commands.
Options to use for another editor. This is only used if APEX_EDITOR is not blank.
The amount of information to display for each editor message. Same as APEX_OUTPUT_FILTER but for messages generated by editor commands.
Display editor output messages in the message window. Same as APEX_OUTPUT_MESSAGE but for messages generated by editor commands.
Title for output window. This string is set by the Apex software and changes as the contents of the output window changes. Same as APEX_OUTPUT_TITLE but for the editors.
Display editor output messages in the output window. Same as APEX_OUTPUT_WINDOW but for messages generated by editor commands.
Format for date in editor messages. Same as APEX_PREFIX_DATE_FORMAT but for messages generated by editor commands.
Format for date in editor messages. Same as APEX_PREFIX_LAYOUT but for messages generated by editor commands.
Format for time in editor messages. Same as APEX_PREFIX_TIME_FORMAT but for messages generated by editor commands.
APEX_EDITOR_SHORT_TITLES
Area:
|
Editors
|
Switch Kind:
|
Session
|
Type:
|
Boolean
|
Option:
|
No
|
Default Value:
|
False
|
Range:
|
True, False
|
Use a short form for window titles, when possible.
Normally, the full pathname is used for the title of windows.
When this switch is set the title will be limited to the subsystem,
view, and simple name components of the full pathname.
This compound-valued switch specifies which kind of object locking is used and what command, if any, to use when inquiring about process existence on remote machines. The named value 'Kind' can have values of 'Rational' or 'NFS'; if not specified or unrecognized, Rational locking is used. The named value 'Remote' can have values of 'rsh', 'on', or 'No_Remote'; if not specified or unrecognized, on is assumed.
Note: Set by installation. Do not change.
The editor and compiler should make syntactic corrections to the programs. When the value is False, corrections are made. When True, corrections are not made; you must make them.