Commit 84891cfc authored by Konstantin Aleev's avatar Konstantin Aleev
Browse files

IDEA-211211 [spring-boot] move edit path action to context menu

parent aed4cd25
Showing with 3 additions and 0 deletions
+3 -0
......@@ -73,6 +73,8 @@ public class RunDashboardTreeCellRenderer extends JPanel implements TreeCellRend
links.first.setSelected(selected);
links.first.render(myNodeRender);
if (links.second == null) return false;
myLabel.setText(null);
if (selected || node.equals(UIUtil.getClientProperty(tree, RunDashboardHyperlinkComponent.AIMED_OBJECT))) {
myLabel.setIcon(links.second);
......
......@@ -1165,6 +1165,7 @@
<action id="RunDashboard.UngroupConfigurations" class="com.intellij.execution.dashboard.actions.UngroupConfigurationsActions"
text="Ungroup Configurations" icon="AllIcons.General.Remove"
use-shortcut-of="$Delete"/>
<separator/>
</group>
<group id="ServiceViewTreeToolbar">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment