I use Eclipse and firefox on Windows 7.
Ctrl-Shift-g in eclipse is supposed to do a search for references, but instead it does a google search in firefox.
Any ideas why this is happening, and of course more important: how to make it stop?
|
I use Eclipse and firefox on Windows 7. Ctrl-Shift-g in eclipse is supposed to do a search for references, but instead it does a google search in firefox. Any ideas why this is happening, and of course more important: how to make it stop? | |||
|
feedback
|
|
ClipX a clip board history tool was using the shortcut. I removed the shortcut setting there, and now everything works fine. | |||
|
feedback
|
|
Open your workspace preferences in Eclipse (Window -> Preferences), and go to the "General -> Keys" category. There, try to search for "ctrl+shift+g", to see if this is bound to a command. You can search also for "References in workspace", to find the command you actually want to execute, and associate ctrl+shift+g back to this one (assuming the problem is only related to Eclipse configuration). | |||||||||||||||||
feedback
|