On 2/19/10, Jon Senior <[email protected]> wrote: > > - objects don't seem recognised at all. > > In what sense? I think it doesn't highlight objects that you've > created, although I could be wrong. > I'm comparing the Geany highlighting with that of JGR. In the latter, > fun1 <- function(x) sum(x) > fun1
typing "fun1" or > obj1 <- iris > obj1 typing "obj1" will make JGR recognise it as a function/object and immediately render it in blue and italic (current settings here, I think). In Geany nothing similar happens. > To be honest I only really notice > the highlighting for strings and the bracket closing. > Unfortunately I notice a bit more than that. :) Liviu > > > Are these failures of the current parser implementation, or is this > > something that one should expect? Thanks > > > It's the syntax highlighting, not the tag parser (tags are things like > function definitions or global variable definitions). I've not really > looked at it enough to see how tuneable it is. It's been a while since > I delved into the R template files. Maybe later today. > > > Jon > _______________________________________________ > Geany-devel mailing list > [email protected] > http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel > -- Do you know how to read? http://www.alienetworks.com/srtest.cfm http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader Do you know how to write? http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail _______________________________________________ Geany-devel mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
