The defines in SciLexer.h should never change between Scintilla versions. This would cause API breakage, which I believe is [generally] against Niel's update policy.
Andrew, if you made any changes to those defines (other than additions) please consider reverting those changes back to the original settings. I understand the problem from a personal perspective; I've been adding extra functionality to the CSS lexer, and it's a pain to see things like the style definitions and keyword lists all arranged out of any sort of logical order. But in practice, I have no choice but leaving those alone unless I want to risk breaking backward compatibility. :( Jay Nick Treleaven wrote: > On Fri, 19 Sep 2008 21:09:45 -0400 > Andrew Rowland <[EMAIL PROTECTED]> wrote: > >> The following is the resulting patch against version >> 0.14: >> >> http://svn.cross-lfs.org/svn/repos/patches/geany/geany-0.14-R_highlighting-1.patch > > Thanks, I'll look at porting it into SVN. BTW which version of Scintilla > did you take LexR.cxx from? I'm a bit puzzled as to why some of the > SciLexer.h define values have changed. > > Regards, > Nick > _______________________________________________ > Geany mailing list > [email protected] > http://lists.uvena.de/cgi-bin/mailman/listinfo/geany _______________________________________________ Geany mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
