Omit different lines by identifier

Discussion of open issues, suggestions and bugs regarding file and folder merge tool – Code Compare
Post Reply
dmarshall
Posts: 2
Joined: Wed 03 Apr 2013 15:22

Omit different lines by identifier

Post by dmarshall » Wed 24 Jul 2013 17:58

Is there a way to omit lines that are different based on some type of flag or identifier. ex.

line from file 1:
f1 = f2;

line from file 2:
f1 = f2 * 1; //OMIT THIS LINE AS A CHANGE

Is there a way to filter this line out so it does not appear as a change based on the identifier of "OMIT THIS LINE AS A CHANGE" or any other type of flag

AlexeyN
Devart Team
Posts: 244
Joined: Wed 12 Sep 2012 12:09

Re: Omit different lines by identifier

Post by AlexeyN » Thu 25 Jul 2013 09:35

Unfortunately, Code Compare does not have such feature.
I found similar suggestions at our UserVoice. Please vote for the appropriate suggestions in order for us to create a list of features that are most necessary for our users:

http://devart.uservoice.com/forums/9303 ... s-for-diff

http://devart.uservoice.com/forums/9303 ... -ignore-as

Post Reply