Arrange in Ascending Order command¶
Summary¶
Arranges in ascending order.
Description¶
Arranges tabs in ascending order. If the Auto Arrange command is checked, tabs will be rearranged by the specified order. If the Auto Arrange command is not checked, tabs will not be rearranged until the arrange order is specified next time.
How to Run¶
Default Menu: None
All Commands: View > Arrange Tabs by > Ascending Order
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_SORT_ASCENDING (4402)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4402);
[VBScript]¶
editor.ExecuteCommandByID 4402