Odd behavior

View: New views
2 Messages — Rating Filter:   Alert me  

Odd behavior

by Sang Shin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I am playing around with Depot application that comes with
NetBeans.

Now when I right click hidden_div_if and select "Go to source",
it does not go to the source.  See the picture below.

http://www.javapassion.com/handsonlabs/railsdepotapp/index_files/111_hidden_div_if.png

Thanks.

--
---------------------------------------------------------------
              Sang Shin, sang.shin@...
        http://www.javapassion.com/SangSchedule.html#Bio
          http://www.javapassion.com/SangSchedule.html
          (Life is worth living... with Passion!)
---------------------------------------------------------------

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


Re: Odd behavior

by Martin Krauskopf :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sang Shin wrote:
>
> I am playing around with Depot application that comes with
> NetBeans.
>
> Now when I right click hidden_div_if and select "Go to source",
> it does not go to the source.  See the picture below.

'Go To Source' in Navigator means go to the source in this file where
this 'hidden_div_if' call is present. Navigator shows the structure of
currently edit files and allow to quickly navigate through the file.

If you want to go to the source of hidden_div_if itself, just Ctrl+click
on it and it should take you to the StoreHelper#hidden_div_if.

Regards,
        m.

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