Toolbar for ConsoleView

Hello, how I can attach something like ToolbarDecorator for ConsoleView?

0
3 comments
Avatar
Permanently deleted user

You may add some custom actions in method ConsoleView.createConsoleActions()
Or you mean "add some JComponent"?

1
Avatar
Permanently deleted user

I want some buttons like in terminal at left side.

0
Avatar
Permanently deleted user

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.

1

Please sign in to leave a comment.