This repository has been archived by the owner on May 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 347
Spell Check
David Rosca edited this page Feb 7, 2017
·
5 revisions
Spell checking is available in QupZilla starting from 2.1 version when built with QtWebEngine 5.8. Currently, it supports only basic functionality and also needs custom format of dictionaries.
Dictionaries needs to be in special format that uses Chromium, with suffix .bdic
. QtWebEngine 5.8 comes with utility to convert Hunspell dictionaries (.dic
) to this format.
qwebengine_convert_dict /path/to/hunspell/dict.dic /output/path/to/created.bdic
Created bdic dictionaries then needs to be moved to one of the directories shown in the Preferences.
Windows download: qwebengine_convert_dict.exe (needs to be in same directory as QupZilla - it uses same libraries)
Currently, as of QtWebEngine 5.8, following useful features are missing:
- add words to custom dictionary
- change path from which dictionaries are loaded
Available pages:
- Translating - How to translate
- Customisation - Shipping custom bookmarks/search engines
- Themes - How to develop themes
- Plugins - How to develop plugins
- Spell Check - Information about spell checking
- Changelog - Full changelog
- Bug reports - Read before open issue
- FAQ - Frequently asked questions
- Authors - Contributors list
- Contact - Developers contact