}
@NotNull
@Override
protected ConsoleExecuteActionHandler createConsoleExecuteActionHandler() {
ConsoleExecuteActionHandler handler = new ConsoleExecuteActionHandler(getProcessHandler(), false) {
@Override
public String getEmptyExecuteAction() {
return "Mongo.Shell.Execute";
}
};
new ConsoleHistoryController("Mongo Shell", null, getLanguageConsole(), handler.getConsoleHistoryModel()).install();
return handler;
}