mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
'Shutdown server' action moved to a more suitable place at toolbar
This commit is contained in:
@@ -296,8 +296,10 @@ public class DebuggerSessionTab extends DebuggerLogConsoleManagerBase implements
|
||||
|
||||
addActionToGroup(group, XDebuggerActions.RESUME);
|
||||
addActionToGroup(group, XDebuggerActions.PAUSE);
|
||||
//group.add(new KillProcessAction());
|
||||
addActionToGroup(group, IdeActions.ACTION_STOP_PROGRAM);
|
||||
if (executionResult instanceof DefaultExecutionResult) {
|
||||
group.addAll(((DefaultExecutionResult)executionResult).getAdditionalStopActions());
|
||||
}
|
||||
|
||||
group.addSeparator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user