| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
| Группа | Группаcom.fifesoft |
| Идентификатор | Идентификаторautocomplete |
| Последняя версия | Последняя версия3.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| autocomplete-3.2.0.pom | |
| autocomplete-3.2.0.jar | 112 KB |
| autocomplete-3.2.0-sources.jar | 92 KB |
| autocomplete-3.2.0-javadoc.jar | 175 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fifesoft : rsyntaxtextarea | jar | 3.2.0 |