Enables tabs to combine or disable tabs to separate all windows.
Enables the tabs if disabled, or disable 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.
editor.EnableTab = !editor.EnableTab;
editor.EnableTab = Not editor.EnableTab
Send feedback on this topic to Emurasoft