Yes I already looked, but there are a lot of if/else in a long switch,
and that's hard to read (or at least to me), I'm not used to inlined
curly brackets... (like "if(true) {" or "} else if {")I'll try to tweak the code and recompile, but I feel like I'm gonna break everything... On Mon, Nov 8, 2010 at 23:32, Phil Thompson <[email protected]> wrote: > On Mon, 8 Nov 2010 23:24:16 +0100, "Jonas O." <[email protected]> wrote: >> Any clue to what I should modify (I don't intend to keep to myself >> anyway...) ? > > Have you actually looked? It's easy enough to follow how the lexer uses > keywords - search for "keywords" in LexCPP.cpp. > > Phil > _______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
