Tabs command¶
Summary¶
Shows or hides the tab mark.
Description¶
Shows or hides the tab mark. By default, EmEditor does not display tab marks (blue, right-facing arrow).
How to Run¶
Default Menu: View > Marks > Tabs
All Commands: View > Marks > Tabs
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_VIEW_TAB (4534)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4534);
[VBScript]¶
editor.ExecuteCommandByID 4534