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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/refactoring/descriptors/DescriptorMessages.properties

Issue 9834028: Initial implementation of "Rename Local Variable" refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: LInked/inline mode for rename Created 8 years, 9 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.core/src/com/google/dart/tools/core/internal/refactoring/descriptors/DescriptorMessages.properties
diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/refactoring/descriptors/DescriptorMessages.properties b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/refactoring/descriptors/DescriptorMessages.properties
new file mode 100644
index 0000000000000000000000000000000000000000..77dcb682d9a1f1a97dcffb7c9975689e1bc8df78
--- /dev/null
+++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/refactoring/descriptors/DescriptorMessages.properties
@@ -0,0 +1,38 @@
+###############################################################################
+# Copyright (c) 2006, 2007 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+DartRefactoringDescriptor_not_available=N/A
+DartRefactoringDescriptor_no_description=Description has not been set.
+DartRefactoringDescriptor_no_resulting_descriptor=Refactoring contribution registered for id ''{0}'' returned null as result of createDescriptor(String, String, String, String, Map, int)
+UseSupertypeDescriptor_no_subtype=Subtype has not been set.
+UseSupertypeDescriptor_no_supertype=Supertype has not been set.
+RenameResourceDescriptor_no_resource=Resource has not been set.
+RenameResourceDescriptor_no_new_name=New name has not been set.
+RenameResourceDescriptor_project_constraint=Project must be null for resources of type 'IProject'.
+RenameResourceRefactoringContribution_error_cannot_access=Can not access RenameResourceDescriptor from ltk.core.refactoring
+RenameDartElementDescriptor_no_dart_element=Dart element has not been set.
+RenameDartElementDescriptor_reference_constraint=Reference updating is not available for package fragment roots.
+RenameDartElementDescriptor_qualified_constraint=Qualified name updating is only available for packages and types.
+RenameDartElementDescriptor_deprecation_constraint=Deprecation of delegates is only available for methods and fields.
+RenameDartElementDescriptor_hierarchical_constraint=Hierarchical renaming is only applicable to packages.
+RenameDartElementDescriptor_patterns_qualified_constraint=Qualified name updating enabled implies a non-empty patterns string.
+RenameLocalVariableDescriptor_no_compilation_unit=Compilation unit has not been set.
+RenameLocalVariableDescriptor_no_selection=Selection has not been set.
+RenameDartElementDescriptor_textual_constraint=Textual occurrence updating is only available for packages, types and fields.
+RenameDartElementDescriptor_project_constraint=Project must be null for Dart elements of type 'IDartProject'.
+RenameDartElementDescriptor_similar_constraint=Similar declaration updating is only available for types.
+RenameDartElementDescriptor_delegate_constraint=Keeping delegates is only available for methods and fields.
+RenameDartElementDescriptor_accessor_constraint=Renaming of accessor methods is only available for fields.
+RenameDartElementDescriptor_patterns_constraint=Patterns must be a non-empty string.
+MoveStaticMembersDescriptor_no_type=Destination type has not been set.
+MoveDescriptor_no_destination_set=Destination has not been set.
+MoveStaticMembersDescriptor_no_members=Members have not been set.
+MoveStaticMembersDescriptor_invalid_members=Members array contains an invalid member
+MoveDescriptor_no_elements_set=Elements to be moved have not been set.

Powered by Google App Engine
This is Rietveld 408576698