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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/CompletionSuggestionKind.java

Issue 463493003: rename CompletionSuggestionKind.VARIABLE to LOCAL_VARIABLE to match spec (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 6 years, 4 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
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/completion/ProxyProposal_NEW.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/CompletionSuggestionKind.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/CompletionSuggestionKind.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/CompletionSuggestionKind.java
index 61bf4b392067c7f116b8ff2e39d2f9de33aa8d74..2b457a87290e81ade6fd27af1a953d924f7744bd 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/CompletionSuggestionKind.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/CompletionSuggestionKind.java
@@ -31,6 +31,7 @@ public enum CompletionSuggestionKind {
GETTER,
IMPORT,
LIBRARY_PREFIX,
+ LOCAL_VARIABLE,
METHOD,
METHOD_NAME,
NAMED_ARGUMENT,
@@ -38,6 +39,5 @@ public enum CompletionSuggestionKind {
PARAMETER,
SETTER,
TOP_LEVEL_VARIABLE,
- TYPE_PARAMETER,
- VARIABLE
+ TYPE_PARAMETER
}
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/completion/ProxyProposal_NEW.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698