112

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)?

Breakthrough
  • 34,847
Jim Fell
  • 6,099

1 Answers1

169

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

*.txt ; *.log

Or you can just use a space

*.txt *.log
random
  • 15,201
Beaner
  • 3,707