| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| autocomplete_1.5.0.zip | 2011-02-23 | 708.0 kB | |
| readme | 2011-02-23 | 1.6 kB | |
| autocomplete_1.5.0_Source.zip | 2011-02-23 | 98.7 kB | |
| Totals: 3 Items | 808.3 kB | 0 | |
AutoComplete 1.5.0 Release Notes
---------------------------------
This is an auto-completion (aka code completion) add-on for RSyntaxTextArea
1.5.0. It should only be used with version 1.5.0 of RSyntaxTextArea (or later
versions, if they do not have a newer, corresponding AutoComplete release).
In the (hopefully) near future, a pre-packaged code completion bundle will be
available to download, providing intelligent completion for HTML, C Java, Perl
and PHP. Unfortunately, this library ("RSTALanguageSupport") is not yet mature
enough for release and is only available through its Subversion repository:
http://svn.fifesoft.com/svn/RSyntaxTextArea/RSTALanguageSupport/.
Until then, check http://fifesoft.com/autocomplete and
http://fifesoft.com/rsyntaxtextarea for
demos of using this library. The RText project also currently uses this
library for auto-completion of regular expression contexts in its
Find/Replace dialogs.
This release brings the following changes:
1. CompletionProviders can now create and display a "parameter completions"
window displaying completion choices for method/function parameters.
2. Completion choices are now sorted by relevance, not just sorted
lexicographically. By default, all built-in Completion implementations
have the same relevance, which results in simple lexicographic sorting.
3. Added "PopupWindowDecorator" interface as a hook, to allow hosting
applications to style AutoComplete's popup windows (e.g. with drop shadows,
JGoodies is a good source of this feature).
4. Lots of bug fixes, most of which were contributed by users.