sublime_merge icon indicating copy to clipboard operation
sublime_merge copied to clipboard

Please implement manual alignment in the diff viewer.

Open vruyr opened this issue 7 years ago • 1 comments

Problem description

Often times the diff algorithm fails to match lines and the resulting diff is larger than it has to be. This is especially a big problem with merge conflict resolution.

Preferred solution

Please implement a feature where a selection of text on the left could be declared corresponding to a selection on the right. that should also visually align corresponding lines.

Alternatives

Beyond Compare have a manual alignment feature.

vruyr avatar Dec 09 '18 21:12 vruyr

As another point of reference, you can also do this in KDiff3 (Ctrl+Y, or Diffview → Add Manual Diff Alignment).

bmcdonnell-fb avatar Feb 10 '25 16:02 bmcdonnell-fb