How to add an action besides JBTabs Follow
Answered
Hello everyone. How can I add an action group after a JBTab just like Debug console do? This problem bothered me for 3 days and still can’t be solved.
Please sign in to leave a comment.
com.intellij.openapi.wm.ex.ToolWindowEx#setTabActions
This is highly customized code, see com.intellij.execution.ui.layout.impl.RunnerContentUi#getGridFor() and related.