Syntax Check command¶
Summary¶
Check syntax of the current document and shows the results.
Description¶
Check syntax of the current document and shows the results.
How to Run¶
Default Menu: None
All Commands: Edit > Syntax Check
Toolbar:
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_CSV_VALIDATE (3990)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3990);
[VBScript]¶
editor.ExecuteCommandByID 3990