winmerge
winmerge copied to clipboard
Feature to keep hidden items and compare results after project is closed and reopen
This is a feature request but also if anybody finds this useful I could implement it.
- Hiding items, closing a project and reopening should keep the items hidden (keep context)
- 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.
Pull request is welcome
I've managed to build the source code, and getting started on the technical details of these changes
@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