Comment 3 for bug 484914

Revision history for this message
In , Jeremy (crisjss) wrote :

Version: (using KDE 4.2.0)
OS: Linux
Installed from: Unlisted Binary Package

Bug tested in spell checkers at Kate 3.2, Konqueror 4.2 and Kile 2.0.80 :

Spell checker action 'Ignore All' do just the same as the 'Add to Dictionary'
action:
the misspelled word will be added to '.aspell.en.pws' and
'.config/enchant/en.dic' dictionaries, and will no more (at any application) be
considered a wrong word.

How to Reproduce:

- type a misspelled word, like 'qwertyuiop', in Kate;
- run spell checker and click 'Ignore all' when prompted about that word;
- close and reopen Kate;
- type the same misspelled word;
- run spell checker.

The misspelled word will now be a valid word.
Check the dictionary files:
$ grep qwertyuiop ~/.aspell.en.pws
$ grep qwertyuiop ~/.config/enchant/en.dic

Expected Behaviour:

The 'ignored all' misspelled word should not be added to the dictionary, it
should be ignored only in the current spell check run.