Enable Tabs command¶
Summary¶
Enables tabs to combine or disable tabs to separate all windows.
Description¶
Enables the tabs if disabled, or disables the tabs if already enabled. When the tabs are enabled, all currently open documents are displayed on a tab menu at the top of the window. Only one EmEditor icon will be displayed on the Windows Task Bar.
How to Run¶
Default Menu: Window > Enable Tabs
All Commands: Window > Enable Tabs > Enable Tabs
Toolbar:
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_WINDOW_COMBINE (4342)
Macros¶
[JavaScript]¶
editor.EnableTab = !editor.EnableTab;
[VBScript]¶
editor.EnableTab = Not editor.EnableTab