autocomplete

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.

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.fifesoft
ArtifactId

ArtifactId

autocomplete
Last Version

Last Version

3.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

autocomplete
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.
Source Code Management

Source Code Management

https://github.com/bobbylight/AutoComplete

Download autocomplete

How to add to project

<!-- https://jarcasting.com/artifacts/com.fifesoft/autocomplete/ -->
<dependency>
    <groupId>com.fifesoft</groupId>
    <artifactId>autocomplete</artifactId>
    <version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fifesoft/autocomplete/
implementation 'com.fifesoft:autocomplete:3.2.0'
// https://jarcasting.com/artifacts/com.fifesoft/autocomplete/
implementation ("com.fifesoft:autocomplete:3.2.0")
'com.fifesoft:autocomplete:jar:3.2.0'
<dependency org="com.fifesoft" name="autocomplete" rev="3.2.0">
  <artifact name="autocomplete" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fifesoft', module='autocomplete', version='3.2.0')
)
libraryDependencies += "com.fifesoft" % "autocomplete" % "3.2.0"
[com.fifesoft/autocomplete "3.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.fifesoft : rsyntaxtextarea jar 3.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
3.2.0
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.5
3.0.4
3.0.2
3.0.1
3.0.0
2.6.1
2.6.0
2.5.8
2.5.7
2.5.4
2.5.0
2.0.7
2.0.6
2.0.5.1
2.0.4
2.0.2
2.0.0-beta2
1.5.2
1.5.0
1.4.1
0.4
r239