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.

Whenever i perform a file search in eclipse, it scans all files including .svn-base file.
Provided i am using * for file name patterns.

Is it possible to scan all files for searching but skipping the .svn-base file?

share|improve this question
See also stackoverflow.com/questions/443169/… – VonC Mar 12 '10 at 6:29

2 Answers

up vote 2 down vote accepted

You also have custom plugins for excluding .svn and .cvs directories during searches.

If you have Subclipse, the search filtering is included.

Note: since Eclipse Helios 3.6M3 (October 30, 2009), you can actually exclude resources from your project, making the search more precise as a result.

alt text

share|improve this answer

It is possible. But the search pattern is inclusive and not exclusive. You can click on Choose button and select the file types you wish to see in your search results.

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.