Page 1 of 1

Spellchecker handler

PostPosted: Thu Dec 03, 2015 10:42 am
by arvelius
Hello,

in my app I use a spellchecker (based on Hunspell) on several places like textboxes etc. and I would like to use it for spell checking in the cef html editor as well. I know that CEF supports spell checker, but I need some advanced functionality like switching the dictionary while running or support for custom dictionaries. I have solved this in my app, but it is not easy to integrate with cef...
Basically the only thing i need is some callback like bool isMisspelled(string word) which would be called for every word and a function like Browser.Recheck() forcing a recheck of the document (eg. after the spellcheck language changes)

Re: Spellchecker handler

PostPosted: Thu Dec 03, 2015 10:47 am
by magreenblatt
Sounds reasonable. Pull requests are welcome.