public abstract class ConsoleActionsPostProcessor
extends java.lang.Object
console actions
customization.Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<ConsoleActionsPostProcessor> |
EP_NAME |
Constructor and Description |
---|
ConsoleActionsPostProcessor() |
Modifier and Type | Method and Description |
---|---|
AnAction [] |
postProcess(ConsoleView console,
AnAction [] actions)
Allows to adjust actions to use within the given console instance.
|
AnAction [] |
postProcessPopupActions(ConsoleView console,
AnAction [] actions) |
public static final ExtensionPointName<ConsoleActionsPostProcessor> EP_NAME
public AnAction [] postProcess(ConsoleView console, AnAction [] actions)
'Adjust'
here stands for 'add', 'remove', 'change order' etc.console
- console instance which actions are being post-processedactions
- console actions that will be used by defaultpublic AnAction [] postProcessPopupActions(ConsoleView console, AnAction [] actions)