[QScintilla] How to do AutoCompletion? Is there an example?

Phil Thompson phil at riverbankcomputing.com
Thu Mar 15 16:25:46 GMT 2007


On Thursday 15 March 2007 3:07 pm, Timo Rothenpieler wrote:
> QsciLexerBMax sub-classes from QsciLexer. It's a lexer for the language
> BlitzMax, for which i'm writing an IDE.
> It works fine for Folding and Highlighting. If i use QsciLexerPython
> instead, auto-completion does not work, too.
>
> Is the way i'm trying to do Auto Completion correct?

Yes. The fact that you are creating your lexer and APIs on the stack, rather 
than the heap, is odd - but you haven't supplied enough context to be able to 
say if that is correct or not.

Phil


More information about the QScintilla mailing list