Default editor commands

The editor window is fully programmable through the use of an extensive editor command and parameter set. You can use commands and parameters to customize the editor window, search for or change text in your document, or perform many other functions.

Select a command from the list below to display complete reference information for that command.

Command Name Description

action Used to run an editor action.
add Adds one or more blank lines into the current file.
block Sets or manipulates a block of text.
compare Examines two documents for differences in their content.
delete Deletes one or more lines from the current file.
deleteText Deletes text from the current file.
expandAll Brings hidden lines back into view.
findText Finds and optionally replaces text in a document.
get Gets a file and inserts it after the current line.
help Returns help information on a requested command or parameter.
input Gets user input to use with an editor command.
insert Inserts a new line into the current document.
insertShow Inserts a new show element into the current document.
insertText Inserts text at the current cursor position.
load Loads or reloads a file.
locate Moves the cursor to a specified element, line, mark, sequence number, or sequence text.
parse Triggers the parser.
print Prints the current document.
processPrefix Processes prefix commands in the prefix area.
query Returns the setting of a parameter.
replaceText Replaces text at the current cursor position.
resequence Resequences sequence numbers in a document.
save Saves the contents of the current editing window into a file.
screenShow Forces all document views to be refreshed.
set Assigns a value to an editor parameter.
sort Sorts editor elements.
undo Used to undo one or more sets of document changes.
updateProfile Updates selected editor parameters as they apply to a document view.

In addition, the following short commands can be issued from the editor command line:

Short command Description

/text Find the next occurrence of the specified text.
-/text Find the specified text searching backwards from the current position.
'text Find the next occurrence of the specified text. The search is a case-sensitive search.
-'text Find the specified text searching backwards from the current position. The search is a case-sensitive search.
:lineNumber Locate the specified line. lineNumber must be a positive integer.
lineNumber Locate the specified line. lineNumber must be a positive integer.


Editor commands, actions, and parameters


Editor parameters