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

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

Issue 9605022: "Remove" nomenclature refinement and Files View context menu rejigger. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.ui/plugin.properties » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12 matching lines...) Expand all
23 </command> 23 </command>
24 <command 24 <command
25 commandId="com.google.dart.tools.ui.application.new" 25 commandId="com.google.dart.tools.ui.application.new"
26 icon="$nl$/icons/full/dart16/library_new.png" 26 icon="$nl$/icons/full/dart16/library_new.png"
27 style="push"> 27 style="push">
28 </command> 28 </command>
29 </menuContribution> 29 </menuContribution>
30 <menuContribution 30 <menuContribution
31 locationURI="menu:file?after=open.ext"> 31 locationURI="menu:file?after=open.ext">
32 <command 32 <command
33 commandId="com.google.dart.tools.ui.file.open" 33 commandId="com.google.dart.tools.ui.folder.open"
34 style="push"> 34 style="push">
35 </command> 35 </command>
36 </menuContribution> 36 </menuContribution>
37 </extension> 37 </extension>
38 <extension 38 <extension
39 point="org.eclipse.ui.bindings"> 39 point="org.eclipse.ui.bindings">
40 <key 40 <key
41 commandId="com.google.dart.tools.ui.application.new" 41 commandId="com.google.dart.tools.ui.application.new"
42 contextId="org.eclipse.ui.contexts.window" 42 contextId="org.eclipse.ui.contexts.window"
43 schemeId="com.google.dart.tools.dartAcceleratorConfiguration" 43 schemeId="com.google.dart.tools.dartAcceleratorConfiguration"
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 content-type="org.eclipse.core.runtime.text" 233 content-type="org.eclipse.core.runtime.text"
234 file-extensions="css"> 234 file-extensions="css">
235 </file-association> 235 </file-association>
236 <file-association 236 <file-association
237 content-type="org.eclipse.core.runtime.text" 237 content-type="org.eclipse.core.runtime.text"
238 file-extensions="js"> 238 file-extensions="js">
239 </file-association> 239 </file-association>
240 </extension> 240 </extension>
241 241
242 </plugin> 242 </plugin>
OLDNEW
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.ui/plugin.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698