Spayne
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
-
Spayne created a post, AnsweredAdding 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 created a post, AnsweredAdding 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 commented, -
Spayne created a post, AnsweredHow 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 ...