matching between lines

Post your new features ideas and suggestions here.
Post Reply
jolopez

matching between lines

Post 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

grigsoft
Site Admin
Posts: 1673
Joined: Tue Sep 23, 2003 7:37 pm
Contact:

Post 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.

Guest

Post 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?

grigsoft
Site Admin
Posts: 1673
Joined: Tue Sep 23, 2003 7:37 pm
Contact:

Post 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.

Post Reply