confusion about ignores

General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
Post Reply
Gorlash
Junior Member
Posts: 14
Joined: Mon Mar 30, 2015 5:05 pm

confusion about ignores

Post by Gorlash »

I don't understand what I'm supposed to do here. I want EDP to ignore all *.o, *.u, *.s files in all directories.

I have added to ignores:
:*\*.s
:*\*.o
:*\*.u
I have both "Use Ignores" and "Use Comparison Filters" checked.

But only the first one (*.s) is working, all the *.o and *.u are still listed...
What else do I need to do??

EDP Build 7.0.1.23 (64-bit), registered.
Windows 7 64-bit
User avatar
psguru
Site Admin
Posts: 2231
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Re: confusion about ignores

Post by psguru »

This looks right. Could you post your screenshots of the Options screen with filters and the results of comparison?
psguru
PrestoSoft
Gorlash
Junior Member
Posts: 14
Joined: Mon Mar 30, 2015 5:05 pm

Re: confusion about ignores

Post by Gorlash »

Here they are; it's only a partial list, since the full directory list is over 1800 files!
Attachments
file list-partial.PNG
file list-partial.PNG (121.26 KiB) Viewed 9015 times
filter list.PNG
filter list.PNG (7.54 KiB) Viewed 9015 times
User avatar
psguru
Site Admin
Posts: 2231
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Re: confusion about ignores

Post by psguru »

If you want to exclude all of the mentioned extensions, you should have the filters comma-separated, like this:

Code: Select all

*\*.s,:*\*.o,:*\*.u
psguru
PrestoSoft
Gorlash
Junior Member
Posts: 14
Joined: Mon Mar 30, 2015 5:05 pm

Re: confusion about ignores

Post by Gorlash »

hmmm... okay, that appears to work...

It leaves a couple of thoughts in mind, though;

1. Could you add a note on that dialog, about the separator character? (or is it there?? I don't see it...)
I was thinking of concatenating my options, but didn't see how to do it, so tried separate entries.

2. Why don't separate entries work??
User avatar
psguru
Site Admin
Posts: 2231
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Re: confusion about ignores

Post by psguru »

1. Could you add a note on that dialog, about the separator character? (or is it there?? I don't see it...)
I was thinking of concatenating my options, but didn't see how to do it, so tried separate entries.
It says it right on the options screen: comma-separated strings.
2. Why don't separate entries work??
Because the drop-down entries are different filters, not parts of the same filter.
psguru
PrestoSoft
Gorlash
Junior Member
Posts: 14
Joined: Mon Mar 30, 2015 5:05 pm

Re: confusion about ignores

Post by Gorlash »

Wow, yeah it was... I've never noticed the end of the groupbox label before, all I ever noted was the text blocks... nevermind.
Post Reply