« Return to Thread: Odd behavior

Re: Odd behavior

by Martin Krauskopf :: Rate this Message:

Reply to Author | View in Thread

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@...

 « Return to Thread: Odd behavior