Joachim Ansorg
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
Joachim Ansorg commented, -
Joachim Ansorg created a post, AnsweredAppLifecycleListener and JetBrains Gateway
I've been testing a plugin with JetBrains Gateway. An `AppLifecycleListener` registered in my plugin is executed when executed in a "regular" IDE, but it's not executed when executed in the Gateway... -
-
Joachim Ansorg created a post, AnsweredWhat is NotificationException?
Is this dead code? If not, what does it do? https://github.com/JetBrains/intellij-community/blob/4999f5293e4307870020f1d0d672a3d35a52f22d/platform/platform-api/src/com/intellij/notification/Notific... -
-
-
Joachim Ansorg commented, -
Joachim Ansorg created a post, AnsweredDuplicate popups when adding a custom ParameterInfoHandler
I'd like to override the default parameter info UI for Python files. For this, I've experimenting with a custom ParameterInfoHandler implementation. This isn't using the default HintManager / yello...