Select Logical Line command¶
Summary¶
Toggles logical line selection mode.
Description¶
Toggles logical 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 the selection mode.
How to Run¶
Default Menu: None
All Commands: Edit > Extend Selection > Select Logical Line
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_SELECT_LOGICAL_LINE (4437)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4437);
[VBScript]¶
editor.ExecuteCommandByID 4437