Spell checker
MUSHclient has an inbuilt spell checker (supplied as a separate DLL file).

You can use this in various ways:


  • Spell check each command automatically before it is sent

  • Spell check commands on request (by keystroke or menu option)

  • Spell check arbitrary text from scripting

  • Spell check the command window on request from scripting



See Also ...

Command

CMD_ID_EDIT_SPELLCHECK SpellCheck (Spell checks the command in the command window)

Dialogs

DLG_NEWLEXDLG New Spell-Check Dictionary
DLG_IDD_SPELLCHECK_DIALOG Spell Check

Functions

FNC_AddSpellCheckWord AddSpellCheckWord (Adds a word to the user spell check dictionary)
FNC_SpellCheck SpellCheck (Spell checks an arbitrary string of text)
FNC_SpellCheckCommand SpellCheckCommand (Spell checks the text in the command window)
FNC_SpellCheckDlg SpellCheckDlg (Spell checks an arbitrary string of text, invloking the spell-checker dialog)

(Help topic: general=spellcheck)

DOC_contents Documentation contents page