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

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

Issue 23496048: Add additional hints to the analyzer to catch the 'x is double' dart2js bug. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase to latest & merge 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 side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.tools.deploy/plugin.xml
diff --git a/editor/tools/plugins/com.google.dart.tools.deploy/plugin.xml b/editor/tools/plugins/com.google.dart.tools.deploy/plugin.xml
index 256774ff4cba05b3234d02f7e0dbad568d67abc7..3db1c6f2632dfdb25ff41e06244b717168d2e9d0 100644
--- a/editor/tools/plugins/com.google.dart.tools.deploy/plugin.xml
+++ b/editor/tools/plugins/com.google.dart.tools.deploy/plugin.xml
@@ -481,6 +481,11 @@
name="%dartFontsPrefName">
</page>
<page
+ name="%dartHintsPrefName"
+ class="com.google.dart.tools.ui.internal.preferences.HintPreferencePage"
+ id="com.google.dart.tools.ui.preferences.HintPreferencePage">
+ </page>
+ <page
name="%dartKeysPrefName"
class="com.google.dart.tools.ui.internal.preferences.DartKeyBindingPreferencePage"
id="com.google.dart.tools.ui.preferences.DartKeyBindingPreferencePage">

Powered by Google App Engine
This is Rietveld 408576698