Results 348 comments of Takashi Sawanaka

WinMerge has never been released in the form of a security update. WinMerge is scheduled to be released on a three-month cycle. Unless there is a serious bug, it will...

> If there are security vulnerabilities in the software, are the users of winmerge notified. The release notes state that vulnerabilities and bug fixes have been made. (https://github.com/WinMerge/winmerge/releases) You can...

Unfortunately, WinMerge doesn't have the ability to associate a file with a file that has a different filename but the same content. In the future, I would like to add...

The default comparison method "full contents compare method" is not fast because it scans the file for detecting encoding and EOL type, even if only one of the files exists....

> what's the downside to using binary compare "Ignore case" option and "Ignore spaces" option are not applied. It also does not apply line filters, comment filters, or plugins. Below...

I think we could add an option to do so. It would be nice if someone could Pull Request.

The "Full Contents" compare method, which is the default compare method, detects the encoding and judges whether the file is binary or not, even if one of the files does...

Unfortunately, there is no way to make such a comparison.

The reason for not doing so is that in the Full Contents comparison method, we want the columns to show the encoding, EOL type, and whether the file is a...

Does the problem occur with any file?