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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties

Issue 11364020: Issue 5722. Better 'missing part of' error message. Quick Fix for it. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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/text/correction/CorrectionMessages.properties
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties
index cdfcb3bc042cf811d40b68af0c57a32edad71037..c4f5e7fb51ef0f1a839dcd3a4817752458c3d0af 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties
@@ -428,4 +428,5 @@ QuickFixProcessor_createConstructor=Create constructor ''{0}''
QuickFixProcessor_createMethod=Create method ''{0}''
QuickFixProcessor_changeTo=Change to ''{0}''
QuickFixProcessor_useEffectiveIntegerDivision=Use effective integer division ~/
-QuickFixProcessor_removeParentheses_inGetterInvocation=Remove parentheses in getter invocation
+QuickFixProcessor_removeParentheses_inGetterInvocation=Remove parentheses in getter invocation
+QuickFixProcessor_addPartOf=Add "part of" directive

Powered by Google App Engine
This is Rietveld 408576698