CommandLinePatcher[] patchers,
PyConsoleOptions.PyConsoleSettings consoleSettings,
String... statementsToExecute) {
- super(project, sdk, consoleType, workingDir, environmentVariables, consoleSettings, () -> {
- }, statementsToExecute);
+ super(project, sdk, consoleType, workingDir, environmentVariables, consoleSettings, (s) -> {}, statementsToExecute);
myPatchers = patchers;
}
AnAction a = new ConsoleExecuteAction(super.getConsoleView(), myConsoleExecuteActionHandler,
myConsoleExecuteActionHandler.getEmptyExecuteAction(), myConsoleExecuteActionHandler);
registerActionShortcuts(Lists.newArrayList(a), getConsoleView().getConsoleEditor().getComponent());
-
}
@Override