vote up 2 vote down star

When I use CTRL+h I end up on the Java Search tab. I would very much like a shortcut to go directly to filesearch instead. Is that possible? Search dialog

EDIT: It turns out that there exists a general preference - "Keys" - where you give "File search" a hot key. Eclipse Ganymede doesnt have any "include unbound commands" checkbox, but that doesnt matter

flag

4 Answers

vote up 3 vote down check

You have to make a new key binding!

Go to

preferences\general\keys\

Click on

include unbound commands

Search for "file search" in the search box. Click into "binding" and add a binding:

alt text

You can use the same binding (delete the other binding in that case) or define another one (e.g. CTRL + SHIFT + H)

Update: As svrist pointed out: In the currently newest version of Eclipse (Ganymede) there is no "Include unbound commands" checkbox anymore. Seems to be the default behaviour there.


Other solution: You could press CTRL+3 in your editor, type in "file s", press Enter. The next time you press CTRL+3 "file search" is at the top.

link|flag
Nice answer! Cheers – svrist Sep 18 '08 at 14:43
vote up 1 vote down

As far as I know, the search window tab depend of the open file you're on when calling the search function. So, for example if your on a web.xml file, it will open the "plug-in search" instead of the "java-search".

Edit: there is a way to force the default open tab, by assigning a shortcut to the "File Search" action in the "Keys" preference panel.

link|flag
Im always somewhere in the project explorer when pressint CTRL+h – svrist Sep 18 '08 at 12:26
vote up 2 vote down

I've run into this problem before, too.

I tried following the advice in the question response given by @Martin to rebind Ctrl+H to "File Search" in Window | Preferences | General | Keys, but for some reason, I don't have a "File Search" entry in the Command column. (I'm running Eclipse 3.3 currently; maybe the "File Search" entry was added in a subsequent release?)

Update: As Martin pointed out in a comment on this answer, I didn't have the "Include unbound commands" checkbox checked in the Preferences | Keys dialog, which is why "File Search" wasn't showing up for me. I now have Ctrl+H bound to "File Search", as Martin suggested in his answer on this page, and it works great. Thanks Martin!

I ended up working around the original problem by bringing up the Search dialog with Ctrl+H, then clicking the Customize button on the dialog, which brings up a "Search Page Selection" dialog which allows you to hide or show tabs on the Search dialog. I hid the tabs other than "File Search," which causes "File Search" to be activated by default on future uses of Ctrl+H.

link|flag
Did you click on "Include unbound commands"? Otherwise you wont get that entry! – Martin Sep 18 '08 at 13:46
@Martin, that was it exactly -- I didn't have "Include unbound commands checked." "File Search" did show up in the list after I checked it. Thanks for your help! :-) – Jon Schneider Sep 18 '08 at 16:23
vote up 0 vote down

Does anybody know why this super smart Ganymede is searching inside of .svn folders (and shows the results found in that folders also)? :((

Is there any option to "tell" him to skip .svn? Also to skip JARs...

Because now it takes eternity to wait his results :(

It seems to be that Europe doesn't look inside .svn during File search...

link|flag
I think you should exclude your .svn files from your project completely. Use the buildpath options – svrist Oct 12 '08 at 9:25

Your Answer

Get an OpenID
or

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