[autocomplete] 94/143: Minor documentation changes.
Benjamin Mesing
ben at alioth.debian.org
Sat Oct 19 12:53:24 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 d822afcc41f81e30f596b4819d6b59dae071b6d1
Author: bobbylight <robert at fifesoft.com>
Date: Sat Jun 30 20:43:41 2012 +0000
Minor documentation changes.
---
src/org/fife/ui/autocomplete/TemplateCompletion.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/org/fife/ui/autocomplete/TemplateCompletion.java b/src/org/fife/ui/autocomplete/TemplateCompletion.java
index c2b35c4..a71e043 100644
--- a/src/org/fife/ui/autocomplete/TemplateCompletion.java
+++ b/src/org/fife/ui/autocomplete/TemplateCompletion.java
@@ -45,6 +45,10 @@ import org.fife.ui.rsyntaxtextarea.RSyntaxUtilities;
* user types into it, template mode terminates. If more than one
* <code>${cursor}</code> parameter is specified, behavior is undefined.<p>
*
+ * Two dollar signs in a row ("<code>$$</code>") will be evaluated as a single
+ * dollar sign. Otherwise, the template parsing is pretty straightforward and
+ * fault-tolerant.<p>
+ *
* Leading whitespace is automatically added to lines if the template spans
* more than one line, and if used with a text component using a
* <code>PlainDocument</code>, tabs will be converted to spaces if requested.
--
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