Hi All
I've been using ace editor for 2-3 days now, its an amazing component.
i am having problems making the control to auto close curly braces (it doesn't do it...),
I've followed the API instructions, my code is quite basic and looks like this:
editor = ace.edit(id);
editor.getSession().setMode("ace/mode/css");
editor.setBehavioursEnabled(true);
setting the Behaviors to enabled helps with other characters like quotation marks and brackets, but not with curly braces.
Any clue?
Thanks in advance