Select Line command¶
Summary¶
Toggles line selection mode.
Description¶
Toggles line selection mode. This command allows you to highlight multiple lines with the keyboard. Moving the cursor with the arrow keys will expand or contract the selection. Selecting the Copy command or the Cut command will end character selection mode.
How to Run¶
Default Menu: None
All Commands: Edit > Extend Selection > Select Line
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: CTRL+F8
Plug-in Command ID¶
EEID_SELECT_LINE (4154)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4154);
[VBScript]¶
editor.ExecuteCommandByID 4154