Collapse Line command¶
Summary¶
Collapses the current line while the outlining is displayed.
Description¶
While the outlining is displayed, this command collapses the current line. It is the same effect as clicking the "-" button at the left side of a text line. A plug-in for outlining is necessary to display the outlining.
How to Run¶
Default Menu: Edit > Outlining > Collapse Line
All Commands: Edit > Outlining > Collapse Line
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_OUTLINE_COLLAPSE_LINE (4413)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4413);
[VBScript]¶
editor.ExecuteCommandByID 4413