up vote 12 down vote favorite
1
share [g+] share [fb]

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

link|improve this question

feedback

4 Answers

up vote 15 down vote accepted

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|improve this answer
Nice answer! Cheers – svrist Sep 18 '08 at 14:43
feedback

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|improve this answer
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
feedback

Another option is to open the search dialog (ctrl + h) then click customize and hide java and task search tabs, next time you do ctrl + h, file search will be the only one showing, thus it will be selected by default

link|improve this answer
feedback

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|improve this answer
Im always somewhere in the project explorer when pressint CTRL+h – svrist Sep 18 '08 at 12:26
feedback

Your Answer

 
or
required, but never shown

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