views:

847

answers:

4

I'm working with Eclipse Version 3.2.1 Build M20060921-0945 on a MS-Windows 2000 SP4 using a JDK 1.5.0-12.
I takes my locale that is es-AR and sets all menu and context in Spanish which I don't like. So I had included in eclipse.ini file one parameter "-nl en".
Since that, "References..." feature in both "Search" and contextual menu stopped working. I removed parameter and ran eclipse with "-clean" but still not working. I don't have any other clue about what is happening. Thank you all in advance.
Beto

+2  A: 

Trash your install.

Then reinstall it.

mugafuga
A: 

similar happened to me when I right click and choose References on a method or type, got nothing i bounced eclipse no filters

Eclipse Platform

Version: 3.3.1.1 Build id: M20071023-1652

A: 

I have a similar problem where search for references (Ctrl + Shift + G) stops working. It works again if I restart Eclipse, but it's still pretty annoying. I'm thinking maybe there's some keyboard shortcut that I hit sometimes by accident that messes up the search.

+1  A: 

Delete all the files in you eclipse data, eg: /.metadata/.plugin/org.eclipse.jdt.core. This should force eclipse to rebuild its index

Ferry
I didn't have the exact same scenario as the OP, i.e. I don't know what I changed that caused this to start happening, but I was having the same symptom. This worked for me. Thank you!
Eric Asberry