forked from bazelbuild/intellij
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[2020.3 compat] Add except Throwable to runInEdtAndWait method invoca…
…tions this method allows an arbitrary runnable to be added to IntelliJ's event dispatch thread (EDT). [This Commit](JetBrains/intellij-community@370c52b) introduced a refactor where exception invocations from the thread are now visible in the method signature. * Why not a more specific exception: when running in the EDT, a lot of different exceptions may happen. Hence, even if the runnable is opening a file, it is difficult to narrow down the exception to just Exception types like FileNotFound. relevant commit: JetBrains/intellij-community@c04bcf7 PiperOrigin-RevId: 361875570
- Loading branch information
1 parent
96e50d8
commit 1dc2a70
Showing
48 changed files
with
592 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.