Insert Line Above command¶
Summary¶
Inserts a new line above the current cursor position.
Description¶
Inserts a new line above the line the cursor is currently located in.
How to Run¶
Default Menu: Insert > Empty Line Above
All Commands: Insert > Empty Line Above
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: SHIFT+ENTER
Plug-in Command ID¶
EEID_LINE_OPEN_ABOVE (4195)
Macros¶
[JavaScript]¶
document.selection.LineOpen(true);
[VBScript]¶
document.selection.LineOpen true