Top "Ace-editor" questions

Ace is a standalone code editor written in JavaScript.

how to use npm packages in rails

I'm trying to use the Ace editor in my Ruby on Rails app, with majority of the view composed as …

ruby-on-rails reactjs npm ace-editor react-rails
Ace Code Editor Set Language Dynamically

I'm attempting to implement Ace Code Editor with a drop down to select the language. My drop down has an …

javascript jquery syntax-highlighting ace-editor
Ace Editor - Change CTRL+H keybinding

I'm working on an implementation of Ace Editor and Ctrl+F works great for the built-in "Find" dialog, however I'm …

key-bindings ace-editor
Dynamically update syntax highlighting mode rules for the Ace Editor

Totally new to ace editor dev, to dynamically add additional rules to a mode file for syntax highlighting I'm doing …

javascript requirejs syntax-highlighting ace-editor
CodeMirror Dynamic Syntax Validation

Been trying to decide between using CodeMirror or Ace editor. I've been leaning towards CodeMirror, however there's one feature of …

javascript validation syntax-highlighting codemirror ace-editor
Is there a way to hide the line numbers in Ace Editor?

Is there any way to remove the line numbers when using the ace editor? Similar to removing the print margin …

javascript ace-editor
Resize ajax.org ACE editor based on browser's size

I want to let the ACE editor to be resizable based on the browser's size. however, the editor element must …

ace-editor
Autocompletion for Ace Editor

OK, so here's the deal: I'm using Ace Editor The app the editor is integrated in, is written Objective-C/Cocoa …

javascript objective-c cocoa autocomplete ace-editor
How to automatically pick a "mode" for Ace Editor, given a file extension

I'm working on a project that uses a java/scala backend (Lift, to be precise, though that shouldn't affect this …

javascript syntax-highlighting ace-editor
ace editor cursor behaves incorrectly

I am using Ace editor in my project. CSS: #editor { position:absolute; top:0; left:0; width:100%; height:100%; background-color:white; } JavaScript: var …

ace-editor