Select Ending of Lines command¶
Summary¶
Selects the ending of lines in the selection.
Description¶
Selects the ending of lines in the selection for vertical selection editing. These lines can then be edited simultaneously.
How to Run¶
Default Menu: Edit > Selection Mode > Select Ending of Lines
All Commands: Edit > Selection Mode > Select Ending of Lines
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_SELECT_END_LINES (3849)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3849);
[VBScript]¶
editor.ExecuteCommandByID 3849