Notepad ++在文件过滤器中查找EXCLUDE [英] Notepad++ find in files filter EXCLUDE

查看:669
本文介绍了Notepad ++在文件过滤器中查找EXCLUDE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一种在文件对话框中获取n ++的查找以排除某些文件的方法...

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

到目前为止,我唯一找到的参考文件是 http://sourceforge.net/project/shownotes.php?release_id = 536795& group_id = 189927 ,但不幸的是,它不起作用.

the only reference I've found so far is this http://sourceforge.net/project/shownotes.php?release_id=536795&group_id=189927 , but, unfortunately, it doesn't work.

我认为我正在使用* [^ *.dll]搜索所有但dll文件.

I'm using *[^*.dll] to, I think, search for everything BUT dll files.

我该如何解决?

谢谢

推荐答案

注意,自2019年12月5日起,Notepad ++ 7.8.2现在支持排除过滤器.

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

例如,要排除exe,zip和jar文件,您的查找文件"过滤器将如下所示;

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

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

相关代码更改此处.

这篇关于Notepad ++在文件过滤器中查找EXCLUDE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆