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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/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 side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.tools.ui/plugin.xml
===================================================================
--- editor/tools/plugins/com.google.dart.tools.ui/plugin.xml (revision 7713)
+++ editor/tools/plugins/com.google.dart.tools.ui/plugin.xml (working copy)
@@ -701,6 +701,11 @@
class="com.google.dart.tools.ui.internal.preferences.DartBasePreferencePage"
id="com.google.dart.tools.ui.preferences.DartBasePreferencePage">
</page>
+ <page
+ class="com.google.dart.tools.ui.internal.preferences.FontPreferencePage"
+ id="com.google.dart.tools.ui.fontOptionsPage"
+ name="Font">
+ </page>
</extension>
<extension
@@ -1464,14 +1469,6 @@
id="com.google.dart.tools.ui.file.new"
name="%Command.newFile.name">
</command>
- <command
- categoryId="org.eclipse.ui.category.file"
- defaultHandler="com.google.dart.tools.ui.internal.handlers.NewApplicationHandler"
- description="%Command.newApplication.description"
- id="com.google.dart.tools.ui.application.new"
- name="%Command.newApplication.name">
- </command>
-
<!-- edit -->
<command
name="%ActionDefinition.selectEnclosing.name"
@@ -3377,21 +3374,6 @@
</variable>
</sourceProvider>
</extension>
- <extension
- point="org.eclipse.ui.handlers">
- <handler
- class="com.google.dart.tools.ui.internal.handlers.NewFileHandler"
- commandId="com.google.dart.tools.ui.file.new">
- <enabledWhen>
- <with
- variable="com.google.dart.tools.ui.newFile.active">
- <equals
- value="ENABLED">
- </equals>
- </with>
- </enabledWhen>
- </handler>
- </extension>
<extension
id="DartSearchResultPage"

Powered by Google App Engine
This is Rietveld 408576698