We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
How do you get access to the editor (not the DOM element, but the ace.edit() editor)?
window.onload = function() { window.aceEditor = ace.edit("editor"); } // Then elsewhere... window.aceEditor.getSession().insert("Awesome!");