Bug 211732 - Don't spellcheck words that are still being typed
Summary: Don't spellcheck words that are still being typed
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kspell (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Zack Rusin
URL:
Keywords:
: 204212 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-10-25 02:13 UTC by Matthew Cline
Modified: 2010-02-23 21:49 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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