winmerge icon indicating copy to clipboard operation
winmerge copied to clipboard

Feature to keep hidden items and compare results after project is closed and reopen

Open mauriciogracia opened this issue 2 years ago • 3 comments

This is a feature request but also if anybody finds this useful I could implement it.

  1. Hiding items, closing a project and reopening should keep the items hidden (keep context)
  2. Reopening a project that was compared before should NOT need to recompare (see note below)

To implement the 2nd one, some kind of CRC could be kept for each folder/file to know when the project needs to be compared again.

mauriciogracia avatar Jun 19 '22 23:06 mauriciogracia

Pull request is welcome

sdottaka avatar Jun 20 '22 00:06 sdottaka

I've managed to build the source code, and getting started on the technical details of these changes

mauriciogracia avatar Jun 20 '22 14:06 mauriciogracia

@sdottaka - this is a draft PR that has implemented 70% of the hidden items list https://github.com/WinMerge/winmerge/pull/1377/files#diff-cea05812464eeb2c64d026d865d4efcd30405fb7b02eb3d484021785c64c3d81 could your please review it to know if I need to make improvements

mauriciogracia avatar Jun 22 '22 05:06 mauriciogracia