Outline Menu

The Outline menu is available when a file is open in the editor. The menu contains the following commands:

Command (Shortcut)
Description
Move Left (Alt+Left)
Changes the indentation of the selected lines. Moves the current line, the selected lines, or the text cursor, if the current line is empty, to the left. If you shift the code to an invalid position in a script or include file, the invalid lines are marked with an X.
Move Right (Alt+Right)
Changes the indentation of the selected lines. Moves the current line, the selected lines, or the text cursor, if the current line is empty, to the right. If you shift the code to an invalid position in a script or include file, the invalid lines are marked with an X.
Transpose Up (Alt+Up)
Exchanges the current line or selected lines with the previous line.
Transpose Down (Alt+Down)
Exchanges the current line or selected lines with the next line.
Expand (Ctrl+'+')
Expands any collapsed sub-items (children) of the current line or of the selected lines.
Expand All (Ctrl+'*')
Expands all collapsed sub-items in the active window.
Collapse (Ctrl+'-')
Collapses any expanded sub-items of the current line or of the selected lines.
Collapse All (Ctrl+'/')
Collapses all expanded sub-items in the active window.
Comment (Alt+M)
This command Is available if the file in the active window is a 4Test script, an include file, or a plan file. Places a single-line comment, which is indicated by //, at the beginning of the current line or of the selected lines.
Uncomment (Alt+N)
This command is available if the file in the active window is a 4Test script, an include file, or a plan file. If a single line comment exists in the current line or in the selected line, this command removes the comment.