All Commands command¶
Summary¶
Displays all commands.
Description¶
Displays a pop-up menu with all available EmEditor commands.
How to Run¶
Default Menu: Tools > All Command
All Commands: Tools > All Command
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_ALL_COMMANDS (4267)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4267);
[VBScript]¶
editor.ExecuteCommandByID 4267