editorconfig / editorconfig-jetbrains

A JetBrains IDE plugin supporting the EditorConfig standard
MIT License
291 stars 21 forks source link

Application of CodeStyleSettings is very inefficient #13

Closed bellkev closed 10 years ago

bellkev commented 11 years ago

Currently there is a quick hack in place that applies editorconfig settings for every language every time they are applied (only those handled by "CodeStyleManager"). This is dumb and could cause a noticeable lag when switching between editor tabs, so it should be improved if possible.

bellkev commented 10 years ago

This is fixed in 0.2.0.