Home » Questions » Computers [ Ask a new question ]

Notepad++ Find in Files Filters

Notepad++ Find in Files Filters

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

Asked by: Guest | Views: 194
Total answers/comments: 1
Guest [Entry]

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

*.txt ; *.log

Or you can just use a space

*.txt *.log"