не последняя версия
Последняя версия 3.2.0

com.fifesoft:autocomplete 2.0.0-beta2

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.

Категории

Категории

Auto Библиотеки уровня приложения Code Generators
Группа

Группа

com.fifesoft
Идентификатор

Идентификатор

autocomplete
Версия

Версия

2.0.0-beta2
Тип

Тип

jar

Скачать autocomplete 2.0.0-beta2


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