Results 411 comments of Takashi Sawanaka

For a file filter, you can exclude folders containing “pro” by using: ~~~ name: #3039 desc: #3039 def: include d: \\.*pro.*$ ~~~

In Windows 11, the WinMerge installer no longer registers **ShellExtensionX64.dll**, but instead registers the new Windows 11 shell extension **WinMergeContextMenu.dll**. It’s likely that this Windows 11 shell extension cannot be...

To register the Windows 11 shell extension, run this PowerShell command: ```powershell Add-AppxPackage "C:\Program Files\WinMerge\WinMergeContextMenuPackage.msix" -ExternalLocation "C:\Program Files\WinMerge" ```

When you select files and use the Refresh Selected menu item, WinMerge currently uses only one CPU core. However, if you press the F5 key to refresh, it will use...

It seems that using only one CPU core for "Refresh Selected" should be improved. As for the other requests, it would be helpful if you could open separate issues for...

Duplicates of #3015. This issue has been fixed in the latest version 2.16.52.2.

It seems that the file CbsP... is not compared as a text file in folder comparison. If the file size exceeds 64 MB, WinMerge performs a simple byte-by-byte comparison instead....

Unfortunately, WinMerge currently does not support copying selected data from a binary comparison as a hexadecimal string.

There doesn’t seem to be any workaround; I can’t think of one at the moment.

Could you please check if the issue happens again when you run the same comparison? If possible, please attach the files that cause the problem so we can try to...