This is an automated email from the git hooks/post-receive script. ben pushed a commit to branch master in repository autocomplete.
commit c252d22e8cbcdcfd079b188d2cfc4cb0e03b7d5c Author: bobbylight <[email protected]> Date: Thu Jul 22 04:09:21 2010 +0000 Added "our" keyword to Perl syntax highlighting. Improved documentation across multiple projects. --- distfiles/readme.txt | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/distfiles/readme.txt b/distfiles/readme.txt index cc20627..42b8f05 100644 --- a/distfiles/readme.txt +++ b/distfiles/readme.txt @@ -15,7 +15,20 @@ robert -at- fifesoft dot com. * Example Usage - See http://fifesoft.com/autocomplete + See the AutoComplete example(s) on the RSyntaxTextArea examples page here: + + http://fifesoft.com/rsyntaxtextarea/examples/index.php + + They provide a good example of basic usage of the library, showing how to + auto-complete a simple, fixed set of words (function names). + + Also see the AutoCompleteDemo project, which lives here in SVN: + + http://svn.fifesoft.com/svn/RSyntaxTextArea/ + + It provides an example of loading completions from an XML file. It + demonstrates a code editor with completion support for the C Standard library, + and demos the parameter assistance feature. * License @@ -31,10 +44,22 @@ robert -at- fifesoft dot com. Has a forum for AutoComplete and related projects, where you can ask questions and get feedback quickly. + * https://sourceforge.net/projects/rsyntaxtextarea/ + RSyntaxTextArea and AutoComplete's home on SourceForge. Don't use + the forums here (use the first link above), but you can use the + "Tracker" section here to post bug reports and feature requests. + +* Other Links + * http://fifesoft.com/autocomplete Project home page, which contains general information and example source code. + * http://fifesoft.com/rsyntaxtextarea + The source code editor you're (probably) already using if you're + using this AutoComplete library. + + * http://javadoc.fifesoft.com/rsyntaxtextarea/ * http://javadoc.fifesoft.com/autocomplete/ API documentation for the package. Note that this *will* change as the library matures. -- 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

