主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Spayne
活动总数
12
最后的活动
2020年07月29日 14:12
成员加入日期
2019年05月20日 13:30
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
3
活动概览
帖子(3)
评论(5)
按最近的活动排序
最近的活动
投票数
已编辑于
2020年07月29日 14:12
Along with the above code snippet, I revised the plugin.xml which now has:<group id="TouchBarMyAction_alt_r" class="my.code.intellij.actions.TouchBarMyActionGroup" text="My Operations" ...
社区
IntelliJ IDEA Open API and Plugin Development
Adding touchbar support with a new action group
0 票
已编辑于
2020年07月29日 13:55
So I've made a bit of progress: I added an `ActionGroup` class that has the same id as the one I added to `plugin.xml`. In that class, I defined the actions to be displayed. This resulted in the gr...
社区
IntelliJ IDEA Open API and Plugin Development
Adding touchbar support with a new action group
0 票
创建于
2019年07月31日 16:46
Brilliant, thanks Yann, that gives me lots to work on. Many thanks, Simon
社区
IntelliJ IDEA Open API and Plugin Development
Adding new run configuration template
0 票
创建于
2019年07月23日 16:00
Hi Eric / Yann, Thanks for the advice about using gradle scripting to generate new run configurations. However it wasn't exactly what I was looking for. What I mean is how can we add new entries to...
社区
IntelliJ IDEA Open API and Plugin Development
Adding new run configuration template
0 票
创建于
2019年05月20日 15:04
Brilliant, thanks @Egor, that worked perfectly :) Simon
社区
IntelliJ IDEA Open API and Plugin Development
How to chain debugger actions and evaluations with com.intellij.xdebugger.XDebugSession?
0 票