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

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

Issue 23444050: Fix for 'Show in' command properties. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | « editor/tools/plugins/com.google.dart.tools.ui/plugin.properties ('k') | no next file » | 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-point id="dartElementFilters" name="%elementFiltersName" schema="s chema/dartElementFilters.exsd"/> 5 <extension-point id="dartElementFilters" name="%elementFiltersName" schema="s chema/dartElementFilters.exsd"/>
6 <extension-point id="dartEditorTextHovers" name="%javaEditorTextHoversName" s chema="schema/dartEditorTextHovers.exsd"/> 6 <extension-point id="dartEditorTextHovers" name="%javaEditorTextHoversName" s chema="schema/dartEditorTextHovers.exsd"/>
7 <extension-point id="dartDocCompletionProcessor" name="%javadocCompletionProc essor" schema="schema/dartDocCompletionProcessor.exsd"/> 7 <extension-point id="dartDocCompletionProcessor" name="%javadocCompletionProc essor" schema="schema/dartDocCompletionProcessor.exsd"/>
8 <extension-point id="quickFixProcessors" name="%quickFixProcessorExtensionPoi nt" schema="schema/quickFixProcessors.exsd"/> 8 <extension-point id="quickFixProcessors" name="%quickFixProcessorExtensionPoi nt" schema="schema/quickFixProcessors.exsd"/>
9 <extension-point id="quickAssistProcessors" name="%quickAssistProcessorExtens ionPoint" schema="schema/quickAssistProcessors.exsd"/> 9 <extension-point id="quickAssistProcessors" name="%quickAssistProcessorExtens ionPoint" schema="schema/quickAssistProcessors.exsd"/>
10 <extension-point id="foldingStructureProviders" name="%foldingStructureProvid ersExtensionPoint" schema="schema/foldingStructureProviders.exsd"/> 10 <extension-point id="foldingStructureProviders" name="%foldingStructureProvid ersExtensionPoint" schema="schema/foldingStructureProviders.exsd"/>
(...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 </command> 838 </command>
839 <command 839 <command
840 categoryId="org.eclipse.ui.category.file" 840 categoryId="org.eclipse.ui.category.file"
841 defaultHandler="com.google.dart.tools.ui.internal.handlers.NewFileHa ndler" 841 defaultHandler="com.google.dart.tools.ui.internal.handlers.NewFileHa ndler"
842 description="%Command.newFile.description" 842 description="%Command.newFile.description"
843 id="com.google.dart.tools.ui.file.new" 843 id="com.google.dart.tools.ui.file.new"
844 name="%Command.newFile.name"> 844 name="%Command.newFile.name">
845 </command> 845 </command>
846 <command 846 <command
847 categoryId="org.eclipse.ui.category.file" 847 categoryId="org.eclipse.ui.category.file"
848 defaultHandler="com.google.dart.tools.ui.internal.handlers.NewFileHa ndler" 848 description="%Command.showInFinder.description"
849 description="%Command.newFile.description"
850 id="com.google.dart.tools.ui.file.showInFinder" 849 id="com.google.dart.tools.ui.file.showInFinder"
851 name="%Command.newFile.name"> 850 name="%Command.showInFinder.name">
852 </command> 851 </command>
853 <!-- edit --> 852 <!-- edit -->
854 <command 853 <command
855 name="%ActionDefinition.selectEnclosing.name" 854 name="%ActionDefinition.selectEnclosing.name"
856 description="%ActionDefinition.selectEnclosing.description" 855 description="%ActionDefinition.selectEnclosing.description"
857 categoryId="org.eclipse.ui.category.edit" 856 categoryId="org.eclipse.ui.category.edit"
858 id="com.google.dart.tools.ui.edit.text.dart.select.enclosing"> 857 id="com.google.dart.tools.ui.edit.text.dart.select.enclosing">
859 </command> 858 </command>
860 <command 859 <command
861 name="%ActionDefinition.selectNext.name" 860 name="%ActionDefinition.selectNext.name"
(...skipping 1736 matching lines...) Expand 10 before | Expand all | Expand 10 after
2598 <contentTypeBinding 2597 <contentTypeBinding
2599 contentTypeId="com.google.dart.tools.core.dartSourceFile" 2598 contentTypeId="com.google.dart.tools.core.dartSourceFile"
2600 contentMergeViewerId="com.google.dart.tools.ui.internal.compare.Dart ContentViewerCreator"> 2599 contentMergeViewerId="com.google.dart.tools.ui.internal.compare.Dart ContentViewerCreator">
2601 </contentTypeBinding> 2600 </contentTypeBinding>
2602 </extension> 2601 </extension>
2603 <extension 2602 <extension
2604 point="org.eclipse.ui.views"> 2603 point="org.eclipse.ui.views">
2605 </extension> 2604 </extension>
2606 2605
2607 </plugin> 2606 </plugin>
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.tools.ui/plugin.properties ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698