-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin unpacked file extension problem (get_PluginUnpackedFileExtension) #983
Comments
It was fixed here #820, but did not work in all cases. |
Fixed in commit 89c7a86 Thank you for the report. |
Now it works when the comparison window is opened initially, but when changing the |
Oh! Thank you for reporting again. |
WinMerge 2.16.14 and 2.16.15: I am using the get_PluginUnpackedFileExtension and return .yaml when comparing zip files that contain xml files, the plugin does a xml to yaml transformation, the fileDst name in the UnpackFile function is _WM886C.tmp.yaml, and the file is written correctly to the Temp\WinMerge folder. In the yaml I use '#' as comments and I want to use the WinMerge option 'Ignore comment differences' and 'Complete unhighlight the ignored differences'. For this to work I added to the WinMerge\Edit\Options\Editor\Sysntax\Shell ;yaml.
But this does not work, may be because in the comparison window the xml files names are shown at the top.
Thanks for the help.
The text was updated successfully, but these errors were encountered: