Re: some progress with the spell checker
Nicolas Goutte <[email protected]> Thu, 23 Jun 2005 19:07:04 +0200
| Newsgroups | gmane.comp.kde.devel.kbabel |
|---|---|
| Message-ID | <[email protected]> |
On Thursday 23 June 2005 18:59, Heiko Evermann wrote: > Hi everyone, > > I have solved part of the problem: > 1) words with ampersand will now be checked > 2) the last word of a line will be checked > > For the umlauts, I already have an idea: the regexps will not treat it as a > letter. I hope that the character classes of QT will solve that. Otherwise you could try to use . for any character or \S for any non-space. Have a nice day! > > I will keep you informed. > > The changes were made in kbhighlighting.cpp. > > Kind regards, > > Heiko Evermann