Scroll Line Up command¶
Summary¶
Scrolls the document up by one line.
Description¶
Scrolls the document up by one line. However, the window scrolls two lines if the Double Line Scroll check box is checked on the Scroll page in the Configuration Properties dialog box.
How to Run¶
Default Menu: None
All Commands: Window > Scroll > Line Up
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: CTRL+UP ARROW
Plug-in Command ID¶
EEID_SCROLL_UP (4170)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4170);
[VBScript]¶
editor.ExecuteCommandByID 4170