Toolbar for ConsoleView Permanently deleted user Created May 04, 2015 12:34 Hello, how I can attach something like ToolbarDecorator for ConsoleView?
You may add some custom actions in method ConsoleView.createConsoleActions()
Or you mean "add some JComponent"?
I want some buttons like in terminal at left side.
Please, look at com.intellij.execution.actions.ConsoleActionsPostProcessor, this extension point helps when you need to customize console toolbar.
You may, for example, add your own actions to the predefined set.