Dictionary command
Summary
Selects this dictionary to check spelling (multiple items).
Description
Selects this dictionary to check spelling.
How to Run
- Default Menu: Edit > Spelling > Dictionaries > (Dictionaries)
- All Commands: Edit > Spelling > Dictionaries > (Dictionaries)
- Toolbar: None
- Status Bar: None
- Default Keyboard Shortcut: None
Plug-in Command ID
- From EEID_SELECT_DICTIONARY through EEID_SELECT_DICTIONARY + 255 (from 22016 through 22016 + 255)
Macros
[JavaScript]
editor.ExecuteCommandByID(22016 + i); // i is an integer from 0 through 255
[VBScript]
editor.ExecuteCommandByID 22016 + i ' i is an integer from 0 through 255
Send feedback on this topic to Emurasoft