In the Notepad++ Find in Files dialog, there is a box for filter. Normally you would enter something like *.txt in there. Are there more advanced ways to use the filter?

Specifically, I am looking for the following functionality:

  • Search all files except those of a specific extension
  • Search multiple file extensions

Is this possible?

link|improve this question

Similar question: stackoverflow.com/questions/4198829/… – MBraedley Jul 21 '11 at 15:18
feedback

1 Answer

up vote 2 down vote accepted

While I don't know how to search in all files except of a type, you can search in multiple file types by separating them with semicolons.

As in:

*.txt;*.lua;*.toc
link|improve this answer
1  
Awesome! I was trying commas and what not. This will help greatly, thank you. – Brad Aug 16 '11 at 13:31
feedback

Your Answer

 
or
required, but never shown

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