[QScintilla] Inform 6 Lexer
Phil Thompson
phil at riverbankcomputing.com
Mon Nov 29 19:09:41 GMT 2010
On Mon, 29 Nov 2010 19:18:22 +0100, David Moreno <saimazoon at terra.es>
wrote:
> Hello
>
> I'm trying to write a lexer for INFORM 6. My initial plan was to make
> a copy of LEXERCPP.cpp and modify it to suit my needs. To make a long
> story short I think I'm not working with the proper lexer files. In one
> of my tests I commented
> all the lexers in src\keywords.cpp (all the LINK_LEXER lines),
> recompiled it and checked the time of the libqscintilla2.a in my QT
> installation. When in my source code I open a qscintilla text box using
> the qscilexerCPP.cpp I can still see the text
> properly highlighted (Build clean, Buill All). How can this be possible?
> Where are the
> lexers located in Qscintilla?
src/Lex*.cpp
Phil
More information about the QScintilla
mailing list