Notepad++ find in files filter EXCLUDE

前端 未结 8 1370
时光取名叫无心
时光取名叫无心 2021-02-03 16:53

I\'m looking for a way to get n++\'s find in files dialog to exclude certain files...

the only reference I\'ve found so far is this http://sourceforge.net/project/showno

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-03 17:26

    Note, as of December 5th, 2019, Notepad++ 7.8.2 now supports exclude filters.

    For example to exclude exe, zip and jar files, your 'find in files' filter will look like this;

    *.* !*.exe !*.zip !*.jar

    Relevant code change here.

提交回复
热议问题