Skip to content
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

Export/Import settings bug with Substitution Filters #1925

Closed
Gitoffthelawn opened this issue Jul 2, 2023 · 3 comments
Closed

Export/Import settings bug with Substitution Filters #1925

Gitoffthelawn opened this issue Jul 2, 2023 · 3 comments

Comments

@Gitoffthelawn
Copy link
Contributor

WinMerge v2.16.30-x64

When attempting to perform a "roundtrip" export of WinMerge settings followed by an import, I discovered a bug related to Substitution Filters: If a substitution filter begins with a space, WinMerge will leave out the space character at the beginning of the filter in the settings export file. Thus, during import, the filter will not match what the user intended to export.

I tested using regex substitution filters, so the workaround was to add a backslash before the space character.

@sdottaka
Copy link
Member

sdottaka commented Jul 7, 2023

Fixed in commit e1dc4ed

@sdottaka
Copy link
Member

sdottaka commented Jul 7, 2023

Thank you for your report!

@sdottaka sdottaka closed this as completed Jul 7, 2023
@sdottaka sdottaka added this to the v2.16.32 milestone Jul 7, 2023
@Gitoffthelawn
Copy link
Contributor Author

You're welcome. Thank you for the fix! And sorry I haven't been around to help as much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants