Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Karl Anthony Ng
Total activity
38
Last activity
October 09, 2024 14:23
Member since
October 23, 2014 10:37
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
10
Activity overview
Posts (8)
Comments (16)
Sort by recent activity
Recent activity
Votes
Created
January 22, 2021 05:30
Ok, I undestand it now. I just needed a break before I could understand it. Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Process started through RunConfiguration won't exit
1 vote
Created
January 22, 2021 03:38
Sorry to revive this thread. This is exactly what I'm looking for but I don't understand fully what the solution was. Can someone here give a code snippet on how to do the mutual destroyers?
Community
IntelliJ IDEA Open API and Plugin Development
Process started through RunConfiguration won't exit
0 votes
Created
June 17, 2020 14:57
So I found the right way to do this, thanks to the Slack channel. Create a custom AnActionButton. In the custom AnActionButton, use a JBPopup. You can create one using JBPopupFactory. For the ico...
Community
IntelliJ IDEA Open API and Plugin Development
How to add a "multi-button" in table's toolbar?
0 votes
Created
June 15, 2020 12:30
I did that as well. Here's a snippet... ToolbarDecorator toolbarDecorator = ToolbarDecorator.createDecorator(tbl);AnAction action1 = new DumbAwareAction(AllIcons.General.ArrowUp) { @Override ...
Community
IntelliJ IDEA Open API and Plugin Development
How to add a "multi-button" in table's toolbar?
0 votes
Created
June 15, 2020 10:44
Jakub Chrzanowski I was using that, but when I add it to the ToolbarDecorator.setActionGroup, it was adding all the actions in the DefaultActionGroup 1 by 1. It wasn't grouping them into one "multi...
Community
IntelliJ IDEA Open API and Plugin Development
How to add a "multi-button" in table's toolbar?
0 votes
Created
May 04, 2020 12:07
Thank you Jakub Chrzanowski.
Community
IntelliJ IDEA Open API and Plugin Development
Error message "Incompatible with the current WebStorm version." while installing plugin but plugin install successfully
0 votes
Next
›
Last
»