Dear Reviewer of this pull request. The suggested pull request improves the 
outline facilitities for R using geany. First it is now possible also to use 
the = sign as the assignment operator for functions, secondly I added support 
for R6Class(es), environments (new.env) and a generic RxClass which can be used 
as well for outline creation. The latter allows for instance to write 
workaround code like 
RxClass = proto 
# and then 
obj=RxClass()
th
Best regards,
Detlef Groth
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/2376

-- Commit Summary --

  * R outline improved for environments and R6 classes, = sign added as well

-- File Changes --

    M ctags/parsers/r.c (73)
    M src/symbols.c (4)
    M src/tagmanager/tm_parser.c (1)

-- Patch Links --

https://github.com/geany/geany/pull/2376.patch
https://github.com/geany/geany/pull/2376.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2376

Reply via email to