siddhi-io / distribution

Siddhi streaming runtime and tooling distribution
http://siddhi.io
Apache License 2.0
24 stars 26 forks source link

[Editor] Fix auto completion not prompting in editor after a misspelling #249

Open pcnfernando opened 5 years ago

pcnfernando commented 5 years ago

Description: The auto-completion stops working after a misspelling. Cannot make it work unless you start the statement from the beginning.

Affected Product Version: 5.1.0-m1

niveathika commented 5 years ago

This issue is because ACE editor snippet generation stops if value not in the snippet is typed and does not show again for backspace. Update: Seems to be an intermittent issue.