When using Notepad++ Find in Files feature is there a way to adjust the filter, so that it will search more than one filetype (e.g. *.c and *.h)?

link|improve this question

feedback

1 Answer

up vote 14 down vote accepted

Separate multiple filters with a semi-colon (;).

*.txt ; *.log
link|improve this answer
Thanks, that did the trick! – Jim Fell Dec 17 '09 at 15:30
Spaces also seem to work. – grammar31 Feb 8 at 0:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.