Allow ignoring partial/multiple lines with regexp filter
Windows visual diff and merge for files and directories
Brought to you by:
christianlist,
grimmdp
Sample files showing issue.
Logged In: YES
user_id=804270
This is maybe not what you expect, but this is normal.
WinMerge follows the rules of diffutils.
Lines matching regular expression are ignored only if they are
isolated.
If a line matching regular expression is just before or just
after a not-ignored difference, it is merged with that
difference in a bigger difference.
Logged In: YES
user_id=631874
This is unfortunate side-effect of diffutils. I guess it
tries to 'pack' diffs (for smaller patch files and easier
patching?) and avoids splitting diffs.
But this is not what users expect. I don't like this
behavior either and I think we really should fix this later
in 2.3.
I we'll need better linefiltering and only way to implement
it is doing filtering *before* diffutils. Multi-line or
partial line capable filtering would be a great feature.
Currently there is no way to filter multiline C-style
comments for example.
Should we move this to RFE list?
Logged In: YES
user_id=631874
I'm moving this to RFE about multiline ignores.
New summary: 'Allow ignoring multiple lines with regexp filter'.
Logged In: YES
user_id=631874
Tweaking summary, I think partial/multiple line ignoring is
same thing here... And both would be very handy to have.
Logged In: YES
user_id=631874
Low priority since this seems hard to implement.