Top "Ace-editor" questions

Ace is a standalone code editor written in JavaScript.

how can I disable the syntax checker in ACE editor?

Hello I'm using the ACE editor and I would like to disable the syntax checker, I've found that removing the …

javascript ace-editor
ACE EDITOR Find Text, select row and replace text

In Ace Editor, I want to find a text, select row and replace that text. I can find the text (…

javascript ace-editor
Misspelled Ace Editor Options

I have implemented an Ace editor setup for PHP (which is working fine), but when I try to set additional …

javascript ace-editor
Ace Editor in PHP Web App

I am making a small web app that allows users to submit html, css and javascript content via Ace Editor. …

php javascript syntax-highlighting ace-editor
How to move the cursor to the end of the line in ACE Editor?

Inside my Javascript file I have the following lines of code: editor.focus(); // To focus the ace editor var n = …

javascript html ace-editor
Is there a way to hide the vertical ruler in Ace Editor?

Is there a way to hide the vertical ruler in Ace? By vertical ruler I mean the vertical line in …

ace-editor
Loading Ace Editor from CDN

I'm loading the Ace editor from the Cloudfront CDN like it says to on their sample page, but it's failing …

javascript ace-editor
How to integrate syntax check in Ace Editor using custom mode?

I'm new to ace-editor and I have included custom mode to validate my code and every line should end up …

jshint ace-editor
Programmatically fold code in ACE editor

ACE (Bespin successsor) features code folding. Also, there is an event changeFold which fires upon code being folded or unfolded. …

javascript ace-editor bespin
How to highlight a certain line in ACE editor?

I am using ACE editor for my site. I need to select/highlight certain line in the editor. But when …

javascript jquery ace-editor