Bug 211732

Summary: Don't spellcheck words that are still being typed
Product: [Frameworks and Libraries] kdelibs Reporter: Matthew Cline <matt>
Component: kspellAssignee: Zack Rusin <zack>
Status: RESOLVED FIXED    
Severity: normal CC: kumaran
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Matthew Cline 2009-10-25 02:13:21 UTC
Version:            (using KDE 4.2.4)
OS:                Linux
Installed from:    Mandriva RPMs

kmail's spellcheck will underline incomplete words as you're still typing them, which is annoying.  For example, if you type "search", it will underline when it's at "se" and "searc".
Comment 1 Christoph Feck 2010-02-01 00:04:45 UTC
*** Bug 204212 has been marked as a duplicate of this bug. ***
Comment 2 Thomas McGuire 2010-02-23 21:49:48 UTC
SVN commit 1095227 by tmcguire:

Make spellchecking less distracting: Don't undeline the word that is currently being typed (the word under the cursor).
This is potentially slow, it will rehighlight the block with every keypress. For me, it doesn't seem much slower, but
please tell me if you get any problems.

BUG: 211732


 M  +55 -3     highlighter.cpp  
 M  +1 -0      highlighter.h  


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