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

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

Issue 10377181: add support for package: to the editor (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 7 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 29 matching lines...) Expand all
40 id="editor.toolbar"> 40 id="editor.toolbar">
41 <control 41 <control
42 class="com.google.dart.tools.deploy.DartEditorToolbarControlContr ibution"> 42 class="com.google.dart.tools.deploy.DartEditorToolbarControlContr ibution">
43 </control> 43 </control>
44 </toolbar> 44 </toolbar>
45 </menuContribution> 45 </menuContribution>
46 </extension> 46 </extension>
47 <extension 47 <extension
48 point="org.eclipse.ui.bindings"> 48 point="org.eclipse.ui.bindings">
49 <key 49 <key
50 commandId="com.google.dart.tools.ui.application.new"
51 contextId="org.eclipse.ui.contexts.window"
52 schemeId="com.google.dart.tools.dartAcceleratorConfiguration"
53 sequence="M1+M2+N">
54 </key>
55 <key
56 commandId="com.google.dart.tools.ui.folder.open" 50 commandId="com.google.dart.tools.ui.folder.open"
57 contextId="org.eclipse.ui.contexts.window" 51 contextId="org.eclipse.ui.contexts.window"
58 schemeId="com.google.dart.tools.dartAcceleratorConfiguration" 52 schemeId="com.google.dart.tools.dartAcceleratorConfiguration"
59 sequence="M1+O"> 53 sequence="M1+O">
60 </key> 54 </key>
61 <key 55 <key
62 commandId="com.google.dart.tools.ui.omnibox" 56 commandId="com.google.dart.tools.ui.omnibox"
63 schemeId="com.google.dart.tools.dartAcceleratorConfiguration" 57 schemeId="com.google.dart.tools.dartAcceleratorConfiguration"
64 sequence="M1+3"> 58 sequence="M1+3">
65 </key> 59 </key>
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 <command 268 <command
275 categoryId="org.eclipse.ui.category.window" 269 categoryId="org.eclipse.ui.category.window"
276 defaultHandler="com.google.dart.tools.ui.omni.OmniBoxHandler" 270 defaultHandler="com.google.dart.tools.ui.omni.OmniBoxHandler"
277 description="%command.omnibox.description" 271 description="%command.omnibox.description"
278 id="com.google.dart.tools.ui.omnibox" 272 id="com.google.dart.tools.ui.omnibox"
279 name="%command.omnibox.name"/> 273 name="%command.omnibox.name"/>
280 </extension> 274 </extension>
281 275
282 276
283 </plugin> 277 </plugin>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698