[QScintilla] Using Scintillas own lexer
Phil Thompson
phil at riverbankcomputing.com
Fri Mar 16 13:24:08 GMT 2007
On Friday 16 March 2007 12:51 pm, T. Schweitzer wrote:
> Me again ;-)
> QScintilla for Qt4 has already implemented lexer for some languages.
> However Scintilla brings a lot more lexer with it. How can I set one of
> these without implementing an own QsciLexer? Thomas
By using the low-level Scintilla API. However that means you would have to
implement things like auto-completion yourself.
Probably the least work is to implement your own QsciLexer sub-class and send
it to me - at least you won't have to maintain it.
Phil
More information about the QScintilla
mailing list