File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,17 +197,17 @@ limitations under the License.
197
197
<menuseparator />
198
198
<menuitem label =" &playSuiteButton.tooltip; " command =" cmd_selenium_play_suite" accesskey =" P" />
199
199
<menuitem label =" &playButton.tooltip; " command =" cmd_selenium_play" />
200
+ <menuseparator />
201
+ <menuitem label =" &contextMenu.breakpoint.label; " oncommand =" window.editor.treeView.setBreakpoint()" accesskey =" B" />
202
+ <menuitem label =" &contextMenu.startpoint.label; " oncommand =" window.editor.treeView.setStartPoint()" accesskey =" S" />
200
203
<menuitem label =" &pauseButton.tooltip; " command =" cmd_selenium_pause" />
201
204
<menuitem label =" &stepButton.tooltip; " command =" cmd_selenium_step" />
205
+ <menuitem label =" &contextMenu.execCommand.label; " oncommand =" window.editor.treeView.executeCurrentCommand()" accesskey =" E" />
202
206
<menuseparator />
203
207
<menuitem label =" &speedSliderFastest.label; " command =" cmd_selenium_speed_fastest" accesskey =" 0" />
204
208
<menuitem label =" &speedSliderFaster.label; " command =" cmd_selenium_speed_faster" accesskey =" -" />
205
209
<menuitem label =" &speedSliderSlower.label; " command =" cmd_selenium_speed_slower" accesskey =" +" />
206
210
<menuitem label =" &speedSliderSlowest.label; " command =" cmd_selenium_speed_slowest" accesskey =" 9" />
207
- <menuseparator />
208
- <menuitem label =" &contextMenu.breakpoint.label; " oncommand =" window.editor.treeView.setBreakpoint()" accesskey =" B" />
209
- <menuitem label =" &contextMenu.startpoint.label; " oncommand =" window.editor.treeView.setStartPoint()" accesskey =" S" />
210
- <menuitem label =" &contextMenu.execCommand.label; " oncommand =" window.editor.treeView.executeCurrentCommand()" accesskey =" E" />
211
211
</menupopup >
212
212
</menu >
213
213
<menu id =" optionsMenu" label =" &optionsMenu.label; " accesskey =" O" >
You can’t perform that action at this time.
0 commit comments