Is there a way to search for folders/projects by name in the Eclipse workspace?
The results would best be returned in a view where I can do bulk operations (like closing, opening, assign working set). It's just to fiddly to manually click through the list of hundreds of projects.
This seemingly trivial task is causing grief to me, which I find embarrassing after all my Eclipse years.
I have tried:
- Search dialogs (Ctrl+H) - among the multitude of options, I don't find anything that would actually select folders or projects (only files)
- Open Resources(Ctrl+R), looks handier than the dialogs, but again: only file search. BTW, why isn't that called "Open File"? resource can normally be a folder too, right?
- use filtering in the package/project explorer.. But that only supports filtering things out - no way to keep only things matching a pattern
- can Working Sets be set up in a dynamic way? (given search criteria, rather than fixed assignment in a fiddly dialog). EDIT: this is the winning option, see below.
Did I miss something? Maybe a 3rd party plugin that gives sane searching for anything? Would (Eclipse/GroovyMonkey) scripting help with this? Mylyn? Is this too much to ask for, from a such mature environment?
I have kindly asked this on Eclipse forums, and they kindly answered "No" :) As usual, I have more confidence in SO folks, and would be grateful for ideas.
And the -current- winner is Scott's excellent dynamic working sets plugin, which exactly implements the option 4 above!