Is there a diff tool that allows me to write regular expression to remove a line from difference?
Like, see the two lines:
this.Visible = true;
Visible = true;
And can I write an expression such that if the line difference is exactly this
ignore the difference.
How do I specifically do that?
I give you one more example. Like System.Exception
and Exception
both are same for me, I don't want to show them in the diff.
I was not able to find the feature in any software, though Beyond Compare and Araxis have this feature.
From the WinMerge wiki it looks like they won't support plugins or any such feature in new future. Too bad.