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

查看:20
本文介绍了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.

我该如何解决这个问题?

How can I resolve this ?

谢谢

推荐答案

注意,截至 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天全站免登陆