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 106
106
<property name =" Category" >Code-Editor</property >
107
107
</properties >
108
108
</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 >
109
116
<action id =" utplsql.generate" >
110
117
<properties >
111
118
<property name =" Name" >${MENU_GENERATE_TEST_LABEL}</property >
120
127
<update-rule rule =" always-enabled" >
121
128
<action id =" utplsql.test" />
122
129
<action id =" utplsql.coverage" />
130
+ <action id =" utplsql.debug" />
123
131
<action id =" utplsql.generate" />
124
132
</update-rule >
125
133
</update-rules >
132
140
id=" UTPLSQL_MENU" weight =" 2.0" >
133
141
<item action-ref =" utplsql.test" weight =" 1.0" />
134
142
<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" />
136
145
</section >
137
146
</menu >
138
147
</context-menu-hook >
142
151
<section xmlns =" http://jcp.org/jsr/198/extension-manifest"
143
152
id=" UTPLSQL_MENU" weight =" 2.0" >
144
153
<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" />
146
156
</section >
147
157
</menu >
148
158
</context-menu-hook >
You can’t perform that action at this time.
0 commit comments