mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Dependency on 'intellij.platform.frontend' module is used instead. GitOrigin-RevId: 1e524ea60bee460cc3c3842d6b010c635d632823
15 lines
832 B
XML
15 lines
832 B
XML
<idea-plugin package="com.intellij.java.debugger.impl.frontend">
|
|
<dependencies>
|
|
<module name="intellij.platform.frontend"/>
|
|
<module name="intellij.platform.debugger.impl.frontend"/>
|
|
</dependencies>
|
|
<actions resource-bundle="messages.JavaDebuggerImplFrontendBundle">
|
|
<action id="Debugger.ViewText.Frontend" class="com.intellij.java.debugger.impl.frontend.actions.FrontendViewTextAction">
|
|
<add-to-group group-id="XDebugger.Inspect.Tree.Popup.Bottom.Section.Frontend" anchor="last"/>
|
|
</action>
|
|
<action class="com.intellij.java.debugger.impl.frontend.actions.FrontendShowInstancesByClassAction"
|
|
id="MemoryView.ShowInstancesFromDebuggerTree.Frontend">
|
|
<add-to-group group-id="XDebugger.Inspect.Tree.Popup.Middle.Section.Frontend" anchor="last"/>
|
|
</action>
|
|
</actions>
|
|
</idea-plugin> |