Skip to content

Commit

Permalink
moving items in the action menu so that they are more functionally gr…
Browse files Browse the repository at this point in the history
…ouped
  • Loading branch information
samitbadle committed Sep 14, 2014
1 parent ea17c0f commit bb100bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ide/main/src/content/selenium-ide-common.xul
Original file line number Diff line number Diff line change
Expand Up @@ -197,17 +197,17 @@ limitations under the License.
<menuseparator/>
<menuitem label="&playSuiteButton.tooltip;" command="cmd_selenium_play_suite" accesskey="P"/>
<menuitem label="&playButton.tooltip;" command="cmd_selenium_play"/>
<menuseparator/>
<menuitem label="&contextMenu.breakpoint.label;" oncommand="window.editor.treeView.setBreakpoint()" accesskey="B"/>
<menuitem label="&contextMenu.startpoint.label;" oncommand="window.editor.treeView.setStartPoint()" accesskey="S"/>
<menuitem label="&pauseButton.tooltip;" command="cmd_selenium_pause"/>
<menuitem label="&stepButton.tooltip;" command="cmd_selenium_step"/>
<menuitem label="&contextMenu.execCommand.label;" oncommand="window.editor.treeView.executeCurrentCommand()" accesskey="E"/>
<menuseparator/>
<menuitem label="&speedSliderFastest.label;" command="cmd_selenium_speed_fastest" accesskey="0"/>
<menuitem label="&speedSliderFaster.label;" command="cmd_selenium_speed_faster" accesskey="-"/>
<menuitem label="&speedSliderSlower.label;" command="cmd_selenium_speed_slower" accesskey="+"/>
<menuitem label="&speedSliderSlowest.label;" command="cmd_selenium_speed_slowest" accesskey="9"/>
<menuseparator/>
<menuitem label="&contextMenu.breakpoint.label;" oncommand="window.editor.treeView.setBreakpoint()" accesskey="B"/>
<menuitem label="&contextMenu.startpoint.label;" oncommand="window.editor.treeView.setStartPoint()" accesskey="S"/>
<menuitem label="&contextMenu.execCommand.label;" oncommand="window.editor.treeView.executeCurrentCommand()" accesskey="E"/>
</menupopup>
</menu>
<menu id="optionsMenu" label="&optionsMenu.label;" accesskey="O">
Expand Down

0 comments on commit bb100bb

Please sign in to comment.