Hi KDE Devels! In KDevelop we have a QTextEdit that is used to fill the commit message, before committing. This QTextEdit has syntax highlighting for git, so that you'll get some error notifications in case you fill the second line or you exceed the maximum line length.
One of the things I added to my to-do list is to add spell-checking there. The problem is that I planned to use KTextEdit with spell-checking on but that wouldn't work, if I setCheckSpelling(true) then the highlighter won't work. Now here's the question: is this a bug? Am I expected to create a highlighter that will care both about spell-checking and the syntax highlighting? Is there any similar use case I could get inspired to? Thanks in advance!! Aleix >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<