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

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

Issue 17431004: New UI for Find command: find-as-you-type. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 4
5 <extension 5 <extension
6 id="application" 6 id="application"
7 point="org.eclipse.core.runtime.applications"> 7 point="org.eclipse.core.runtime.applications">
8 <application> 8 <application>
9 <run 9 <run
10 class="com.google.dart.tools.deploy.DartIDEApplication"> 10 class="com.google.dart.tools.deploy.DartIDEApplication">
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 <activityPatternBinding 330 <activityPatternBinding
331 activityId="com.google.dart.development" 331 activityId="com.google.dart.development"
332 pattern="org\.eclipse\..*defaultLaunchConfigurations"> 332 pattern="org\.eclipse\..*defaultLaunchConfigurations">
333 </activityPatternBinding> 333 </activityPatternBinding>
334 334
335 <!-- internal web browser contributions --> 335 <!-- internal web browser contributions -->
336 <activityPatternBinding 336 <activityPatternBinding
337 activityId="com.google.dart.development" 337 activityId="com.google.dart.development"
338 pattern="org.eclipse.ui.browser/org.eclipse.ui.browser.edito.*"> 338 pattern="org.eclipse.ui.browser/org.eclipse.ui.browser.edito.*">
339 </activityPatternBinding> 339 </activityPatternBinding>
340
341 <!-- incremental find -->
342 <activityPatternBinding
343 activityId="com.google.dart.development"
344 pattern="com\.xored\.glance\.ui\..*">
345 </activityPatternBinding>
340 </extension> 346 </extension>
341 347
342 <!-- Launch and Debug contributions --> 348 <!-- Launch and Debug contributions -->
343 349
344 <extension 350 <extension
345 point="org.eclipse.ui.activities"> 351 point="org.eclipse.ui.activities">
346 <activity 352 <activity
347 description="Dart Launch Activities" 353 description="Dart Launch Activities"
348 id="com.google.dart.development.launch" 354 id="com.google.dart.development.launch"
349 name="Dart Launch Activities"> 355 name="Dart Launch Activities">
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 </extension> 673 </extension>
668 674
669 <extension point="org.eclipse.ui.perspectiveExtensions"> 675 <extension point="org.eclipse.ui.perspectiveExtensions">
670 <perspectiveExtension targetID="com.google.dart.tools.ui.DartPerspective"> 676 <perspectiveExtension targetID="com.google.dart.tools.ui.DartPerspective">
671 <actionSet id="org.eclipse.debug.ui.debugActionSet"/> 677 <actionSet id="org.eclipse.debug.ui.debugActionSet"/>
672 <actionSet id="com.google.dart.tools.debug.ui.breakpointActionSet"/> 678 <actionSet id="com.google.dart.tools.debug.ui.breakpointActionSet"/>
673 </perspectiveExtension> 679 </perspectiveExtension>
674 </extension> 680 </extension>
675 681
676 </plugin> 682 </plugin>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698