Open 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: None
- All Commands: Edit > Insert
> Open 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
Send feedback on this topic to Emurasoft