incendial
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
已编辑于 AsyncTreeModel: Background invoker shall not be EDT
已回答Hi,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... -
创建于 Intention action: how to create a submenu with custom actions?
已回答Hi,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... -
已编辑于 ToolWindow: focus goes back to editor on keyboard events
已回答Hi! 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...