Greetings -
I'm stymied, a bit, by differences between AS7/MCS7 editor and my trusty BBEdit/TextWranger editor. With TextWrangler, I can have ALL of the code + header files of the project available to the editor (70+ for the project in question) and I can do the equivalent of GREP and find the occurrence of a character sequence in all of the files. BUT, AS7 seems to look only at the .c files.
So, the burning question: How can I find all of the occurrences of "xyzzy" (or any other abstract character sequence) in BOTH code and header files in AS7?
Thanks
Jim