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

Side by Side Diff: editor/tools/plugins/com.google.dart.eclipse.ui/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 <extension 4 <extension
5 point="org.eclipse.ui.newWizards"> 5 point="org.eclipse.ui.newWizards">
6 <category 6 <category
7 id="com.google.dart.eclipse.wizards.projects" 7 id="com.google.dart.eclipse.wizards.projects"
8 name="Dart"> 8 name="Dart">
9 </category> 9 </category>
10 10
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 Create a new Dart application 49 Create a new Dart application
50 </description> 50 </description>
51 </wizard> 51 </wizard>
52 52
53 --> 53 -->
54 54
55 </extension> 55 </extension>
56 <extension 56 <extension
57 point="org.eclipse.ui.bindings"> 57 point="org.eclipse.ui.bindings">
58 <key 58 <key
59 commandId="org.eclipse.ui.edit.findReplace"
60 sequence="M1+F"
61 schemeId="com.google.dart.tools.dartAcceleratorConfiguration" />
62 <key
59 commandId="com.google.dart.tools.ui.edit.text.dart.show.outline" 63 commandId="com.google.dart.tools.ui.edit.text.dart.show.outline"
60 contextId="com.google.dart.tools.ui.dartEditorScope" 64 contextId="com.google.dart.tools.ui.dartEditorScope"
61 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" 65 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
62 sequence="M1+O"/> 66 sequence="M1+O"/>
63 <key 67 <key
64 commandId="com.google.dart.tools.ui.generateJavascript" 68 commandId="com.google.dart.tools.ui.generateJavascript"
65 contextId="com.google.dart.tools.ui.dartEditorScope" 69 contextId="com.google.dart.tools.ui.dartEditorScope"
66 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" 70 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
67 sequence="M1+M2+G"/> 71 sequence="M1+M2+G"/>
68 <key 72 <key
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 icon="icons/dart_16_16.gif" 469 icon="icons/dart_16_16.gif"
466 id="com.google.dart.eclipse.sendFeedbackAction" 470 id="com.google.dart.eclipse.sendFeedbackAction"
467 label="%action.sendFeedbackAction.label" 471 label="%action.sendFeedbackAction.label"
468 menubarPath="help/helpEnd" 472 menubarPath="help/helpEnd"
469 style="push"> 473 style="push">
470 </action> 474 </action>
471 </actionSet> 475 </actionSet>
472 </extension> 476 </extension>
473 477
474 </plugin> 478 </plugin>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698