Auto Arrange command

Summary

Arranges tabs automatically.

Description

If this command is checked, EmEditor arranges tabs automatically.

How to Run

  • Default Menu: None

  • All Commands: View > Arrange Tabs by > Auto Arrange

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_AUTO_SORT (4404)

Macros

[JavaScript]

editor.ExecuteCommandByID(4404);

[VBScript]

editor.ExecuteCommandByID 4404