| Summary: | Underline misspelled words instead of changing color to red | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Kevin Coonan <kevin.coonan> |
| Component: | kspell | Assignee: | Zack Rusin <zack> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | bluedzins, cfeck, gladhorn |
| Priority: | NOR | ||
| Version First Reported In: | 4.0 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Kevin Coonan
2007-09-27 22:39:53 UTC
Moving this bug to kdelibs, where the spellcheck highlighter is. I'd say this is fixed as in KDE 4 the spell checker underlines. As far as I can see, the spell checking still uses the red color: highlighter.cpp:91: d->spellColor = _col.isValid() ? _col : Qt::red; But I am not sure where that code is still used, so I don't know how to test. |