incendial
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited AsyncTreeModel: Background invoker shall not be EDT
AnsweredHi,I use Tree and AsyncTreeModel to display data to users and in the 2023.1 release I started to get reports with the following stack trace:java.lang.Throwable: Background invoker shall not be EDTa... -
Created Intention action: how to create a submenu with custom actions?
AnsweredHi,I'm trying to add an intention action with a submenu where the user can choose a proper option based on their context. As I can see for the Kotlin some actions has a submenu with "fix all" / "su... -
Edited ToolWindow: focus goes back to editor on keyboard events
AnsweredHi! I'm trying to implement a similar to the "Problems view" tool window for the Dart language and got stuck with the focus issues - I've added actions for quick fixes (option + enter) and copy des...