I use Eclipse 3.3 in my daily work, and have also used Eclipse 3.2 extensively as well. In both versions, sometimes the Search options (Java Search, File Search, etc) in the menu get disabled, seemingly at random times. However, with CTRL + H, I am able to access the search functionality. Does anyone know why this happens? Has it been fixed in Eclipse 3.4?

link|improve this question

68% accept rate
Have you checked the eclipse bug database? – Johan Sep 25 '08 at 12:55
I just checked, now that you mentioned it, and didn't find anything... I'd report it as a bug, but it so inconsistently happens that just saying it happens isn't going to help them track it down and fix it. I was wondering if anyone else had this problem. – MetroidFan2002 Sep 25 '08 at 13:22
Same issue for me in Gannymede. Thanks for the Ctrl+H pro tip. – Cameron Apr 30 '10 at 17:47
feedback

11 Answers

up vote 3 down vote accepted

I don't have an exact answer. I will recommend that you try to correlate the disablement with which perspective is active. Likewise, which view is active. I have been using 3.4 and not experienced this issue.

link|improve this answer
I have not experienced this issue since I upgraded to Eclipse 3.4. I guess they fixed it! – MetroidFan2002 Jan 10 '09 at 20:21
3  
Nope - not fixed in 3.4.2 at least. I've tried changing perspective, refreshing the projects. It seems to come and go. Restarting eclipse does fix the issue, or you can do the ctrl-H stuff. – Justin Nov 3 '09 at 21:15
reproduces with eclipse 3.5 on all perspectives – ihadanny Oct 24 '11 at 16:22
feedback

window > close all perspective works for me.

link|improve this answer
1  
This did it. Easier than restarting with '-clean'. Thankyou! I hadn't seen this problem in a long time, and it came back today (the bug seemed to be triggered by reopening a very old project, I think). – amir75 Jun 2 '11 at 4:15
thank you! worked – Shawn Feb 17 at 21:32
feedback

Darn! I have that problem too -- in Eclipse 3.4.2.

Seems to be related to Navigator and Project Explorer views: - Switch to Debug perspective: Search menu items are there. - Switch to Java or Java EE perspective: Search menu items still there. - Click on a project in Navigator or Project Explorer: Search menu items all DISABLED.

(Curse! I use search in Selected Resources a lot! )-:

Hmmm... It may slso depend on the file type currently open in the editor. (Like Java vs xml.)

link|improve this answer
feedback

Still present in Eclipse 3.5.2 -- and for the first time really sticky.

I checked out the "close all opened files and open any other file afterwards" answer and that brought back the Search menu items. Additionally, if you were lucky and have the Search result view open, than indeed there is this little link "Open search dialog".

By the way, additionally lots of other project-related menu items seem to be greyed out also together with this, and they did not reanimate :-( But I did not really check out if these are only items for which it is useful and planned to be greyed out in this situation.

link|improve this answer
feedback

I'm using RAD 7.5.1 which runs on Eclipse 3.4 and I get this problem frustratingly often. It doesn't matter which perspective or view I'm in, or which editor I have open.

Restarting RAD usually clears it up, but because that's such a colossal pain, I found that you can get around it in the Search View, there is a link; "Start a search from the search dialog" which will bring up the search dialog.

This isn't a great workaround because the link only shows if you have no search history. To do another search, you'll have to clear your search history in the view.

link|improve this answer
feedback

I have this problem with MyEclipse 7 (eclipse 3.4) under Debian Lenny. Perspective doesn't seem to matter. I get around it with the shortcut ctrl-h but I was hoping for a better way.

link|improve this answer
feedback

I couldn't get it to work even when restarting Eclipse.

Here's what worked for me: Closing all open files and opening a different file. The different file happened to be .java, but not sure if that had anything to do with it.

link|improve this answer
feedback

I get this problem from time to time.

In the past I've fixed by starting eclipse with the -clean option.

Once when that didn't work I created a new workspace.

I followed these instructions for those two solutions.

The clean option didn't work for me today and I found this thread because I didn't want to create a new workspace. The closing all files and reopening one file did work however.

link|improve this answer
feedback

A late comment for anyone getting bitten by this, but I found "eclipse -clean" fixed it => this does a cleanup of the workspace before starting

Thanks http://letsgetdugg.com/2009/04/19/recovering-a-corrupt-eclipse-workspace/ for the tip, after I guessed my workspace might be corrupt.

link|improve this answer
feedback

I had this issue also in eclipse 3.6.2: Helios Service Release 1.

Closed all the editor windows, and the search has been enabled.

link|improve this answer
feedback

I had this problem too. It appeared when I installed the m2eclipse plugin.

I had not found a solution, but you can use Ctrl+H shortcut instead. And you can navigate between tabs with Ctrl+PgDn or Ctrl+PgUp keys.

I've uninstalled the following pluings and it worked.

  • Maven integration
  • PMD
  • eclipse checkstyle plugin
  • EclEmma (coverage)

I don't know which of those cause the problem. To uninstall a plugin: Help -> Software Updates...-> "Installed Software" tab.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.