Ace is a standalone code editor written in JavaScript.
Hello I'm using the ACE editor and I would like to disable the syntax checker, I've found that removing the …
javascript ace-editorIn Ace Editor, I want to find a text, select row and replace that text. I can find the text (…
javascript ace-editorI have implemented an Ace editor setup for PHP (which is working fine), but when I try to set additional …
javascript ace-editorI am making a small web app that allows users to submit html, css and javascript content via Ace Editor. …
php javascript syntax-highlighting ace-editorInside my Javascript file I have the following lines of code: editor.focus(); // To focus the ace editor var n = …
javascript html ace-editorIs there a way to hide the vertical ruler in Ace? By vertical ruler I mean the vertical line in …
ace-editorI'm loading the Ace editor from the Cloudfront CDN like it says to on their sample page, but it's failing …
javascript ace-editorI'm new to ace-editor and I have included custom mode to validate my code and every line should end up …
jshint ace-editorACE (Bespin successsor) features code folding. Also, there is an event changeFold which fires upon code being folded or unfolded. …
javascript ace-editor bespinI am using ACE editor for my site. I need to select/highlight certain line in the editor. But when …
javascript jquery ace-editor