Re: cscope support in mg

2012-06-01 Thread Mark Lumsden
Here is an updated diff with following changes... Manpage update. Remove conditional compilation of cscope functionality. Fixed a memory leak in csexists function. Treat current word at cursor as default input for cscope commands. Comments? I like it. I'm using your previous diffs

Re: cscope support in mg

2012-05-30 Thread Sunil Nimmagadda
Here is an updated diff with following changes... Manpage update. Remove conditional compilation of cscope functionality. Fixed a memory leak in csexists function. Treat current word at cursor as default input for cscope commands. Comments? Index: Makefile

Re: cscope support in mg

2012-03-01 Thread Janne Johansson
2012/2/29 Sunil Nimmagadda su...@sunilnimmagadda.com: On Fri, Sep 02, 2011 at 02:23:28PM -0300, Christiano F. Haesbaert wrote: On 2 September 2011 14:17, Matthew Dempsky matt...@dempsky.org wrote: I'd love to have ctags support in mg. cscope would be cool too, if not too much bloat

cscope support in mg

2012-02-29 Thread Sunil Nimmagadda
if this combination is a bit odd then please excuse. It parses the tags file generated by ctags(1) and maintains a tree. M-. on first character of a word jumps to it's definition and M-* jumps back to previous location. I'd love to have ctags support in mg. cscope would be cool too