
Autocomplete is a library allowing you to add ide-like auto-completion (aka "code completion" or "intellisense") to any swing jtextcomponent. special integration is added for rsyntaxtextarea.
it features:
* drop-down completion choice list
* optional companion "description" window, complete with full html
support and navigable with hyperlinks
* optional parameter completion assistance for functions/methods,
ala eclipse and netbeans
* completion information is typically specified in an xml file,
but can even be dynamic.