Summary: | Skip all uppercase words functionality not implemented | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Sabine Faure <sabine> |
Component: | composer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | montel, mstu |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sabine Faure
2010-07-16 23:12:26 UTC
SVN commit 1151701 by mlaurent: Fix "Bug 244907 - Skip all uppercase words functionality not implemented" CCBUG: 244907 M +1 -1 emailquotehighlighter.cpp M +16 -0 textedit.cpp M +16 -1 textedit.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1151701 Too bad we can't backport directly to kde -4.4 (we need to patch kdepimlibs-4.4. There is a bug yet. Will continue to debug it SVN commit 1151710 by mlaurent: Fix " Bug 244907 - Skip all uppercase words functionality not implemented" BUG: 244907 M +2 -0 filter.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1151710 *** Bug 244482 has been marked as a duplicate of this bug. *** It is corrected now. No uppercase words is underlined by the spellchecker now when the 'Skip all uppercase words' check box has been checked and providing that the'Automatic spell checking enabled by default check box has been checked too. Trunk, Svn Rev 1153240 SVN commit 1169440 by mludwig: - Add a 'restore' method to 'Sonnet::BackgroundChecker', which allows it to read a given spell check configuration and then to pass it on to the filter object that is used internally. The implementation is similar to what is done inside 'Sonnet::Highlighter'. - Use the restore method inside KatePart to finally fix bug 244907 for KatePart as well. (Once this is merged with Kate's git repository, Kate devs will have to update their working copy of kdelibs.) BUG: 244907 CCMAIL: kwrite-devel@kde.org M +8 -0 kate/spellcheck/ontheflycheck.cpp M +1 -3 kate/spellcheck/spellcheckdialog.cpp M +8 -0 kdecore/sonnet/backgroundchecker.cpp M +3 -0 kdecore/sonnet/backgroundchecker.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1169440 SVN commit 1169515 by cullmann: guard the new code we want to let kate still build against last stable, to ease development, as long as possible without to much hacks BUG: 244907 CCMAIL: kwrite-devel@kde.org M +6 -0 ontheflycheck.cpp M +3 -0 spellcheckdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1169515 It is corrected now. Note to retest: Check the Automatic spell checking enabled by default check box contrary to what the bug description mentions. The Automatic spell checking was always enabled when I first tested this whether the check box was checked or not (I reported a bug about that). Neither SOS nor KOFFICE is underlined by the spellchecker. However, for the new settings (ex: Skip all uppercase words checked) to be effective on an already typed text the user has to enter at least a space or hit enter. Is that a bug I should report or is this supposed to work that way? Trunk, Svn Rev 1170619 |