Delete Lines command¶
Summary¶
Deletes the selected lines or the current line.
Description¶
Deletes the selected lines or one logical line at the cursor.
How to Run¶
Default Menu: None
All Commands: Edit > Delete > Delete Lines
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: CTRL+SHIFT+L
Plug-in Command ID¶
EEID_DELETE_LINE (4190)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4190);
[VBScript]¶
editor.ExecuteCommandByID 4190