Spayne

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Adding touchbar support with a new action group
AnsweredHi 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 ... -
Created Adding new run configuration template
AnsweredHi, 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... -
Created How to chain debugger actions and evaluations with com.intellij.xdebugger.XDebugSession?
AnsweredI 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 ...