Spayne
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
创建于 Adding touchbar support with a new action group
已回答Hi guys, I am developing Mac Touchbar support for some actions that we already use in a plugin. However I can't see how to add them. I guess the changes could be made in plugin.xml. So I have ... -
创建于 Adding new run configuration template
已回答Hi, I would like to add a couple of new templates to the Run/Debug Configurations section in IntelliJ. I have been exploring the IntelliJ Community source code and identified the com.intellij.execu... -
创建于 How to chain debugger actions and evaluations with com.intellij.xdebugger.XDebugSession?
已回答I am implementing an IntelliJ plugin that provides extra features to do with debugging Java programs. it does some special things around session.resume(), i.e. before it calls session.resume(), it ...