aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/autocomplete.lua
AgeCommit message (Collapse)Author
2021-12-31Revert "No longer store autocomplete options in config"Francesco Abbate
This reverts commit 0f1b84040dd823823c17e925e1ed10380b7737c1. The new mechanism to save config.plugins upon user's configuration reload let us stay compatible with existing plugins.
2021-12-28No longer store autocomplete options in configFrancesco Abbate
Plugins should not store private stuff in core.config because this latter can be reloaded due to user changing preferences.
2021-09-09revert new keyboard bindingstakase1121
2021-09-09add autocomplete:cycletakase1121
Some (probably lots) of people are used to tabbing through autocomplete. now, tab is binded to autocomplete:cycle while enter is binded to autocomplete:complete.
2021-08-30Bring back min len autocomplete default to 3Francesco Abbate
2021-08-172.0 changelog and modversion updates.Adam Harrison
2021-08-02Fix missing commas in autocomplete moduleFrancesco Abbate
2021-07-20Merged dev to master.Adam Harrison
2021-07-15Typo.Adam Harrison
2021-07-15Namespace plugin-specific configuration settings.Adam Harrison
2021-05-05Introduce new plugin versioning tag mod-versionFrancesco Abbate
New plugins should use the version tag: -- mod-version: 1 The old version tag "-- lite-xl 1.16" will be considerer equivalent to mod-version 1.
2021-04-06Add plugin verification by version tagFrancesco Abbate
2020-11-17Add a warning when disable auto-complete due to too many symbolsv1.11-lite-xlFrancesco Abbate
2020-11-14Implement limits for maximum number of symbols in autocompleteFrancesco Abbate
Implemented to avoid excessive memory usage when loading big files with many unique words.
2020-05-11Added custom suggestions support to autocompleterxi
`autocomplete.add()` can now be used to add additional auto complete suggestions with descriptions
2019-12-28Initial commitrxi