From kde-core-devel Mon Mar 10 16:19:36 2003 From: Jason Keirstead Date: Mon, 10 Mar 2003 16:19:36 +0000 To: kde-core-devel Subject: Re: Spell Checking built into KTextEdit? X-MARC-Message: https://marc.info/?l=kde-core-devel&m=104731416506226 On March 10, 2003 12:15 pm, Jason Keirstead wrote: > > Please, don't forget that QTextEdit can have associated only a single > > QSyntaxHighlighter! Apps would need to subclass the spellchecker > > highlighter to implement it's own syntax highlighting. > > Apps that want a text editor with syntax highlighting would be foolish to > not be using the KTextEditor interface, so that the user's chosen editor > with highlighting is used (be it the KatePart of KVim or other) instead of > forcing them to use some other editor. Another note on this point, is that obviously the spell checking (and its related SyntaxHighlighter) would not be created / enabled until you chose to enable them via the KTextEdit API. So this isn't really an issue. -- Jason Keirstead, BCS http://www.keirstead.org