Download autocomplete-2.5.8.jar file - Jar a

Jar examples for a:autocomplete

Description

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, since this feature is commonly needed when editing source code. Features include: Drop-down completion choice list. Optional companion "description" window, complete with full HTML support and navigable with hyperlinks. Optional parameter completion assistance for functions and methods, ala Eclipse and NetBeans. Completion information is typically specified in an XML file, but can even be dynamic.

You can download jar file autocomplete 2.5.8 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add autocomplete-2.5.8.jar to your project.

<dependency>
   <groupId>com.fifesoft</groupId>
   <artifactId>autocomplete</artifactId>
   <version>2.5.8</version>
</dependency>
compile group: 'com.fifesoft', name: 'autocomplete', version: '2.5.8'
libraryDependencies += "com.fifesoft" % "autocomplete" % "2.5.8"
<dependency org="com.fifesoft" name="autocomplete" rev="2.5.8"/>
@Grapes(@Grab(group='com.fifesoft', module='autocomplete', version='2.5.8'))
'com.fifesoft:autocomplete:jar:2.5.8'

Download

Click the following link to download the jar file.

autocomplete-2.5.8-javadoc.jar
autocomplete-2.5.8-sources.jar
autocomplete-2.5.8.jar
autocomplete-2.5.8.pom



Related Tutorials