Skip to content

add a feature: mark file and compare with marked file.

Helly Guo requested to merge hellyguo/meld:master into master

dir a:

  • file1
  • file2

dir b:

  • fileA
  • fileB

When I use Beyond Compare, I can compare file1 and fileA from hotkey: F7. But meld is not supported this operation.

This is useful when you need to refactor your code or just rename your files. So I added this feature.

Merge request reports