mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-140535 Remove action groups from old debugger UI
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user