canton7/SyncTrayzor

Add more detail to the conflict resolution tool

Open

#507 创建于 2019年3月10日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)C# (5,477 star) (390 fork)batch import
enhancementhelp wanted

描述

When selecting a conflict, you currently only see the filename, last modified date and size.

The size is abbreviated and loses detail for large files. For example, I recently had a file which was shown on both as "3.9MiB". But one of them was corrupted. On closer inspection, the file-size on the corrupted file was a few bytes smaller. But this was hidden in the "3.9MiB" display. It would be nice to see the real bytes value. Or at least make it optional. Especially for the case of conflicts this small difference might be important.

Additionally, showing a quick hash, like a CRC32 or MD5 would be interesting to see. I have some conflicts which have the same byte-content. A CRC32 would be very useful to see in the details pane.

贡献者指南