Move Previous command

Summary

Moves the current document to the previous tab position.

Description

Moves the current document to the previous tab position. You can use this command to change the document order as it appears in the tab bar. Alternatively, you can drag a tab to the desired position on the tab bar.

How to Run

  • Default Menu: None

  • All Commands: Window > Document Navigation > Move Previous

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_MOVE_PREV (4383)

Macros

[JavaScript]

editor.ExecuteCommandByID(4383);

[VBScript]

editor.ExecuteCommandByID 4383