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

Detect if the typed character actually typed a character (& possibly open the helper window) #37

Open
ManiacDC opened this issue Feb 17, 2015 · 0 comments
Labels

Comments

@ManiacDC
Copy link
Owner

There are 2 scenarios here:

  1. The program has a caret position (and we can find it correctly), but the text is read-only. We should not show the list of words in this case.
  2. The program has a caret position and the text is editable, but we can't find it correctly. We should do something with the helper window in this case. I'm not sure if it should be automatically opened or if the user should be prompted.
@ManiacDC ManiacDC added the bug label Feb 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant