This is an automated email from the git hooks/post-receive script. ben pushed a commit to branch master in repository autocomplete.
commit 0b4c0b801dcc22ebb62e27001137a67a4403a2d4 Author: bobbylight <[email protected]> Date: Sat Dec 4 06:26:57 2010 +0000 First pass at offering code completion choices for all class names on classpath, and adding imports if inserted class was not already imported. Thanks again to Guilherme and Jonatas. --- src/org/fife/ui/autocomplete/AutoCompletion.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/org/fife/ui/autocomplete/AutoCompletion.java b/src/org/fife/ui/autocomplete/AutoCompletion.java index c0d58c7..0017db8 100644 --- a/src/org/fife/ui/autocomplete/AutoCompletion.java +++ b/src/org/fife/ui/autocomplete/AutoCompletion.java @@ -515,7 +515,8 @@ public class AutoCompletion { /** - * Inserts a completion. + * Inserts a completion. Any time a code completion event occurs, the + * actual text insertion happens through this method. * * @param c A completion to insert. This cannot be <code>null</code>. */ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/autocomplete.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

