FAQ update for spellcheck & test fix

This commit is contained in:
Michal Siedlaczek 2017-10-07 15:54:22 -04:00
parent 4bac2f3e44
commit 00666feaf6
2 changed files with 9 additions and 10 deletions

View File

@ -125,9 +125,9 @@ When using quickmark, you can give them all names, like
without having to remember the exact website title or address. without having to remember the exact website title or address.
How do I use spell checking?:: How do I use spell checking?::
Qutebrowser's support for spell checking is somewhat limited at the moment Configuring spell checking in Qutebrowser depends on the backend in use
(see https://github.com/qutebrowser/qutebrowser/issues/700[#700]), but it (see https://github.com/qutebrowser/qutebrowser/issues/700[#700] for
can be done. a more detailed discussion).
+ +
For QtWebKit: For QtWebKit:
@ -145,12 +145,11 @@ For QtWebKit:
+ +
For QtWebEngine: For QtWebEngine:
. Not yet supported unfortunately :-( + . Make sure your version of PyQt is 5.8 or higher.
Adding it shouldn't be too hard though, since QtWebEngine 5.8 added an API for . Use `install_dict.py` script to install dictionaries.
this (see Run the script with `-h` for the parameter description.
https://github.com/qutebrowser/qutebrowser/issues/700#issuecomment-290780706[this . Set `spellcheck.languages` to the desired list of languages, e.g.:
comment for a basic example]), so what are you waiting for and why aren't you `:set spellcheck.languages "['en-US', 'pl-PL']"`
hacking qutebrowser yet?
How do I use Tor with qutebrowser?:: How do I use Tor with qutebrowser?::
Start tor on your machine, and do `:set network proxy socks://localhost:9050/` Start tor on your machine, and do `:set network proxy socks://localhost:9050/`

View File

@ -546,7 +546,7 @@ Feature: Various utility commands.
@qtwebkit_skip @qt>=5.8 @cannot_have_dict=af-ZA @qtwebkit_skip @qt>=5.8 @cannot_have_dict=af-ZA
Scenario: Set valid but not installed language Scenario: Set valid but not installed language
When I run :set spellcheck.languages ['af-ZA'] When I run :set spellcheck.languages ['af-ZA']
Then the warning "Language af-ZA is not installed." should be shown Then the warning "Language af-ZA is not installed *" should be shown
@qtwebkit_skip @qt>=5.8 @must_have_dict=en-US @qtwebkit_skip @qt>=5.8 @must_have_dict=en-US
Scenario: Set valid and installed language Scenario: Set valid and installed language