Next Node command

Summary

Moves the cursor to the next node while outlining is displayed.

Description

Moves the cursor to the next node while outlining is displayed. A plug-in for outlining is necessary to display outlining.

How to Run

  • Default Menu: Edit > Outlining > Next Node

  • All Commands: Edit > Outlining > Next Node

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: Alt+Down

Plug-in Command ID

EEID_OUTLINE_NEXT_NODE (4415)

Macros

[JavaScript]

editor.ExecuteCommandByID(4415);

[VBScript]

editor.ExecuteCommandByID 4415