Eclipse Control-Click Problem

E

eschreiber

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
 
R

Rhino

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top