it-crowd / pom-sorter

Plugin for IntelliJ Idea to sort pom.xml
4 stars 9 forks source link

Sorting should be done asynchronously #5

Closed blabno closed 11 years ago

blabno commented 11 years ago

Do not freez IDE during sort action. Use progress bar.

blabno commented 11 years ago

After implementing it I've found out that making the process asynchronous does not help much, because the editor is being frozen anyway.