Arrange by Type command¶
Summary¶
Arranges tabs by type.
Description¶
Arranges tabs by type. If the Auto Arrange command is checked, this command is called each time when a file is opened or saved as a name, and automatically arranged. If the Auto Arrange command is not checked, this command is called once.
How to Run¶
Default Menu: None
All Commands: View > Arrange Tabs by > Type
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_SORT_TYPE (4399)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4399);
[VBScript]¶
editor.ExecuteCommandByID 4399