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
Created
December 03, 2019 07:25
Thank you.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin logo in hosted plugin repository not displaying when browsing plugins available for install
0 votes
Created
August 08, 2019 10:15
Gotcha. The zip file created in the target/distribution folder when buildPlugin task is run is the zip file that I need to upload to the custom hosted plugin repository right?
Community
IntelliJ IDEA Open API and Plugin Development
Does the Gradle IntelliJ plugin provide a way to publish to a custom plugin repository?
0 votes
Created
August 08, 2019 10:09
I meant the custom hosted plugin repository. Do you have a suggestion on how to do it for a custom hosted plugin repository? I'm looking at doing the following since the Gradle IntelliJ plugin does...
Community
IntelliJ IDEA Open API and Plugin Development
Does the Gradle IntelliJ plugin provide a way to publish to a custom plugin repository?
0 votes
Created
April 18, 2018 05:30
Worked! Thanks Dennis!
Community
IntelliJ IDEA Open API and Plugin Development
WebStorm - How to wrap error message in New Project?
0 votes
Next
›
Last
»