Bug 76889

Summary: [PATCH] Add "Ignore" and "Add to dictionary" for misspelled words
Product: [Applications] kmail Reporter: Sam <academicsam>
Component: composerAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: cerebro84, gassauer, kde
Priority: NOR    
Version: 1.6   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Patch

Description Sam 2004-03-06 17:45:31 UTC
Version:           1.6 (using KDE KDE 3.2.0)
Installed from:    Gentoo Packages
Compiler:          gcc 3.3.2 
OS:          Linux

with as-you-type spelling, the context menu for a misspelt word only has options to correct it with a set of alternated words. It should also have an option to add it to the dictionary.
Comment 1 Robert Entner 2004-08-05 14:54:07 UTC
Ximian Evolution has this feature. I relly miss it since switching to Kontact and Kmail.
Comment 2 Daniel Naber 2004-10-29 22:45:08 UTC
*** Bug 63693 has been marked as a duplicate of this bug. ***
Comment 3 Daniel Naber 2004-10-29 22:45:40 UTC
*** This bug has been confirmed by popular vote. ***
Comment 4 Allen Winter 2006-11-06 19:40:26 UTC
*** Bug 123773 has been marked as a duplicate of this bug. ***
Comment 5 Thomas McGuire 2007-10-04 00:19:00 UTC
*** Bug 150180 has been marked as a duplicate of this bug. ***
Comment 6 Thomas McGuire 2008-05-02 16:33:34 UTC
Created attachment 24603 [details]
Patch

Added a patch to this bugreport which adds "Ignore" and "Add to dictionary" to
the context menus.
This needs kdelibs changes though, so I'll add my patch here until the kdelibs
changes are committed.
Comment 7 Thomas McGuire 2008-05-05 20:42:11 UTC
SVN commit 804346 by tmcguire:

- Use the new way to get suggestions for words from kdelibs -> much faster
- Add "Ignore" and "Add to Dictionary" to the context menu.

This needs the yet unreleased kdelibs 4.0.73, otherwise the spellcheck context
menu is not compiled in.

BUG: 76889


 M  +58 -31    kmeditor.cpp  
 M  +0 -1      kmeditor.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=804346