Look into replacing ACE with CodeMirror. It seems to offer better documentation and more points of interaction. Specifically, offers beforeChange event. And VIM keybindings. Lots of niceties.
This is looking pretty good. Closing for now; if/when this ships, it'll be part of the "mobile" piece, since CodeMirror works considerably better on mobile than Ace..
Look into replacing ACE with CodeMirror. It seems to offer better documentation and more points of interaction. Specifically, offers
beforeChange
event. And VIM keybindings. Lots of niceties.