Toggle Status Bar command¶
Summary¶
Shows or hides the status bar.
Description¶
Shows or hides the status bar. The status bar is displayed on the bottom of the EmEditor window. The status bar indicates the current configuration, the current line, the current column, the current encoding, the overwrite mode ("OVR"), and the read-only mode ("READ").
How to Run¶
Default Menu: View > Status Bar
All Commands: View > Status Bar
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_VIEW_STATUS_BAR (4212)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4212);
[VBScript]¶
editor.ExecuteCommandByID 4212