nbadal / ktlint-intellij-plugin

Ktlint plugin for IntelliJ IDEA + Android Studio
MIT License
158 stars 23 forks source link

Allow plugin to recognize .editorconfig file changes without having to restart the IDE #367

Closed StylianosGakis closed 10 months ago

StylianosGakis commented 10 months ago

Please do correct me if I am wrong here and there is an alternative. But trying out 0.20.0-beta-2 of the plugin, when I do a change in .editorconfig, I still get warnings in the IDE from the ktlint error that I have just supressed. I haven't found a way to force the plugin to re-evaulate the warnings it got with the new editorconfig state other than closing down the IDE and re-opening it. Closing and reopening the project itself didn't seem to work either. When I do close the IDE and open it again, the warning goes away correctly.

paul-dingemans commented 10 months ago

Tnx for the report. It will be fixed in next beta version.

StylianosGakis commented 10 months ago

Thank you for the super quick fix!