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/shownotes.php?release_id=536795&group_id=189927 , but, unfortunately, it doesn't work.
I'm using *[^*.dll] to, I think, search for everything BUT dll files.
How can I resolve this ?
Thanks
You can filter the NotePad to show you only certain groups of cost items. By default, you can see all items in the NotePad. To open a job in the Manage Estimates screen, click Estimating > Estimating > Manage Estimates in the All Tasks pane. Then select the job you want to open, and click OK.
Finding text in Notepad and WordPad The Ctrl + F and Command + F keyboard shortcut keys also work in Microsoft Notepad and Microsoft WordPad.
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.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With