File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments