主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Karl Anthony Ng
活动总数
38
最后的活动
2024年10月09日 14:23
成员加入日期
2014年10月23日 10:37
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
10
活动概览
帖子(8)
评论(16)
按最近的活动排序
最近的活动
投票数
创建于
2021年01月22日 05:30
Ok, I undestand it now. I just needed a break before I could understand it. Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Process started through RunConfiguration won't exit
1 票
创建于
2021年01月22日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Process started through RunConfiguration won't exit
0 票
创建于
2020年06月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to add a "multi-button" in table's toolbar?
0 票
创建于
2020年06月15日 12:30
I did that as well. Here's a snippet... ToolbarDecorator toolbarDecorator = ToolbarDecorator.createDecorator(tbl);AnAction action1 = new DumbAwareAction(AllIcons.General.ArrowUp) { @Override ...
社区
IntelliJ IDEA Open API and Plugin Development
How to add a "multi-button" in table's toolbar?
0 票
创建于
2020年06月15日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to add a "multi-button" in table's toolbar?
0 票
创建于
2020年05月04日 12:07
Thank you Jakub Chrzanowski.
社区
IntelliJ IDEA Open API and Plugin Development
Error message "Incompatible with the current WebStorm version." while installing plugin but plugin install successfully
0 票
创建于
2019年12月03日 07:25
Thank you.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin logo in hosted plugin repository not displaying when browsing plugins available for install
0 票
创建于
2019年08月08日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Does the Gradle IntelliJ plugin provide a way to publish to a custom plugin repository?
0 票
创建于
2019年08月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Does the Gradle IntelliJ plugin provide a way to publish to a custom plugin repository?
0 票
创建于
2018年04月18日 05:30
Worked! Thanks Dennis!
社区
IntelliJ IDEA Open API and Plugin Development
WebStorm - How to wrap error message in New Project?
0 票
下一页
›
最后
»