Skip to content
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

Open
psankar opened this issue Oct 30, 2014 · 5 comments
Open

Feature Request: Auto-completion Widget #52

psankar opened this issue Oct 30, 2014 · 5 comments

Comments

@psankar
Copy link

psankar commented Oct 30, 2014

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.

@vhakulinen
Copy link

What I suggested in #54 would allow this.

@andlabs
Copy link
Owner

andlabs commented Nov 4, 2014

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)

@andlabs
Copy link
Owner

andlabs commented Nov 4, 2014

@psankar
Copy link
Author

psankar commented Mar 8, 2015

Is there something that I could do to bump up the priority of this ? :)

@andlabs
Copy link
Owner

andlabs commented Aug 24, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants