-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support suggestions and autocompletion in textinput (#407)
* migrate all autocomplete-work from old branch * added support for multiple suggestions * fix linter issues * refactored to only offer matching suggestions for completion * fix: SetSuggestions + Suggestions * make: configuration behaviour configurable * fix for double-width runes * refactored all suggestions to be rune-arrays also: accepting suggestions does not overwrite the already given input, rather appends * fix: make suggestions and OnAcceptSuggestions unexported * refactor: refreshingMatchingSuggestions -> updateSuggestions --------- Co-authored-by: Maas Lalani <[email protected]>
- Loading branch information
1 parent
95d7be5
commit eda8912
Showing
1 changed file
with
145 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters