Spayne
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
-
-
Spayne 创建了一个帖子, 已回答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 ... -
-
-
Spayne 创建了一个帖子, 已回答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... -
Spayne 进行了评论, -
Spayne 创建了一个帖子, 已回答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 ...