Jump command¶
Summary¶
Jumps to a specified line.
Description¶
This command displays the Jump dialog box. Specify a line number in the dialog box, and the document will jump to the line specified.
How to Run¶
Default Menu: Edit > Jump
All Commands: Edit > Advanced > Jump
Toolbar:
Status Bar: None
Default Keyboard Shortcut: CTRL+G
Plug-in Command ID¶
EEID_JUMP (4139)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4139);
[VBScript]¶
editor.ExecuteCommandByID 4139