| [news.eclipse.tools.cdt] Re: Excluding files from searches? |
Mike Feher wrote:
One last question for the day...I am trying to exclude a lot of files from text/symbol searches in my C/C++ codebase. For example, I don't want to hunt through libraries, binaries, .svn-base files, etc. for symbols. Is there a way to limit text *and* code searches to just files of a given type? It seems like at first glance, I can only do this for code searches.
If you do a simple file search (not C/C++ search) you can give a list of filename patterns (e.g. *.cpp,*.h). The C/C++ looks by definition only in source files for symbols/references.Thanks, Mike
Axel