On Fri, 31 Jul 2009 12:46:02 +0200, Gilles Depeyrot <[email protected]> wrote: > Hi, > > We need to use some additional Scintilla lexers, in particular Spice and > Verilog, that are not yet encapsulated into QScintilla classes. > > Is there any documentation on how to create a QScintilla class for an > existing Scintilla lexer? > Any tips?
Just look at how the existing ones are implemented. The default values should be taken from Scite's spice.properties and verilog.properties files. On the other hand I'm happy to add them to the current snapshot some time next week. Phil _______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
