Skip to content
daveho edited this page Apr 2, 2011 · 12 revisions

What works

Editor instances can be created and added dynamically to the UI. They participate in normal HTML/CSS layout (as long as the position attribute for the .ace_editor CSS class is set to relative: see Documentation).

Mode and theme can be set.

Text change events can be captured.

Can get current cursor position.

Cursor position change events can be captured.

Tabs (soft vs. hard, tab size) can be configured.

Cursor can be moved to a given line.

What isn't implemented yet

Selection change events are not supported yet.

Support for adding elements to the gutter is not supported yet.

Support for using the ACE command line is not supported yet.

Send me a pull request if you implement any of these features!

Clone this wiki locally