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 106106 <property name =" Category" >Code-Editor</property >
107107 </properties >
108108 </action >
109+ <action id =" utplsql.debug" >
110+ <properties >
111+ <property name =" Name" >${MENU_DEBUG_TEST_LABEL}</property >
112+ <property name =" SmallIcon" >res:/org/utplsql/sqldev/resources/images/debug.png</property >
113+ <property name =" Category" >Code-Editor</property >
114+ </properties >
115+ </action >
109116 <action id =" utplsql.generate" >
110117 <properties >
111118 <property name =" Name" >${MENU_GENERATE_TEST_LABEL}</property >
120127 <update-rule rule =" always-enabled" >
121128 <action id =" utplsql.test" />
122129 <action id =" utplsql.coverage" />
130+ <action id =" utplsql.debug" />
123131 <action id =" utplsql.generate" />
124132 </update-rule >
125133 </update-rules >
132140 id=" UTPLSQL_MENU" weight =" 2.0" >
133141 <item action-ref =" utplsql.test" weight =" 1.0" />
134142 <item action-ref =" utplsql.coverage" weight =" 1.1" />
135- <item action-ref =" utplsql.generate" weight =" 1.2" />
143+ <item action-ref =" utplsql.debug" weight =" 1.2" />
144+ <item action-ref =" utplsql.generate" weight =" 1.3" />
136145 </section >
137146 </menu >
138147 </context-menu-hook >
142151 <section xmlns =" http://jcp.org/jsr/198/extension-manifest"
143152 id=" UTPLSQL_MENU" weight =" 2.0" >
144153 <item action-ref =" utplsql.test" weight =" 12.1" />
145- <item action-ref =" utplsql.coverage" weight =" 12.2" />
154+ <item action-ref =" utplsql.debug" weight =" 12.2" />
155+ <item action-ref =" utplsql.coverage" weight =" 12.3" />
146156 </section >
147157 </menu >
148158 </context-menu-hook >
You can’t perform that action at this time.
0 commit comments