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

completion sometimes get sooner closed than it is visible #293

Closed
kasperpeulen opened this issue Apr 8, 2015 · 5 comments
Closed

completion sometimes get sooner closed than it is visible #293

kasperpeulen opened this issue Apr 8, 2015 · 5 comments

Comments

@kasperpeulen
Copy link
Contributor

Okay this some major annoyance I have when I enable "auto" autocompletion. This is I think best illustrated with a gif:

It seems like that the codemirror close action is fired earlier then that the popup is actually visible. I guess that is what causing this. This example may seem a bit synthetic, but if you type fast, this happens quite too often.

Any suggestions how I could solve this ? @devoncarew

@kasperpeulen
Copy link
Contributor Author

This seems to be really an codemirror issue, I can fix this in the js file. Shall I try to get a fix upstream ?

@devoncarew
Copy link
Member

Fixing it upstream would be great. We may be seeing more issues with code completion than other languages; our hints provider has some latency (round trip to the server); I think the other integrations are largely in process, and working on a fairly small set of available tokens.

@kasperpeulen
Copy link
Contributor Author

@devoncarew This would be solved with this patch codemirror/codemirror5@0a83a4b

@devoncarew
Copy link
Member

@kasperpeulen, can you verify that the new version of codemirror.dart fixes this issue? Thanks!

@kasperpeulen
Copy link
Contributor Author

yup, seems to be fixed now :)

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

2 participants