[geany/geany-plugins] d90968: SpellCheck: Add notes about maintaining personal dictionaries
Enrico Tröger
git-noreply at xxxxx
Sun Sep 19 14:06:28 UTC 2021
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sat, 04 Sep 2021 12:00:39 UTC
Commit: d90968fc14a3aa6fb197faa9f3bc97c6f66e28ad
https://github.com/geany/geany-plugins/commit/d90968fc14a3aa6fb197faa9f3bc97c6f66e28ad
Log Message:
-----------
SpellCheck: Add notes about maintaining personal dictionaries
Modified Paths:
--------------
spellcheck/README
Modified: spellcheck/README
18 lines changed, 18 insertions(+), 0 deletions(-)
===================================================================
@@ -83,6 +83,24 @@ Then in the plugin configuration dialog set the dictionary for
dictionary files to: `C:\\dictionaries`.
+Maintaining personal dictionaries
+---------------------------------
+When you manually add words to your personal dictionary
+(using the "Add <word> to Dictionary" menu item), those words are stored
+in a personal dictionary per language.
+If you want to add, modify or remove words from these dictionaries,
+you need to open the dictionaries with an editor like Geany and edit them.
+As far as we know, there is no graphical tool to edit those files. However,
+they are plain text files with one word per line.
+
+These files are usually located in:
+`/home/<username>/.config/enchant/<LANG>.dic`.
+The exact storage location might differ between operating systems.
+
+Additional informationcan be found on https://github.com/AbiWord/enchant,
+section "Sharing personal word lists between spell-checkers".
+
+
Known issues
------------
* Spell checking with some languages like Hindi might be incorrect, i.e. some
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list