Page 1 of 1

matching between lines

Posted: Fri Mar 19, 2004 2:16 am
by jolopez
i want to force compare it to force match different lines (the \n\r at the end)
my files are like this:
one:
80
FF
FF
FF
7F
00
00
90
58104000
01
07
two
80
FF
FFFF7F00
00
90
58104000
01
07
and it dtects differneces between lines. how can i tell it to not capture differences. the text is the same. all doesn func for me

Posted: Fri Mar 19, 2004 7:20 am
by grigsoft
I'm not exactly sure of what are you trying to achieve, but there are 2 functions you maybe interested in. If you want to match two lines, which CompareIt mismatched, check Merge/ManualMatch. If you want to ignore certain difference, check Merge/Ignore Diff.

Posted: Fri Mar 19, 2004 1:03 pm
by Guest
the thing i want is that the wincmp doesnt detect this as difference, when it scan this. So i want the wincmp in the firs scan to detect this
FF
FF
FF
7F
00
as same like this
FFFF7F00
in the parse option, because i has two files too big (20 MB) and i want to detect the differences in bytes not in columns. For me a diference would be
FF
FF
AA
7F
00
with
FFFF7F00
not the the other. Is it understand?

Posted: Fri Mar 19, 2004 1:10 pm
by grigsoft
Ah, now I see. At first sight there is no way to do this with Compare It! I'm planning to add binary comparison, but it would break visual representation of your files anyway.