Enable Tabs - On command¶
Summary¶
Enables tabs to combine all windows.
Description¶
Enables the tabs to combine all windows. If the tab is already displayed but documents are grouped, this command will combine all groups. 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: None
All Commands: Window > Enable Tabs > Enable Tabs - On
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_WINDOW_COMBINE_ON (4407)
Macros¶
[JavaScript]¶
editor.EnableTab = true;
[VBScript]¶
editor.EnableTab = True