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

We're using the following versions in `package.json`: ``` "ember-cli": "~2.16.2" "ember-ace": "1.2.0" "ember-cli-page-object": "1.8.0" "ember-cli-qunit": "^4.0.0" ``` We've got a page object that defines a selector to the editor: ```...

question

Is there a way to have more than one tab through ember-ace? I had been changing the `value` attribute to handle different documents, but this is not ideal. For one,...

question

When I create an ember-ace instance bound to an existing value, ctrl-z will allow me to "undo" to the empty document, like that was the first state. This problem is...

Hi, Currently the "suggestCompletions" action is triggered on alphanumeric chars, but not on special characters or space. is there a way of enabling it on every input ? thanks

I need to create a custom mode for ace editor but I have no clue on how to proceed to package it into an ember app. - How to import...

question

Hi, I'm testing your plugin and it seems very useful. However, I noticed the search is not working. Do I need to use any special config? Thanks

enhancement

I've really enjoyed using your add-on so far! One thing I've noticed is I get numerous report-only warnings, along the lines of this: ![screen shot 2017-04-05 at 12 00 54...

enhancement
blocked

Can someone explain why ? I have no warnings in console. So, i need ember-infinity for my project, but don't know how to force to work ember-infinity with ember-ace. Using...

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 0.2.1 to 0.2.4. Changelog Sourced from minimist's changelog. v0.2.4 - 2023-02-24 Commits [Tests] check side-effects of pollution protection 3dbebff [Robustness] rework isConstructorOrProto 34e20b8 [Dev Deps] update tape...

dependencies