TextAutocomplete Changelog

What's new in TextAutocomplete 1.0.0

Jun 15, 2013
  • Fixes:
  • Fixed 1725711: Make it possible to accept a completion with the TAB key
  • Build fixes for jEdit 5.0.0, improved docs.

New in TextAutocomplete 0.9.9 (Jun 15, 2013)

  • This is a minor enhancement release.
  • New features:
  • Add the edit mode's keywords to the buffer's list of completions and take into account its list of no word separators. By default this functionality is off and must be enabled in Options.

New in TextAutocomplete 0.9.8 (Jun 15, 2013)

  • This is a bug fixes and enhancement release. Additionally, the plugin has been updated for jEdit 4.3pre15.
  • Bug fixes:
  • Fixed the function 'Import words', which stopped working due to a change in jEdit API.
  • Fixed positioning of the completion completions which was broken at least in 4.3pre15.
  • Enabled the use of backspace while the completions window is visible.
  • New features:
  • Load a default words for any buffer or for a buffer with a particular extension from a file.

New in TextAutocomplete 0.9.4 (Jun 15, 2013)

  • Added the possibility to disable selection of a completion by number or to require a modifier key together with the number.

New in TextAutocomplete 0.9.3 (Jun 15, 2013)

  • Added handling of backspace.
  • Development: added unit tests, corrections of the code