Skip to content

Commit bb100bb

Browse files
committed
moving items in the action menu so that they are more functionally grouped
1 parent ea17c0f commit bb100bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ide/main/src/content/selenium-ide-common.xul

+4-4
Original file line numberDiff line numberDiff line change
@@ -197,17 +197,17 @@ limitations under the License.
197197
<menuseparator/>
198198
<menuitem label="&playSuiteButton.tooltip;" command="cmd_selenium_play_suite" accesskey="P"/>
199199
<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"/>
200203
<menuitem label="&pauseButton.tooltip;" command="cmd_selenium_pause"/>
201204
<menuitem label="&stepButton.tooltip;" command="cmd_selenium_step"/>
205+
<menuitem label="&contextMenu.execCommand.label;" oncommand="window.editor.treeView.executeCurrentCommand()" accesskey="E"/>
202206
<menuseparator/>
203207
<menuitem label="&speedSliderFastest.label;" command="cmd_selenium_speed_fastest" accesskey="0"/>
204208
<menuitem label="&speedSliderFaster.label;" command="cmd_selenium_speed_faster" accesskey="-"/>
205209
<menuitem label="&speedSliderSlower.label;" command="cmd_selenium_speed_slower" accesskey="+"/>
206210
<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"/>
211211
</menupopup>
212212
</menu>
213213
<menu id="optionsMenu" label="&optionsMenu.label;" accesskey="O">

0 commit comments

Comments
 (0)