Notepad++ find in files filter EXCLUDE

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

    Please note tested with Notepad++ v7.8.7

    as n00b has answered

    This works:

    *.* !*.obj

    But this does not work!: *.*;!*.obj => searches no files!

    on the other hand this does work *.*; !*.obj

提交回复
热议问题