Is there a way to have the Spellcheck work in realtime, like in a word processor? Currently I have to manually run it.
Also, is there a way to add languages? I require en_GB.
Thanks
Live for an ideal and leave no place in the mind for anything else.
I managed to install the en_GB-ise dictionary, though I had to rename to en_GB for it to be detected.
I installed it into the py directory: CudaText\py\cuda_spell_checker\enchant_x64\data\share\enchant\hunspell\
Is that the correct place? Or should it be in the CT user settings folder?
Live for an ideal and leave no place in the mind for anything else.
Additional dicts:
all I know is the info we have in the py/cuda_spell_checker/readme/readme.txt.
'Additional dictionaries' topic there.
This should be enough or not?
Checking in real-time:
maybe it is possible to add to plugin, but I left this addtional work for someone else. API allows to detect which lines were changed on last editing:
* PROP_LINE_STATES_UPDATED: list of bool: list of "updated" flags for all lines, each flag shows that its line was added/changed since the last clearing of this "updated" flag.
Downside: it will slow down the usual text editing maybe.