How to add an action besides JBTabs
已回答
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.

请先登录再写评论。
com.intellij.openapi.wm.ex.ToolWindowEx#setTabActions
This is highly customized code, see com.intellij.execution.ui.layout.impl.RunnerContentUi#getGridFor() and related.