Notepad++ find in files filter EXCLUDE

前端 未结 8 1369
时光取名叫无心
时光取名叫无心 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:11

    not that its a GOOD answer, but, what I've found that works is this

    *.sql ; *.asp ; *.html ; *.as ; *.mxml
    

    Its definitely not an 'exclude' list, but, by including all the types I need to look at, I get the same result. In my case, I've only got those handfuls of types that I look for often. If your set was wider, this would become even less useful.

提交回复
热议问题