Next Logical Line command¶
Summary¶
Moves the cursor to the start of the next logical line.
Description¶
Moves the cursor to the start of the next logical line.
How to Run¶
Default Menu: None
All Commands: Edit > Move Cursor Vertically > Next Logical Line
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: CTRL+PAGE DOWN
Plug-in Command ID¶
EEID_NEXT_LOGICAL_LINE (4268)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4268);
[VBScript]¶
editor.ExecuteCommandByID 4268