I'd like to exclude certain folders (and all their subfolders) from searching within Eclipse, is this possible?
Thanks, Don
|
feedback
|
|
The quick and dirty way: Right click on a folder, go to properties, and mark a folder as derived. Derived entities are excluded from searching by default. The safe way: Create a working set including only those entities you want searched and search only within that working set. See Dave Ray's answer for details on this procedure. | |||||
feedback
|
|
Here is what works for me (I'm using Helios - maybe this way was not available when this question was originally asked?)
(Actually, I'm using After okay'ing the project properties dialog, these directories won't come up in search any more. In fact, Eclipse is so kind as to automatically update existing search results windows and remove all matches which are now filtered out. | |||||||||||
feedback
|
|
I could imagine that marking resources derived might cause problems in other areas. Instead, create a working set with the folders you want to include in the search:
| |||
|
feedback
|