feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - May 17 2005 : 2:35:47 PM
|
i am just thinking about how this could be done. the main focus of the OFIW dialog is to allow you to find a specific file, or set of files by their name. why do you want to find all .c files like this?
my initial thought is that this is not what the OFIW dialog is for.
using .NET 2003 you can do the following:
use CTRL+SHIFT+F to open the "find in files" dialog, search for the string "." (a single dot) using regular expressions in all files called "*.c". so long as you turn on "display file names only" this does what you want. |
zen is the art of being at one with the two'ness |
|
|