Move Next command¶
Summary¶
Moves the current document to the next tab position.
Description¶
Moves the current document to the next 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 Next
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_MOVE_NEXT (4382)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4382);
[VBScript]¶
editor.ExecuteCommandByID 4382