Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Spayne
Total activity
12
Last activity
July 29, 2020 14:12
Member since
May 20, 2019 13:30
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (3)
Comments (5)
Sort by recent activity
Recent activity
Votes
Edited
July 29, 2020 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" ...
Community
IntelliJ IDEA Open API and Plugin Development
Adding touchbar support with a new action group
0 votes
Edited
July 29, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Adding touchbar support with a new action group
0 votes
Created
July 31, 2019 16:46
Brilliant, thanks Yann, that gives me lots to work on. Many thanks, Simon
Community
IntelliJ IDEA Open API and Plugin Development
Adding new run configuration template
0 votes
Created
July 23, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Adding new run configuration template
0 votes
Created
May 20, 2019 15:04
Brilliant, thanks @Egor, that worked perfectly :) Simon
Community
IntelliJ IDEA Open API and Plugin Development
How to chain debugger actions and evaluations with com.intellij.xdebugger.XDebugSession?
0 votes