Topic: Other color for files with pattern match

Hi,

I having  a lot of files
but only a few where my regex match.



Would be nice if this lines
-where my pattern match (i.e. file names change)-
would become an other color.

And/Or an check mark in a new column "Match found"
witch one could sort to bring this match to the top.

And/or an filter "show files witch would get an new name only"

Thank you.

Re: Other color for files with pattern match

Hello,

As an expression can contain many regex and as "match" and "not match" can both be interesting results i am not sure to understand.

Thanks

Re: Other color for files with pattern match

rplr wrote:

Hello,

As an expression can contain many regex and as "match" and "not match" can both be interesting results i am not sure to understand.Thanks

> and as "match" and "not match" can both be interesting results

Yes, you're right!
But right now i have to "search" all the files in the list view to see what's match and what's not.
So i want to suggest that those lines... where a file name are altered (match)... become an other color.
Or an new to implemented column get an check box in that lines where the names are modified.

The other lines ... where the file names are not modified ... would stay as bevor... no color ... no check mark.


e.g.
f.ex.     %b("o","O",,,1)

Old Name                   New Name                   Modified?
File Name one.txt        File Name One.txt         x
File Name two.txt        File Name twO.txt          x
File Name three.txt      File Name three.txt
File Name four.txt       File Name fOur.txt          x
File Name five.txt      File Name five.txt
File Name six.txt      File Name six.txt



My suggestion is just to see the names where the expression match more easier.
With the extra "Modified?"-column we can even sort to see all match together.

O.K., just brain storming.

Re: Other color for files with pattern match

I'll have to think at this. Maybe will i add it in a future version.