I use jedit with the ruby plugin.. jedit.com/ruby --Good stuff! On 9/27/05, David Balmain <dbalmain.ml / gmail.com> wrote: > On 9/28/05, brian-usenet / slesinsky.org <brian-usenet / slesinsky.org> wrote: > > > In my favorite Java IDE, whenever I'm reading some source code and it > > calls a method that I don't understand, I type "Control-B" to jump to > > the method's source code. I haven't found a convenient way to do this > > for Ruby code so far. > > > I do that in vim with Ctrl-] and excuberant ctags [ > http://ctags.sourceforge.net/]. There should be plenty of other editors that > support ctags. I don't know about Java IDEs though. > >