Skip to content

Avoid to add new words more than once to the dictionary

loh tar requested to merge work/fix-multiple-word-add-to-dict into master

This patch is more an intermediate solution to a new bug introduced by

Don't re-mark words added/ignored to the dictionary as misspelled
33293573

Try this:

  • Add wrong word by context menu to the dictionary
  • Open you dict file, something like ~/.hunspell_de_DE
  • The new word is more than once added (or not with this patch) to the file

I'm not sure if this patch is really fine or if the introduced new functions should be changed.
IMO seems Sonnet to need improvements so that there is an update done by one speller also done by all others. Possibly this was the case in the (longer) past, no?

@cullmann @ahmadsamir

Merge request reports