new CloseExecutionResultAction(executionResult),
new EditMethodAction(executionResult),
new StartMethodExecutionAction(executionResult),
new PromptMethodExecutionAction(executionResult),
ActionUtil.SEPARATOR,
new OpenSettingsAction());
actionsPanel.add(actionToolbar.getComponent());
}