Skip to content

Restore spell checking support in HTML pages

The spell checking configuration uses the Sonnet dialog, even if not all options are supported by QtWebEngine.

There are some issues which could be improved:

  • the CMake code to detect the presence of hunspell (needed to convert its dictionaries in the format used by QtWebEngine) should be moved in its own file so that it can be used with FIND_PACKAGE
  • the CMake code to find the dictionary conversion tool included with QtWebEngine should be improved (currently it only tries some hard-coded directories guessed from where the file is on my system: at the very least, it should be guessed from the Qt installation prefix, but i don't know how to find it from cmake).

Merge request reports