IDEA-140535 Remove action groups from old debugger UI

This commit is contained in:
Egor.Ushakov
2015-12-02 19:29:30 +03:00
parent 14fdb5e4b8
commit f1aa85e1d8
4 changed files with 4 additions and 7 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2009 JetBrains s.r.o.
* Copyright 2000-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -25,6 +25,7 @@ import com.intellij.debugger.ui.impl.watch.DebuggerTree;
import com.intellij.xdebugger.impl.actions.XDebuggerActions;
import org.jetbrains.annotations.NonNls;
@Deprecated
public interface DebuggerActions extends XDebuggerActions {
@NonNls String POP_FRAME = "Debugger.PopFrame";
@NonNls String EVALUATION_DIALOG_POPUP = "Debugger.EvaluationDialogPopup";
@@ -225,7 +225,8 @@ public interface IdeActions {
@NonNls String GROUP_OTHER_MENU = "OtherMenu";
@NonNls String GROUP_EDITOR = "EditorActions";
@NonNls String GROUP_DEBUGGER = "DebuggerActions";
@Deprecated @NonNls String GROUP_DEBUGGER = "DebuggerActions";
@NonNls String ACTION_TOGGLE_LINE_BREAKPOINT = "ToggleLineBreakpoint";
-2
View File
@@ -209,8 +209,6 @@
<action id="Debugger.AddSteppingFilter" class="com.intellij.debugger.actions.AddSteppingFilterAction" text="Add Stepping Filter...">
<add-to-group group-id="XDebugger.Frames.Tree.Popup"/>
</action>
<add-to-group group-id="DebuggerActions" anchor="first"/>
</group>
<group id="Debugger.Representation">
@@ -171,9 +171,6 @@
<add-to-group group-id="ToolbarRunGroup" relative-to-action="RunConfiguration" anchor="before"/>
</group>
<group id="DebuggerActions">
</group>
<action id="AnalyzeStacktraceOnError" class="com.intellij.unscramble.AnalyzeStacktraceOnErrorAction" text="Analyze _Stacktrace"/>
<reference ref="Compile">