When I hold Control and Click on a type or a method, it takes me to
that method or class as it always did. However, now instead of seeing
the whole file, I only see a snippet.
so, if i have code like this:
Foo foo = new Foo();
foo.bar()
and I hold control and click on bar, it takes me to the method bar()
inside of the file Foo.java but ONLY shows me the bar() method and
nothing else. This did not used to happen. Did I inadvertently turn
this functionality on? How do I turn it off? I would much prefer to
see the entire file. This is quite a pain in the neck.
Thank You,
Ethan Schreiber
Rhino - 15 Feb 2006 05:09 GMT
> When I hold Control and Click on a type or a method, it takes me to
> that method or class as it always did. However, now instead of seeing
[quoted text clipped - 10 lines]
> this functionality on? How do I turn it off? I would much prefer to
> see the entire file. This is quite a pain in the neck.
Control-Click works fine for me in Eclipse 3.1.1 in Windows XP.
Have you recently change versions? Perhaps you've discovered a bug....
You might do better to ask about this question in one of the Eclipse forums
and then file a bug report if necessary.
--
Rhino