Scroll Line Down command

Summary

Scrolls the document down by one line.

Description

Scrolls the document down 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 Down

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: CTRL+DOWN ARROW

Plug-in Command ID

EEID_SCROLL_DOWN (4171)

Macros

[JavaScript]

editor.ExecuteCommandByID(4171);

[VBScript]

editor.ExecuteCommandByID 4171