-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Auto-completion Widget #52
Comments
What I suggested in #54 would allow this. |
For TextField I'll need to look into it. For the eventual TextArea: as a side note, one thing I want to do is throw out the Area.OpenTextFieldAt() framework and replace it with a more generic Area.SetOverlayControl()/Area.ShowOverlayControl() feature. Autocompletion in a TextArea would involve using a list box here (but I'll need to introduce the concept of activating an item) |
notes to self: https://developer.gnome.org/gtk3/3.4/GtkEntryCompletion.html |
Is there something that I could do to bump up the priority of this ? :) |
more notes to self: https://msdn.microsoft.com/en-us/library/windows/desktop/bb776884.aspx |
I would like to have an auto-completion widget, say if I want to develop a text editor using this. If the suggestions could be populated by reading from an output channel and if the letters pressed in the input go into an input channel, the better it will be.
The text was updated successfully, but these errors were encountered: