ember-ace
ember-ace copied to clipboard
An Ember component for the Ace code editor
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: ```...
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,...
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...
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
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:  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...
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...