Search found 108 matches

by JeremyNicoll
Sat Dec 12, 2020 6:39 am
Forum: ExamDiff Pro
Topic: Exclude known different words
Replies: 3
Views: 3465

Re: Exclude known different words

I don't think you can have a comma-separated list of conditions. You can have one regular expression. So maybe tempTest|tempProd|webTest|webProd that is, a list of four alternative values all of which, if present, will be ignored. Having said that, you said that tempTest|tempProd, webTest|webProd di...
by JeremyNicoll
Wed Sep 30, 2020 12:10 pm
Forum: ExamDiff Pro
Topic: Problem and BUG with comparing two different encoded text files
Replies: 7
Views: 6309

Re: Problem and BUG with comparing two different encoded text files

psguru said

"The proper analogy for file encoding would be other file metadata, such as file size or timestamp."


I don't see why. File metadata (like its size or timestamp) is information kept outside the file, by the file-system.

Encoding information is inside the file, is it not?
by JeremyNicoll
Tue Oct 22, 2019 1:31 am
Forum: ExamDiff Pro
Topic: End of line styles ignored in v8.0
Replies: 5
Views: 7616

Re: End of line styles ignored in v8.0

1st file has 0d 0a line ending 2nd file has 0d 2nd file is treated as one long line Settings: Treat both files as text, Ignore line ending styles, use view filter Both files attached below I don't see what you describe. The first file has 0A at offsets +5F and +17D and +1BA - no adjacent chars are ...
by JeremyNicoll
Mon Oct 14, 2019 11:18 am
Forum: ExamDiff Pro
Topic: Wrong count
Replies: 19
Views: 19471

Re: Wrong count

OK, I'll need to install a more uptodate version of EDP to find out whether I'm seeing behaviour that's since been fixed. Last time around I got in a mess, having installed it (an early V9 version) under my admin id, and then found the plugins weren't defined for my day-to-day id. You may recall the...
by JeremyNicoll
Mon Oct 14, 2019 1:55 am
Forum: ExamDiff Pro
Topic: Wrong count
Replies: 19
Views: 19471

Re: Wrong count

Showing empty directories in recursive comparison is optional, as you probably know, and it's off by default. The message you suggest would only make sense in non-recursive comparison (there are no non-empty folders in recursive comparison), but then again, EDP does not spend time to calculate empt...
by JeremyNicoll
Sun Oct 13, 2019 4:32 am
Forum: ExamDiff Pro
Topic: Wrong count
Replies: 19
Views: 19471

Re: Wrong count

The definition of 'empty' depends on ignores...? Are these are the ignores in the Text Comparison options? None of them are active. Even if they were, how would they affect directory comparisons? Unless... are you saying that if EDP for some reason ignored all of the content of some files in a direc...
by JeremyNicoll
Sun Oct 13, 2019 1:54 am
Forum: ExamDiff Pro
Topic: Wrong count
Replies: 19
Views: 19471

Re: Wrong count

It's hard to believe that something as basic as a count would fail.

How on earth does something like this make its way through testing?
by JeremyNicoll
Sun Oct 13, 2019 1:43 am
Forum: ExamDiff Pro
Topic: Wrong count
Replies: 19
Views: 19471

Re: Wrong count

"Empty"?

But (in my example) when recursion is not active, EDP reports "Total: 8 directories". Seven of those are empty, but one (Folder 004) has contents.

Why would counting of directories not count all of them, every time?
by JeremyNicoll
Sun Oct 13, 2019 1:37 am
Forum: ExamDiff Pro
Topic: Wrong count
Replies: 19
Views: 19471

Re: Wrong count

Surely anyone would expect a different result? How can the total number of directories, when they are all looked at, be less than when only one level are? Perhaps MSpagni could also say what the counts seen by File Explorer are? I'm aware that my current version of EDP is well out of date, so althou...
by JeremyNicoll
Fri Aug 02, 2019 2:45 am
Forum: ExamDiff Pro
Topic: Please update the following plugins (for next release)
Replies: 92
Views: 183158

Re: Please update the following plugins (for next release)

Don't the licence conditions on the Kanthak version mean it's not usable with EDP?

See: https://skanthak.homepage.t-online.de/home.html
by JeremyNicoll
Sun Feb 24, 2019 6:04 am
Forum: ExamDiff Pro
Topic: Comparison issue if amount of blanks used for indentation changed
Replies: 20
Views: 24150

Re: Comparison issue if amount of blanks used for indentation changed

Is it right to say that - in "Lines" mode, the diff engine identifies exactly-equal lines then displays the blocks of lines between the matching lines, and because of the mode, only /displays/ whole lines - in "Lines & words/chars" mode, the diff engine identifies exactly-equ...
by JeremyNicoll
Sat Feb 23, 2019 3:53 pm
Forum: ExamDiff Pro
Topic: Comparison issue if amount of blanks used for indentation changed
Replies: 20
Views: 24150

Re: Comparison issue if amount of blanks used for indentation changed

Thank-you! All images (except the first) are now visible.
by JeremyNicoll
Sat Feb 23, 2019 3:38 am
Forum: ExamDiff Pro
Topic: Comparison issue if amount of blanks used for indentation changed
Replies: 20
Views: 24150

Re: Comparison issue if amount of blanks used for indentation changed

Where are the screenshots? It's hard to learn without seeing what's being discussed.
by JeremyNicoll
Tue Feb 19, 2019 11:49 am
Forum: ExamDiff Pro
Topic: New is treated as change, how can i fix that?
Replies: 9
Views: 12213

Re: New is treated as change, how can i fix that?

OK; I /think/ that makes sense. I made four tiny text files with very small differences and I can see why with those one pair has a change whereas the other pair has an add and a delete. Maybe what really puzzles me is what the OP's picture actually shows? How is it possible to have (in the lefthand...
by JeremyNicoll
Tue Feb 19, 2019 11:01 am
Forum: ExamDiff Pro
Topic: New is treated as change, how can i fix that?
Replies: 9
Views: 12213

Re: New is treated as change, how can i fix that?

How does EDP decide that a block is sufficiently different to be flagged as 'changed' but not so different that it contains added lines, then?