[autocomplete] 74/143: Fixed bug: If SearchEngine finds a match in a collapsed fold, relevant folds should be expanded to make the selection visible. Themes: theme.dtd should be included in rsyntaxtextarea.jar. Miscellaneous very minor Javadoc fixing.
Benjamin Mesing
ben at alioth.debian.org
Sat Oct 19 12:53:20 UTC 2013
This is an automated email from the git hooks/post-receive script.
ben pushed a commit to branch master
in repository autocomplete.
commit 0eaf3e616b7452de15654c0d4eb5967ef747a8d9
Author: bobbylight <robert at fifesoft.com>
Date: Sun Feb 19 22:20:31 2012 +0000
Fixed bug: If SearchEngine finds a match in a collapsed fold, relevant folds should be expanded to make the selection visible.
Themes: theme.dtd should be included in rsyntaxtextarea.jar.
Miscellaneous very minor Javadoc fixing.
---
.../ui/autocomplete/ParameterizedCompletionDescriptionToolTip.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/org/fife/ui/autocomplete/ParameterizedCompletionDescriptionToolTip.java b/src/org/fife/ui/autocomplete/ParameterizedCompletionDescriptionToolTip.java
index 618aef4..f418ff0 100644
--- a/src/org/fife/ui/autocomplete/ParameterizedCompletionDescriptionToolTip.java
+++ b/src/org/fife/ui/autocomplete/ParameterizedCompletionDescriptionToolTip.java
@@ -983,7 +983,7 @@ class ParameterizedCompletionDescriptionToolTip {
* Installs this listener onto a text component.
*
* @param tc The text component to install onto.
- * @param addParamListStart Whether or not
+ * @param addParamStartList Whether or not
* {@link CompletionProvider#getParameterListStart()} should be
* added to the text component.
* @see #uninstall()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/autocomplete.git
More information about the pkg-java-commits
mailing list