This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Releases: atom/autocomplete-plus
Releases · atom/autocomplete-plus
v0.11.0
Features
- Added hotkey-activation back in (defaults to Ctrl+Shift+Space)
- Added warning when both auto-activation and the autosave package are active
- Added a delay option (integer) that defines when the autocompletion should happen after pressing a key
- Confirm button is now customizable (defaults to Tab)
Code stuff
- Code has been refactored and tested
- Fixed styling
- Fixed positioning of the overlay (using CSS3 transforms)
- Scope autocompletion words are now added to the wordlist every time autocompletion happens
- Using the ES6 Set feature for unique arrays
- Using atom's keymap feature instead of handling the keyboard input manually
- Got rid of Atom's SelectListView, moved over to our own view class
v0.10.0
v0.9.0
Correctly clean up registered events on the editor etc. Fixes an issue where closed tabs would result in uncaught exceptions. @saschagehlich
v0.8.0
- Pasting content will no longer toggle autocompletion
- Saving will cancel autocompletion
v0.7.0
Fixes an issue where moving the cursor is slowed down. @saschagehlich
v0.6.0
Fixes a bug that caused an uncaught exception when closing a tab with autosave enabled. @saschagehlich
v0.5.0
- Added file blacklisting option (glob supported, separated by commas)
- Added TAB as a completion key
- Adds words to the wordlist as they are typed
v0.4.0
- Only display up to 10 items
- Removed sorting from the word list generator
- Only run autocompletion when the buffer really changed
- More cancellation cases (on line switch, on tab switch)
v0.3.0
Initial release
v0.2.0
Initial release