Notepad++ File Filters -


I was wondering if a list of exclusions inside the file filter in Notepad ++'s "Find in Files" functionality Is possible for

For example, the dog will be replaced with the dog in all the following files.

Find What: Dog

Replace With: Cat

Filters: *. *

What do I want to do, except for cats in all files with dogs, leaving those files and leaving .sh files.

Is this possible?

I feel like no one is present in Notepad ++ like "negative selector".

I have a quick look and feel that the file proves the system selection mechanism for a function called getMatchedFilenames () , continuing through all the files under a certain directory Runs in, which in turn will match the following file name Pattern:

  bool Notepad_plus :: matchInList (Const TCHAR * Filename, Constant Vector & lt; generic_st Ring & gt; ; & Amp; Amp; Pattern) {for (size_t i = 0; i  

As far as I can determine, negative selectors do not allow.

This is probably possible to enter. If you can make that list long enough to include all the extensions in your directory except .sh , then you are also there.

Good luck!


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -