Spelling Suggestion command
Summary
Selects this suggestion for the correct spelling (multiple items).
Description
Selects this suggestion for the correct spelling.
How to Run
- Default Menu: None
- All Commands: Edit > Spelling > (Spelling Suggestions)
- Toolbar: None
- Status Bar: None
- Default Keyboard Shortcut: None
Plug-in Command ID
- From EEID_SPELL_SUGGEST through EEID_SPELL_SUGGEST + 31 (from 8768 through 8768 + 31)
Macros
[JavaScript]
editor.ExecuteCommandByID(8768 + i); // i is an integer from 0 through 31
[VBScript]
editor.ExecuteCommandByID 8768 + i ' i is an integer from 0 through 31
Send feedback on this topic to Emurasoft