Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

According to a book I have ("Eclipse for Minor Geniuses" or something like that), you can search a set of files by selecting them and then choosing Search | Files.

This does not work for me, even when I have the "Selected Resources" radio button selected. Instead, it searches through every file in the Package Explorer, which contains several projects, including the Android APIDemo (massive).

Is there a way to select all the files in a project (other than clicking them all in turn) and then limiting the Search operation to those files only?

share|improve this question

3 Answers

up vote 5 down vote accepted

When I select just the project node in the package tree and choose the "Selected Resources" radio button, it searches all the files of the project in my version of Eclipse.

You can also select an arbitrary file in a project, and choose "Enclosing project".

share|improve this answer
  1. use Ctrl+Shift+R (ie Open Resource Popup).
  2. type File Name in txt Box, eg. *.jsp, scr
share|improve this answer

Not sure if this is what you're looking for, but it's possible to create some working sets and then search through that working set only.

enter image description here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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