Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: editor/tools/plugins/com.google.dart.tools.debug.ui/plugin.xml

Issue 10270017: changed Run behavior http://code.google.com/p/dart/issues/detail?id=2730, (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.tools.debug.ui/plugin.xml
===================================================================
--- editor/tools/plugins/com.google.dart.tools.debug.ui/plugin.xml (revision 7163)
+++ editor/tools/plugins/com.google.dart.tools.debug.ui/plugin.xml (working copy)
@@ -269,26 +269,6 @@
icon="icons/obj16/debug_exc.gif">
</view>
</extension>
- <extension
- point="org.eclipse.ui.popupMenus">
- <viewerContribution
- id="com.google.dart.tools.debug.ui.viewerContribution"
- targetID="com.google.dart.tools.ui.LibraryExplorer">
- <action
- class="com.google.dart.tools.debug.ui.launch.DartRunAction"
- enablesFor="1"
- id="com.google.dart.tools.debug.ui.run.selection"
- label="Run in Browser"
- menubarPath="additions">
- </action>
- <visibility>
- <objectState
- name="elementType"
- value="com.google.dart.tools.core.model.DartElement.HTML_FILE">
- </objectState>
- </visibility>
- </viewerContribution>
- </extension>
<extension
point="org.eclipse.core.runtime.adapters">
@@ -332,6 +312,7 @@
locationURI="popup:com.google.dart.tools.ui.FileExplorer?after=additions">
<command
commandId="com.google.dart.tools.debug.ui.run.selection"
+ icon="icons/obj16/run_exc.gif"
style="push">
<visibleWhen
checkEnabled="false">
@@ -354,17 +335,12 @@
allPopups="false"
locationURI="menu:org.eclipse.ui.run?after=runGroup">
<command
- commandId="com.google.dart.tools.debug.ui.run.last"
+ commandId="com.google.dart.tools.debug.ui.run.selection"
+ icon="icons/obj16/run_exc.gif"
label="%runCommandName"
style="push"
tooltip="%runDescription">
</command>
- <command
- commandId="com.google.dart.tools.debug.ui.run.selection"
- label="%runSelectionCommandName"
- style="push"
- tooltip="%runSelectionDescription">
- </command>
</menuContribution>
<menuContribution
allPopups="false"

Powered by Google App Engine
This is Rietveld 408576698