Hi
seems i should disable automatic detection of files to include in
build, since unfinished experiments end up in there often:(
See
https://github.com/ajaxorg/ace/tree/spellcheck for finished version.
Including that file creates spellcheck option on the editor
https://github.com/ajaxorg/ace/blob/spellcheck/lib/ace/ext/spellcheck.js#L44
and after editor.setOption("spellcheck", true)
spelling suggestions will be shown in the browser context menu, but
since suggestions without highlighting are not useful, and typo.js can
provide suggestions as well, it's overall usefulness is very
questionable,
i'll remove that file from the next build.
Thanks,
Harutyun