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

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

Issue 10034031: modified Run button to always run the last launched application (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?> 2 <?eclipse version="3.4"?>
3 <plugin> 3 <plugin>
4 <extension 4 <extension
5 point="org.eclipse.core.expressions.propertyTesters"> 5 point="org.eclipse.core.expressions.propertyTesters">
6 <propertyTester 6 <propertyTester
7 class="com.google.dart.tools.debug.ui.launch.RunPropertyTester" 7 class="com.google.dart.tools.debug.ui.launch.RunPropertyTester"
8 id="com.google.dart.tools.debug.ui.run.propertyTester" 8 id="com.google.dart.tools.debug.ui.run.propertyTester"
9 namespace="com.google.dart.tools.debug.ui.launch" 9 namespace="com.google.dart.tools.debug.ui.launch"
10 properties="canLaunch" 10 properties="canLaunch"
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 <adapter 298 <adapter
299 type="org.eclipse.ui.IActionFilter"> 299 type="org.eclipse.ui.IActionFilter">
300 </adapter> 300 </adapter>
301 </factory> 301 </factory>
302 </extension> 302 </extension>
303 303
304 <extension 304 <extension
305 point="org.eclipse.ui.commands"> 305 point="org.eclipse.ui.commands">
306 <command 306 <command
307 categoryId="org.eclipse.ui.category.window" 307 categoryId="org.eclipse.ui.category.window"
308 defaultHandler="com.google.dart.tools.debug.ui.launch.DartRunLastHan dler"
309 description="%runCommandName"
310 id="com.google.dart.tools.debug.ui.run.last"
311 name="%runCommandName">
312 </command>
313 <command
314 categoryId="org.eclipse.ui.category.window"
308 defaultHandler="com.google.dart.tools.debug.ui.launch.DartRunHandler " 315 defaultHandler="com.google.dart.tools.debug.ui.launch.DartRunHandler "
309 description="%runCommandName" 316 description="%runCommandName"
310 id="com.google.dart.tools.debug.ui.run" 317 id="com.google.dart.tools.debug.ui.run"
311 name="%runCommandName"> 318 name="%runCommandName">
312 </command> 319 </command>
313 <command 320 <command
314 categoryId="org.eclipse.ui.category.window" 321 categoryId="org.eclipse.ui.category.window"
315 defaultHandler="com.google.dart.tools.debug.ui.launch.ManageLaunches Handler" 322 defaultHandler="com.google.dart.tools.debug.ui.launch.ManageLaunches Handler"
316 description="%launchDialogCommandName" 323 description="%launchDialogCommandName"
317 id="com.google.dart.tools.debug.ui.launchDialog" 324 id="com.google.dart.tools.debug.ui.launchDialog"
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 disabledIcon="icons/full/dtool16/run_exc.gif" 403 disabledIcon="icons/full/dtool16/run_exc.gif"
397 icon="icons/full/etool16/run_exc.gif" 404 icon="icons/full/etool16/run_exc.gif"
398 helpContextId="run_action_context" 405 helpContextId="run_action_context"
399 label="Run" 406 label="Run"
400 style="pulldown"> 407 style="pulldown">
401 </action> 408 </action>
402 </actionSet> 409 </actionSet>
403 </extension--> 410 </extension-->
404 411
405 </plugin> 412 </plugin>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698