Does any one know how to search for a word in folders of a particular name pattern?
I have many Java/J2EE projects in my workspace and when I build my projects, there are many 'target' folders get created by the build tool. However I would like to search only in source files in 'src' folders.
Is there a way to specify a folder name pattern for "In folder" value, something like "C:\projects\**\src"?
i am looking for this feature too; searching by using pattern in the search-path.
I think the pattern should be like in a Unix-System (* and ? - for one character).
Have you got any solution?