Previous Node command¶
Summary¶
Moves the cursor to the previous node while outlining is displayed.
Description¶
Moves the cursor to the previous node while outlining is displayed. A plug-in for outlining is necessary to display outlining.
How to Run¶
- Default Menu: Edit > Outlining > Previous Node 
- All Commands: Edit > Outlining > Previous Node 
- Toolbar: None 
- Status Bar: None 
- Default Keyboard Shortcut: Alt+Up 
Plug-in Command ID¶
EEID_OUTLINE_PREV_NODE (4416)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4416);
[VBScript]¶
editor.ExecuteCommandByID 4416