Update documents to reflect new dictcli.py script
This commit is contained in:
parent
aaed6549b3
commit
52be2dd665
@ -146,7 +146,7 @@ For QtWebKit:
|
|||||||
For QtWebEngine:
|
For QtWebEngine:
|
||||||
|
|
||||||
. Make sure your versions of PyQt and Qt are 5.8 or higher.
|
. Make sure your versions of PyQt and Qt are 5.8 or higher.
|
||||||
. Use `install_dict.py` script to install dictionaries.
|
. Use `dictcli.py` script to install dictionaries.
|
||||||
Run the script with `-h` for the parameter description.
|
Run the script with `-h` for the parameter description.
|
||||||
. Set `spellcheck.languages` to the desired list of languages, e.g.:
|
. Set `spellcheck.languages` to the desired list of languages, e.g.:
|
||||||
`:set spellcheck.languages "['en-US', 'pl-PL']"`
|
`:set spellcheck.languages "['en-US', 'pl-PL']"`
|
||||||
|
@ -2559,7 +2559,7 @@ Default: empty
|
|||||||
[[spellcheck.languages]]
|
[[spellcheck.languages]]
|
||||||
=== spellcheck.languages
|
=== spellcheck.languages
|
||||||
Languages to use for spell checking.
|
Languages to use for spell checking.
|
||||||
You can check for available languages and install dictionaries using scripts/install_dict.py. Run the script with -h/--help for instructions.
|
You can check for available languages and install dictionaries using scripts/dictcli.py. Run the script with -h/--help for instructions.
|
||||||
|
|
||||||
Type: <<types,List of String>>
|
Type: <<types,List of String>>
|
||||||
|
|
||||||
|
@ -1126,7 +1126,7 @@ spellcheck.languages:
|
|||||||
Languages to use for spell checking.
|
Languages to use for spell checking.
|
||||||
|
|
||||||
You can check for available languages and install dictionaries using
|
You can check for available languages and install dictionaries using
|
||||||
scripts/install_dict.py. Run the script with -h/--help for instructions.
|
scripts/dictcli.py. Run the script with -h/--help for instructions.
|
||||||
backend:
|
backend:
|
||||||
QtWebKit: false
|
QtWebKit: false
|
||||||
QtWebEngine: Qt 5.8
|
QtWebEngine: Qt 5.8
|
||||||
|
Loading…
Reference in New Issue
Block a user