Page 1 of 1

Anyway to manually adjust compare line syncing

Posted: Fri 17 Apr 2020 15:01
by fpdave100
eg, I have:

Code: Select all

foo()
{
[b]XX[/b]
YY
ZZ
}
and a developer comes and changes it to be:
foo()
{
if (something)
{
XXX
YY
ZZZ
}
else
{
[b]XX[/b]
YY
ZZ
}
}
I'd like to be able to adjust the comparison so that the 2 bold lines are compared, but I cant do this. Is it posisble?

Re: Anyway to manually adjust compare line syncing

Posted: Wed 22 Apr 2020 12:31
by ekaterinag
Hi!
Code Compare does not support comparison of only bold lines.