class Highlighter |
|
The Sonnet Highlighter |
|
|
|
Emitted when as-you-type spell checking is enabled or disabled.
description - is a i18n description of the new state, with an optional reason |
|
|
|
|
|
|
Returns the state of spell checking.
Returns true if spell checking is active See also setActive() |
|
originalWord - missspelled word
suggestions - list of word which can replace missspelled word |
|
|
Enable/Disable spell checking.
If active is true then spell checking is enabled; otherwise it is disabled. Note that you have to disable automatic (de)activation with setAutomatic() before you change the state of spell checking if you want to persistently enable/disable spell checking. active - if true, then spell checking is enabled See also isActive(), setAutomatic() |
|
|
|
|
|
|
|
|