主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
incendial
活动总数
12
最后的活动
2023年04月20日 17:20
成员加入日期
2022年12月13日 07:19
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(3)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2023年04月20日 17:20
Thanks, I see how it can be implemented for the annotation builder now.But looks like it does not work for "<intentionAction>" declared in the plugins.xml. Can you suggest any solution here?
社区
IntelliJ IDEA Open API and Plugin Development
Intention action: how to create a submenu with custom actions?
0 票
创建于
2023年04月18日 12:07
Karol Lewandowski or you need a more detailed example?
社区
IntelliJ IDEA Open API and Plugin Development
Intention action: how to create a submenu with custom actions?
0 票
创建于
2023年04月18日 12:06
Karol Lewandowski thank you
社区
IntelliJ IDEA Open API and Plugin Development
AsyncTreeModel: Background invoker shall not be EDT
0 票
创建于
2023年04月13日 12:41
Sure, I created an action that extends "IntentionActionWithOptions" and passed an instance when setting a fix to the annotation builder builder.withFix(DCMWrapInIntention(action, priority)) Unfort...
社区
IntelliJ IDEA Open API and Plugin Development
Intention action: how to create a submenu with custom actions?
0 票
已编辑于
2023年04月03日 11:06
Are you sure it works in the context of quick fixes added to the annotation builder? I tried to use `IntentionActionWithOptions`, but it didn't work for me.
社区
IntelliJ IDEA Open API and Plugin Development
Intention action: how to create a submenu with custom actions?
0 票
创建于
2022年12月14日 15:26
Hmm... Great question. I'm developing for pluginSinceBuild = 221, but test other plugins and the "Problem view" on Build #IC-223.7571.182. Curious, if this is the reason, coz after checking the "Pr...
社区
IntelliJ IDEA Open API and Plugin Development
ToolWindow: focus goes back to editor on keyboard events
0 票