> -----Original Message----- > From: Mark Ericson [mailto:mark.ericson / gmail.com] > Sent: Wednesday, December 07, 2005 12:40 PM > To: ruby-talk ML > Subject: Re: ArachnoRuby -- a professional Ruby IDE > > I've been playing with Arachno and wish it had hyper > navigation of the code (like IDEA or Eclipse in the Java > world). It would be great to ctrl-click on a variable or > function call and open up the source to that call in a new window. > > Is that perhaps already in the product and I've missed it? You can use Search->Lookup selection, but it's nothing more than an automatic cross-project grep. While it is a *very* nice feature, I agree, Arachno Ruby definitely needs more Ruby smarts and the ability to jump instantly to a method/class definition. Patrick Bennett