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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/preferences/PreferencesMessages.java

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.ui/src/com/google/dart/tools/ui/internal/preferences/PreferencesMessages.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/preferences/PreferencesMessages.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/preferences/PreferencesMessages.java
index 262b19ee6df271548c4cc9f5376a20fba4df4ea1..53c093b2920d317f7108cbd029e7c4394f9a2e2b 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/preferences/PreferencesMessages.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/preferences/PreferencesMessages.java
@@ -776,8 +776,12 @@ public final class PreferencesMessages extends NLS {
public static String DartBasePreferencePage_enable_auto_completion_tooltip;
public static String DartBasePreferencePage_enable_code_folding;
public static String DartBasePreferencePage_enable_code_folding_tooltip;
- public static String DartBasePreferencePage_enable_hints;
- public static String DartBasePreferencePage_enable_hints_tooltip;
+
+ public static String HintPreferencePage_enable_hints;
+ public static String HintPreferencePage_enable_hints_tooltip;
+ public static String HintPreferencePage_hints_group;
+ public static String HintPreferencePage_enable_dart2js_hints;
+ public static String HintPreferencePage_enable_dart2js_hints_tooltip;
public static String DartBasePreferencePage_groupTitle;

Powered by Google App Engine
This is Rietveld 408576698