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

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

Issue 461063002: add keyword suggestions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
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 2b457a87290e81ade6fd27af1a953d924f7744bd..e4c774f1bcc8f8dc5ba347e0ee1e6ef5d0b8c294 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
@@ -30,6 +30,7 @@ public enum CompletionSuggestionKind {
FUNCTION_TYPE_ALIAS,
GETTER,
IMPORT,
+ KEYWORD,
LIBRARY_PREFIX,
LOCAL_VARIABLE,
METHOD,
« no previous file with comments | « no previous file | pkg/analysis_server/test/domain_completion_test.dart » ('j') | pkg/analysis_server/tool/spec/spec_input.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698