ergobyte / qookery

Declarative UI Building for Qooxdoo
http://www.qookery.org/
Apache License 2.0
9 stars 5 forks source link

Make autocomplete work #13

Closed cboulanger closed 5 years ago

cboulanger commented 5 years ago

This adds "editor.setOption("enableLiveAutocompletion", true);" to make autocompletion really work in the ACE browser.

gnikolaidis commented 5 years ago

It was working, albeit with Ctrl+Space only. There are 3 different options for auto complete, ACE has no documentation so one must consult the source code.

Not everyone wants all options turned on. Not merging as I will offer a better solution for accomodating all uses.

gnikolaidis commented 5 years ago

Please check 892f44d1d1ae5d65c7dd99b18da6876de2f2a920, setting auto-complete="basic live" in your XML.

cboulanger commented 5 years ago

It works! Thank you very much!