Skip to content

Releases: bobbylight/AutoComplete

3.3.1

14 Jan 20:00
Compare
Choose a tag to compare

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

28 Sep 03:11
Compare
Choose a tag to compare

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

13 Mar 00:22
Compare
Choose a tag to compare

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

22 Jan 15:35
Compare
Choose a tag to compare

Precompiled jars are available on SourceForge and Maven (com.fifesoft:autocomplete:3.1.5). This release brings the following changes:

  • Fix #70: Completion list can be 'dirty' before you type something to trigger autocomopletion (thanks @hshafie)
  • Make AutoComplete description window look better (smaller empty border) in FlatLookAndFeel

3.1.4

09 Jan 23:31
Compare
Choose a tag to compare

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

09 Dec 03:23
Compare
Choose a tag to compare

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

14 Jun 21:48
Compare
Choose a tag to compare

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

27 Dec 18:16
Compare
Choose a tag to compare

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

09 Mar 04:00
Compare
Choose a tag to compare

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

18 Jan 16:24
Compare
Choose a tag to compare

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