Skip to content

Commit 1861027

Browse files
authored
feat: add action group ID to comply Dynamic Plugin restrictions to avoid restart after plugin installation. (#192)
1 parent 0dfec2b commit 1861027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488

489489
<!-- Action for running SA added in Editor window, Navigation Bar and Project View-->
490490
<actions>
491-
<group>
491+
<group id="saAnalysis-group">
492492
<action id="saAnalysis" text="Dependency Analytics Report"
493493
class="org.jboss.tools.intellij.stackanalysis.SaAction"
494494
icon="/images/report-icon.png"/>
@@ -500,7 +500,7 @@
500500
<add-to-group group-id="ProjectViewPopupMenu" anchor="first"/>
501501
</group>
502502

503-
<group>
503+
<group id="imageAnalysis-group">
504504
<action id="imageAnalysis" text="Image Analytics Report"
505505
class="org.jboss.tools.intellij.image.ImageReportAction"
506506
icon="/images/report-icon.png"/>

0 commit comments

Comments
 (0)