Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
84891cfc
Commit
84891cfc
authored
6 years ago
by
Konstantin Aleev
Browse files
Options
Download
Email Patches
Plain Diff
IDEA-211211 [spring-boot] move edit path action to context menu
parent
aed4cd25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
platform/lang-impl/src/com/intellij/execution/dashboard/tree/RunDashboardTreeCellRenderer.java
+2
-0
...xecution/dashboard/tree/RunDashboardTreeCellRenderer.java
platform/platform-resources/src/idea/LangActions.xml
+1
-0
platform/platform-resources/src/idea/LangActions.xml
with
3 additions
and
0 deletions
+3
-0
platform/lang-impl/src/com/intellij/execution/dashboard/tree/RunDashboardTreeCellRenderer.java
+
2
-
0
View file @
84891cfc
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
platform/platform-resources/src/idea/LangActions.xml
+
1
-
0
View file @
84891cfc
...
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help