On Sun, 21 Nov 2010 12:51:05 +0100
Frank Lanitz <[email protected]> wrote:

> On Fri, 19 Nov 2010 13:09:35 +0000
> Nick Treleaven <[email protected]> wrote:
> 
> > On Fri, 19 Nov 2010 08:04:46 -0500
> > Jonathan Daily <[email protected]> wrote:
> > 
> > > Worked like a charm, thanks. Is there documentation for what can be put 
> > > into
> > > [lexer_properties], or is that a filetype specific parameter?
> > 
> > It's determined by the Scintilla lexer for the filetype, and apart from
> > the source code I don't think there's any comprehensive list of
> > properties anywhere.
> 
> Maybe it would be a nice project for somebody to add a list of this
> hacks to documentation. 

You can grep them:
egrep -o  'GetProperty\w*\("([^"]+)"[^)]+\)' scintilla/Lex*.cxx

I've now updated the manual with this info.

Nick
_______________________________________________
Geany mailing list
[email protected]
http://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Reply via email to