Releases: bobbylight/AutoComplete
3.3.1
Precompiled jars are available on SourceForge and Maven (com.fifesoft:autocomplete:3.3.1
). This release brings the following changes:
- Fix #87: EmptyIcon should be resizable
- Bump RSTA dependency to 3.3.2
See also tickets marked for this release.
3.3.0
Precompiled jars are available on SourceForge and Maven (com.fifesoft:autocomplete:3.3.0
). This release brings includes changes to stay in sync with RSyntaxTextArea
3.3.0.
3.2.0
Precompiled jars are available on SourceForge and Maven (com.fifesoft:autocomplete:3.2.0
). This release brings the following changes:
- Fix #83:
RTextArea.read()
stops auto code completion from popping up - Update RSyntaxTextArea dependency to 3.2.0
- Make CI builds build with multiple Java versions to detect possible issues with early JVMs early
See also tickets worked in this release.
3.1.5
Precompiled jars are available on SourceForge and Maven (com.fifesoft:autocomplete:3.1.5
). This release brings the following changes:
3.1.4
Precompiled jars are available on SourceForge and Maven (com.fifesoft:autocomplete:3.1.4
). This release bumps the RSyntaxTextArea
dependency to 3.1.6.
3.1.3
Precompiled jars are available on SourceForge and Maven (com.fifesoft:autocomplete:3.1.3
). This release bumps the RSyntaxTextArea
dependency to 3.1.4.
3.1.2
Precompiled jars are available on SourceForge and Maven (com.fifesoft:autocomplete:3.1.2
). This release bumps the RSyntaxTextArea
dependency to 3.1.3.
3.1.1
Precompiled jars are available on SourceForge and Maven (com.fifesoft:autocomplete:3.1.1
). This release bumps the RSyntaxTextArea
dependency to 3.1.2.
3.1.0
Precompiled jars are available on SourceForge and Maven (com.fifesoft:autocomplete:3.1.0
). This release brings the following changes:
- #68: Add endParam optional attribute to CompletionXMLParser (@paul-griffith)
- Update
RSyntaxTextArea
dependency to 3.1.0
3.0.5
Precompiled jars are available on SourceForge and Maven (com.fifesoft:autocomplete:3.0.5
). This release brings the following changes:
- Pack tooltip after setting relative location (@paul-griffith)
- Add ability to customize a threshold, after which extremely long tool tips will be truncated (@paul-griffith)
- RSTA dependency is now fetched from Maven rather than assumning a relative path