Anyway to manually adjust compare line syncing

Discussion of open issues, suggestions and bugs regarding file and folder merge tool – Code Compare
Post Reply
fpdave100
Posts: 6
Joined: Wed 09 May 2018 11:39

Anyway to manually adjust compare line syncing

Post by fpdave100 » Fri 17 Apr 2020 15:01

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?

ekaterinag
Devart Team
Posts: 34
Joined: Wed 06 Nov 2019 06:48

Re: Anyway to manually adjust compare line syncing

Post by ekaterinag » Wed 22 Apr 2020 12:31

Hi!
Code Compare does not support comparison of only bold lines.

Post Reply