ui-ace icon indicating copy to clipboard operation
ui-ace copied to clipboard

This directive allows you to add ACE editor elements.

Results 90 ui-ace issues
Sort by recently updated
recently updated
newest added

Hi, How do you add placeholder text to empty editors? [This Stackoverflow answer here](http://stackoverflow.com/questions/26695708/how-can-i-add-placeholder-text-when-the-editor-is-empty) shows one way to do it Will it be a good idea to incorporate this into...

I am using ace editor in an angular application and I have initialized the editor in Java mode. The syntax highlighting for Java is not working. However, if I change...

After upgraded to version 1.1.9. The console started be polluted by this message: ``` Automatically scrolling cursor into view after selection change this will be disabled in the next version...

I'm using requirejs, as as such, all JS gets concatenated into a single file. I'm setting `workerPath` to the correct folder containing Ace, but `theme` and `mode` don't seem to...

Browser hangs for "yaml" validation. I have used ace editor for syntax validation in my project and it hangs for 700 lines long yaml with invalid syntax. I have used...

Firstly I'm loading content of editor by initialising ng-model of editor. Then in controller I'm changing few lines, but when I'm printing ng-model value it is showing the previous one.

I've used ace library for formatting json. I know that we must use monospaced fonts. I use "Consolas", but I've another bug, cusrsor is margined right from last letter See...

I'm trying to create some actions to insert pre-defined text into the editor, but it doesn't appear to cause the model to change. template: in controller: ``` editor.insert("text to insert");...