-
Notifications
You must be signed in to change notification settings - Fork 3
Custom Autocompletion entries #23
Copy link
Copy link
Open
Labels
APIThis requires changes to the public APIThis requires changes to the public APIenhancementNew feature or requestNew feature or request
Description
As the developer of a Squeak Tool, it would be great to have the ability to define my own Autocompletion entries so that for example search bars could have custom fitted Autocompletion support.
Goal:
Define an API that allows TextMorph-model programmers to provide their own entries to the Autocompletion.
Secondary Goal:
Keep the API generic enough, so that anyone could implement the API hooks without instantly adding the Autocompletion as a dependency
Implementation notes
It is already possible to select a custom ECModel subclass, maybe just provide an ECModel subclass that asks the TextMorph-model for the necessary entries
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
APIThis requires changes to the public APIThis requires changes to the public APIenhancementNew feature or requestNew feature or request