« Return to Thread: Click through limitations when compared to RedMine?

Click through limitations when compared to RedMine?

by John Wells-2 :: Rate this Message:

Reply to Author | View in Thread

Guys,

First, let me say that I'm a huge fan of the work that's gone into
Netbeans Ruby. I have been using it for over two years and have
watched it get better and better. I hope that will continue and hope
Oracle doesn't kill the sponsorship.

One thing that continues to bite me is the click through (ctrl+click
method) navigation. I realize this is a very difficult thing to get
right because of the dynamic nature of Ruby, but after using RubyMine
for a few weeks and seeing that it apparently does get it right most
of the time, I'm wondering if perhaps it's just not reported as an
issue very often?

Here is a good test case to see the walls you invariably hit in NB.

Open up an ERB file and type:

<%= render :partial=>"test" %>

Now ctrl+click on render. This should take you to the definition of
render in actionpack-2.3.2/lib/action_view/base.rb. NB handles this
fine.

Now, ctrl+click on any of the calls to render_partial in that method.
I just get a dull beep, and no navigation. In RubyMine, it handles it
well gives you a choice of the two files the define it
(lib/action_view/partials.rb, and
lib/action_view/renderable_partial.rb).

Is it possible that something's broken about my setup, or does this
just not work in 6.7 rc3?

Thanks guys.

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Click through limitations when compared to RedMine?