ArrayList<AnAction> executionActions = createConsoleExecActions(getLanguageConsole(),
myProcessHandler, myConsoleExecuteActionHandler, getHistoryModel());
myRunAction = executionActions.get(0);
actionList.addAll(executionActions);
actionList.add(new ToggleUseSoftWrapsToolbarAction(SoftWrapAppliancePlaces.CONSOLE) {
@Override
public void setSelected(AnActionEvent e, boolean state) {
EditorEx consoleEditor = getLanguageConsole().getConsoleEditor();
EditorEx historyViewer = getLanguageConsole().getHistoryViewer();