Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
incendial
Total activity
12
Last activity
April 20, 2023 17:20
Member since
December 13, 2022 07:19
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
April 20, 2023 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?
Community
IntelliJ IDEA Open API and Plugin Development
Intention action: how to create a submenu with custom actions?
0 votes
Created
April 18, 2023 12:07
Karol Lewandowski or you need a more detailed example?
Community
IntelliJ IDEA Open API and Plugin Development
Intention action: how to create a submenu with custom actions?
0 votes
Created
April 18, 2023 12:06
Karol Lewandowski thank you
Community
IntelliJ IDEA Open API and Plugin Development
AsyncTreeModel: Background invoker shall not be EDT
0 votes
Created
April 13, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Intention action: how to create a submenu with custom actions?
0 votes
Edited
April 03, 2023 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.
Community
IntelliJ IDEA Open API and Plugin Development
Intention action: how to create a submenu with custom actions?
0 votes
Created
December 14, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
ToolWindow: focus goes back to editor on keyboard events
0 votes