Files
openide/java/debugger/frontend/resources/intellij.java.debugger.impl.frontend.xml
Nikolay Chashnikov 91627785ac [remote dev] cleanup: get rid of dependencies on 'com.intellij.platform.experimental.frontend' plugin alias (IJPL-177155)
Dependency on 'intellij.platform.frontend' module is used instead.

GitOrigin-RevId: 1e524ea60bee460cc3c3842d6b010c635d632823
2025-03-07 10:45:55 +00:00

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>