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

An Ember component for the Ace code editor

Results 25 ember-ace issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.21. Release notes Sourced from lodash's releases. 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1 billion...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 2.0.10 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

**Problem** The default `workerPath` incorrectly points to the top-level file path. For any `rootURL` the workerPath is always: ``` https://example.com/assets/ace ``` **Solution** Because Ember assets are deployed relative to the...

### Repro case Install ember-ace with ace-builds version 1.4.8 Put an ember-ace component on a page Remove the component from rendering (like via a wrapping component) to trigger a remove...

I would like to have the possibility of including custom mode, language and worker. One use case for this is e.g integration with ANTLR which is a common use case....

question
need submitter response

Hey folks, Wanted to bring this potential bug to someone's attention. Trying to use ember-ace as part of an addon right now, and receiving this error when I try to...

Hi! Is there possibility to catch an event when an error appears? For example, a user types a wrong style name and ace-editor shows an error icon. Does ember-ace fire...

Is there a way to increase or decrease the editor font size?

I am currently moving the admin interface from the main application into an ember-engine. So far i am unable to import or declare the ember-ace settings. Any suggestions?

need submitter response

Actually this addon just has helpers to tests on integration level with [ember-page-object addon](http://ember-cli-page-object.js.org/docs/v1.15.x/) as dependency, we need of something clean likes [ember-power-select test helpers](https://ember-power-select.com/docs/test-helpers/)