Takashi Sawanaka
Takashi Sawanaka
I think you can unregister the old context menu in the Shell Integration category of the Options window as shown below. 
If the user who installed WinMerge and the user who executes it are different, WinMerge will not be displayed in the Explorer context menu unless WinMerge is started once. This...
Is my understanding correct that you were comparing a folder on a failed hard disk with a folder on a good disk? To test, I need to have a failed...
I tried to reproduce this issue as below but couldn't do it. It would be helpful if you could tell me more detailed reproduction conditions. 
Assuming that #?????? represents an HTML color. Since WinMerge uses the Win32API COLORREF type to represent colors, the conversion from HTML color is as follows, with the RGB order reversed:...
thank you! I've unlocked the Wikipages, so I think you can edit it.
The colors below are related to word difference colors, but are not actually used as `Settings/*WordDifference*` is used instead. You can include it in the color schema file or not....
It seems that the mode is set to display only the differences and their surroundings. You probably pressed Ctrl+D instead of Ctrl+S. Ctrl+D is the same as clicking View →...
There is an ongoing effort to isolate or reduce Windows dependencies, but there are currently no plans to port it to Linux. PullRequest is very welcome.
WinMerge uses the MFC library and Win32 API, which can only be used on Windows. You can make porting easier by avoiding them as much as possible and separating where...