EOF command¶
Summary¶
Shows or hides the end of file mark.
Description¶
Shows or hides the end of file mark. By default, EmEditor displays the EOF mark (blue, left-facing arrow).
How to Run¶
Default Menu: View > Marks > End of File
All Commands: View > Marks > End of File
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_VIEW_EOF (4533)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4533);
[VBScript]¶
editor.ExecuteCommandByID 4533