You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
* Make it possible to run processors asynchronously #130
3
3
* This way the UI should be more responsive when processing a lot of files
4
4
* May break processors that interact with the UI e.g. when showing dialogs
5
-
* Don't run during startup#145
6
-
* This should cause less race conditions due to partial initialization
5
+
* Don't process files during project load#145
6
+
* This should cause less race conditions due to partial project initialization
7
7
* Only active on IntelliJ < 2024.3 as [the underlying problem was fixed in IntelliJ 2024.3](https://github.com/JetBrains/intellij-community/commit/765caa71175d0a67a54836cf840fae829da590d9)
0 commit comments