We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IgnoreSettings has default roaming type, and, so, shared. It is ok.
But IgnoreSettings. getState implemented incorrectly — changed very often https://github.com/develar/__intellij_settings/commits/master/%24APP_CONFIG%24/ignore.xml because HashMap used. Data must be sorted.
The text was updated successfully, but these errors were encountered:
@develar Thank you for reporting. Indeed it can be very annoying - I didn't notice it before since all my local settings are ignored.
I think that simple migration to TreeMap will do the job. I'll fix it with next release.
TreeMap
Sorry, something went wrong.
Thanks. Currently, I don't use plugin, but I am JetBrains employee and our users complains about it.
6101484
No branches or pull requests
IgnoreSettings has default roaming type, and, so, shared. It is ok.
But IgnoreSettings. getState implemented incorrectly — changed very often https://github.com/develar/__intellij_settings/commits/master/%24APP_CONFIG%24/ignore.xml because HashMap used. Data must be sorted.
The text was updated successfully, but these errors were encountered: