Arrange in Descending Order command¶
Summary¶
Arranges in descending order.
Description¶
Arranges tabs in descending 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 > Descending Order
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_SORT_DESCENDING (4403)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4403);
[VBScript]¶
editor.ExecuteCommandByID 4403