Skip to content

Commit 7477786

Browse files
add action utplsql.coverage
1 parent 656102f commit 7477786

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

sqldev/extension.xml

+12-2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@
9696
<property name="Category">Code-Editor</property>
9797
</properties>
9898
</action>
99+
<action id="utplsql.coverage">
100+
<properties>
101+
<property name="Name">${MENU_CODE_COVERAGE_LABEL}</property>
102+
<property name="SmallIcon">res:/org/utplsql/sqldev/resources/images/coverage.png</property>
103+
<property name="Category">Code-Editor</property>
104+
</properties>
105+
</action>
99106
<action id="utplsql.generate">
100107
<properties>
101108
<property name="Name">${MENU_GENERATE_TEST_LABEL}</property>
@@ -109,6 +116,7 @@
109116
<update-rules>
110117
<update-rule rule="always-enabled">
111118
<action id="utplsql.test" />
119+
<action id="utplsql.coverage" />
112120
<action id="utplsql.generate" />
113121
</update-rule>
114122
</update-rules>
@@ -120,7 +128,8 @@
120128
<section xmlns="http://jcp.org/jsr/198/extension-manifest"
121129
id="UTPLSQL_MENU" weight="2.0">
122130
<item action-ref="utplsql.test" weight="1.0" />
123-
<item action-ref="utplsql.generate" weight="1.1" />
131+
<item action-ref="utplsql.coverage" weight="1.1" />
132+
<item action-ref="utplsql.generate" weight="1.2" />
124133
</section>
125134
</menu>
126135
</context-menu-hook>
@@ -130,6 +139,7 @@
130139
<section xmlns="http://jcp.org/jsr/198/extension-manifest"
131140
id="UTPLSQL_MENU" weight="2.0">
132141
<item action-ref="utplsql.test" weight="12.1" />
142+
<item action-ref="utplsql.coverage" weight="12.2" />
133143
</section>
134144
</menu>
135145
</context-menu-hook>
@@ -138,7 +148,7 @@
138148
<menu>
139149
<section xmlns="http://jcp.org/jsr/198/extension-manifest"
140150
id="UTPLSQL_MENU" weight="2.0">
141-
<item action-ref="utplsql.generate" weight="12.2" />
151+
<item action-ref="utplsql.generate" weight="12.3" />
142152
</section>
143153
</menu>
144154
</context-menu-hook>

0 commit comments

Comments
 (0)