I've been able to find text in subdirectories, so the answer to part of your first question is yes, it should find "<stdio.h>" in all *.h files under directories C:\Work\Projects when you select that directory while performing a "Find in files...".
You're right; the "Cancel" button doesn't stop it. I don't know of any graceful way to stop it. --Joel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have two issues/questions with this feature:
1. Is there a search recursively feature? For example, I want to search for "<stdio.h>" in all *.h file under directories C:\Work\Projects
2. When the search is taking too long, is there a graceful way to stop it? I only know how to kill the process. The "Cancel" button does not work.
Any ideas?
Thanks,
P
I've been able to find text in subdirectories, so the answer to part of your first question is yes, it should find "<stdio.h>" in all *.h files under directories C:\Work\Projects when you select that directory while performing a "Find in files...".
You're right; the "Cancel" button doesn't stop it. I don't know of any graceful way to stop it. --Joel