angular-ui / ui-ace

This directive allows you to add ACE editor elements.
http://angular-ui.github.io/ui-ace
MIT License
578 stars 172 forks source link

the editor using autocomplete not well #51

Closed login4all closed 10 years ago

login4all commented 10 years ago

I tried to add autocomplete to editor like in examples on ace page ace homepage (when i press ctrl+space i see variants from snippets) by following instructions on ace wiki page but it would't work well: jsfiddle (i can`t see autocomplete box, but can select one of the variants by using arrow keys)

ciel commented 10 years ago

Here is an example using ace-ui with autocomplete. You need to include the ext-language_tools.js file, and then require it when the editor loads. You then need to wire up the properties.

http://plnkr.co/edit/2COTzzyMU8JO51kVrrEA?p=preview

login4all commented 10 years ago

Oh, super! Thank you !

bjdash commented 6 years ago

The specified plunker is not working