Le 03/04/2011 14:34, Lex Trotman a écrit :
On 3 April 2011 22:30, Colomban Wendlinglists.ban@herbesfolles.org wrote:
Le 03/04/2011 13:14, Randy Kramer a écrit :
Matthew (or anybody),
I want to piggyback my question onto this thread, as I suspect you'll know the answer. If I create a new lexer for Scintilla, and then compile Scintilla, what must I do to get that new lexer (and new Scintilla) to work with Geany?
[...]
Is there something about the requirements or procedure to get a new lexer / new Scintilla to work with Geany?
Maybe take a look at a commit that added such things, e.g. a new filetype: http://git.geany.org/geany/commit/?id=f94c2265c25a000b09b4adce335ce9f7499959...
This one is pretty complete (highlighter, tag extractor, etc.) so should answer your questions :)
And don't forget to RTFM, or at least the Hacking file :-)
Hum true, it actually contains all the necessary information :)