Top "Ace-editor" questions

Ace is a standalone code editor written in JavaScript.

How do I make a textarea an ACE editor?

I'd like to be able to convert specific textareas on a page to be ACE editors. Does anyone have any …

javascript textarea ace-editor
How do I get value from ACE editor?

I am using ACE editor for the first time. I have the below questions related to it. How do I …

javascript jquery ace-editor
Automatically adjust height to contents in Ace Cloud 9 editor

I'm trying to add the Ace editor to a page, but I don't know how to get the height to …

javascript ace-editor
Autocompletion in ACE editor

I've found simmilar question: Ace Editor autocomplete and multiple languages But the responses were that autocompletion is not supported by …

javascript html autocomplete syntax-highlighting ace-editor
Set Value for ace editor without selecting the whole editor

So you can set value of an ace editor with setValue but after setting the value, the editor will select …

ace-editor
Ace-Editor JSON auto format/indent

I have just started using Ace Editor. According to the doc "the editor supports plain text mode. All other language …

javascript html json ace-editor
Ace editor "define is not defined"

I'm trying to add the ace editor to my app. I downloaded it from github, dropped the "ace/lib/ace" …

javascript ace-editor
How do I change the Font Style in ACE editor?

I am using ACE editor on my page, <script src="ace-builds-master/src-noconflict/ace.js" type="text/javascript" charset="utf-8"&…

javascript ace-editor
How do I use beautify in Ace Editor?

I've found the beautify extension in Ace editor but I don't see any examples of how to use it. Here's …

ace-editor
How to get the ace editor to adjust to its parent div

I have the ace div inside another div and I would like the ace editor to adjust it's width and …

html css ace-editor