Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Find/Replace not working

I have searched for a solution to my problem but with no avail. The eclipse Find/Replace function found by the hotkey ctrl+F is not working. Note: the function does not work by the hotkey neither by going through Eclipse menu Edit>Find Replace (not working I mean that the FindReplace window does not show at all, the eclipse window loses focus only). I have tried to disable the hotkey to see if it would work, restarted eclipsed, restarted the PC, but nothing seems to solve the problem. It was working just fine but then suddenly out of the blue it just decided not to function anymore. Everything I tried so far has failed. As I use this function often it would be nice to know if someone has another input for trying to solve this bug. I am on a PC with windows 7, intel i7 64-bits.

like image 361
Gustavo Baiocchi Costa Avatar asked Mar 16 '15 13:03

Gustavo Baiocchi Costa


People also ask

Why Ctrl F is not working in Eclipse?

In Standalone Rhapsody it works, but Unfortunately, In Eclipse platform it does not. It is interesting to note that No Shortcuts work when the Browser is highlighted. This can be classified as a Defect because the Menu options display that Ctrl+F can be used by providing an option like 'Search (Ctrl+F)' in the Menubar.


3 Answers

I had a similar issue after using second monitor at work. At home I was wondering where is my Find/Replace window... it was displayed at the second monitor as I used it last time... Eclipse stores the last location of the dialogs for better UX.

So try to move the Find/Replace window by using your keyboard.

How to Move an Open Window with the Keyboard


You can also try to reset perspective

Window > Perspective > Reset Perspective...
like image 97
dieter Avatar answered Nov 22 '22 23:11

dieter


I had the same issue with Eclipse. My current version is Neon.3 Release (4.6.3).

This periodically happens where the Find/Replace does not work. Usually UNDO stops working also.

When this happens, Ctrl+F, Ctrl+Z do not work, and Undo Text Change and Find/Replace... are grayed out in the menu.

I tried the above solution Window > Perspective > Reset Perspective...

That fixed it right away!

Thanks

like image 40
Jason Avatar answered Nov 22 '22 22:11

Jason


When your Eclipse are full with cache that time this problem occurs.

please try to reset perspective setting and then check it.

Just go to menu bar : Window -> Perspective -> Reset Perspective and it will done.

like image 30
Deva Avatar answered Nov 23 '22 00:11

Deva