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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/contentassist/VariableNamesProcessor.java

Issue 69883003: Issue 249. Show documentation for highlighted code completion. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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/refactoring/contentassist/VariableNamesProcessor.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/contentassist/VariableNamesProcessor.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/contentassist/VariableNamesProcessor.java
index 3c925f379dcf1fa6073ca2058480ef08b80ce308..a53ca670cde7546bfce85369b98e7889ec340ccd 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/contentassist/VariableNamesProcessor.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/contentassist/VariableNamesProcessor.java
@@ -71,7 +71,8 @@ public class VariableNamesProcessor implements IContentAssistProcessor,
input.length(),
image,
tempName,
- 0);
+ 0,
+ null);
proposals.add(proposal);
}
fErrorMessage = proposals.size() > 0 ? null

Powered by Google App Engine
This is Rietveld 408576698