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

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

Issue 10818028: Convert into/from => function syntax (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 0307daa1ee091684e4385444cb3661ee94fdc192..1f8fb1d4be765148cdc9af1073a5c1dd13034e18 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
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2011 IBM Corporation and others.
+# Copyright (c) 2000, 2012 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -14,6 +14,10 @@
QuickAssistProcessor_exchangeOperands=Exchange left and right operands of binary expression
QuickAssistProcessor_addTypeAnnotation=Add type annotation
QuickAssistProcessor_removeTypeAnnotation=Remove type annotation
+QuickAssistProcessor_splitVariableDeclaration=Split variable declaration
+QuickAssistProcessor_joinVariableDeclaration=Join variable declaration
+QuickAssistProcessor_convertToExpressionBody=Convert into using function with expression body
+QuickAssistProcessor_convertToBlockBody=Convert into using function with block body
@@ -315,13 +319,11 @@ QuickAssistProcessor_unwrap_labeledstatement=Remove label
QuickAssistProcessor_unwrap_methodinvocation=Remove surrounding method invocation
QuickAssistProcessor_unwrap_synchronizedstatement=Remove surrounding 'synchronized' statement
-QuickAssistProcessor_splitVariableDeclaration=Split variable declaration
QuickAssistProcessor_exceptiontothrows_description=Replace exception with throws
QuickAssistProcessor_extract_to_local_all_description=Extract to local variable (replace all occurrences)
QuickAssistProcessor_extract_to_local_description=Extract to local variable
QuickAssistProcessor_extractmethod_description=Extract to method
QuickAssistProcessor_extract_to_constant_description=Extract to constant
-QuickAssistProcessor_joinVariableDeclaration=Join variable declaration
QuickAssistProcessor_addfinallyblock_description=Add finally block
QuickAssistProcessor_addelseblock_description=Add else block

Powered by Google App Engine
This is Rietveld 408576698