Posted By: Pjotr Prins
Date: 2006-12-17 04:03
Summary: rtags supports --recurse
Project: rtags (Ruby tags)

Chetan Patil wrote recursion for rtags so you all files get parsed recursively and it becomes pretty much a drop-in for ctags:

rtags -R

gets tags from all tags in all files ending with .rb recursively.

Latest News
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58
mime-types 1.23 Released
    Austin Ziegler - 2013-04-21 01:41
diff-lcs 1.2.4 Released
    Austin Ziegler - 2013-04-21 00:08
diff-lcs 1.2.3 Released
    Austin Ziegler - 2013-04-12 02:31

 

Forums | Admin

Discussion Forums: rtags-supports---recurse

Start New Thread Start New Thread

 

By: Ryan Davis
RE: why rtags? [ reply ]  
2006-12-19 11:17
If by doco you mean: http://sciruby.codeforpeople.com/sr.cgi/UsingRTagsTutorial

I looked at that and it didn't explain how it improved upon it. I use exuberant ctags and have been happy with it, but if I'm missing something I'd like to know.

By: Pjotr Prins
RE: why rtags? [ reply ]  
2006-12-19 08:41
rtags has better support for the Ruby language. See the documentation.

By: Ryan Davis
why rtags? [ reply ]  
2006-12-19 01:07
is there anything that rtags offers over exuberant ctags?