We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfec2b commit 1861027Copy full SHA for 1861027
src/main/resources/META-INF/plugin.xml
@@ -488,7 +488,7 @@
488
489
<!-- Action for running SA added in Editor window, Navigation Bar and Project View-->
490
<actions>
491
- <group>
+ <group id="saAnalysis-group">
492
<action id="saAnalysis" text="Dependency Analytics Report"
493
class="org.jboss.tools.intellij.stackanalysis.SaAction"
494
icon="/images/report-icon.png"/>
@@ -500,7 +500,7 @@
500
<add-to-group group-id="ProjectViewPopupMenu" anchor="first"/>
501
</group>
502
503
+ <group id="imageAnalysis-group">
504
<action id="imageAnalysis" text="Image Analytics Report"
505
class="org.jboss.tools.intellij.image.ImageReportAction"
506
0 commit comments