[QScintilla] How does one get informations given in the QsciLexer ?

Phil Thompson phil at riverbankcomputing.com
Mon Dec 10 09:51:21 GMT 2007


On Monday 10 December 2007, Xavier Noëlle wrote:
> Hi,
> Following your advice, I started writing a Scintilla lexer. But when
> I'm trying to get things from what I wrote in the QsciLexer (like
> characterWords or things like that), I don't know how to do it, since
> my QsciLexer is burried under the surface. Is there a simple way to
> get this kind of things or do I have to duplicate these informations ?
>
> Thanks in advance !

Sorry, I don't really understand the question. Why is your QsciLexer buried 
under the surface? Things like characterWords are specific to your lexer 
(even if they happen to have the same values as other lexers).

Phil



More information about the QScintilla mailing list