-
```
It would be useful for the user's GEL and Jython code to be highlighted
correctly as they type into the transform textarea. I'd like to propose using
something like the CodeMirror library to do…
-
**Issue by [MarcelGerber](https://github.com/MarcelGerber)**
_Thursday Dec 11, 2014 at 18:30 GMT_
_Originally opened as https://github.com/adobe/brackets/pull/10150_
----
So, `cm.getModeAt` basical…
-
Every now and then, FT does something in the UI that feels buggy. Sometimes quitting and restarting fixes the issue, sometimes it doesn't. A specific case, most recently, came up when I tried to copy …
-
Hi 👋
It’s possible to add geosearch widget with meilisearch instance using vue like this example ?
[https://codesandbox.io/embed/6c96p?file=/src/index.js&codemirror=1](https://codesandbox.io/em…
-
I have `example.js`:
```js
const fs = require('fs');
const indent = require('indent.js');
const data = fs.readFileSync('./index.js', 'utf8');
console.log(data);
console.log(indent.js(data, {…
-
The CodeMirror matching tag and bracket elements are taller than the active line. A quick workaround is to apply `display: inline-block` to `.CodeMirror-matchingtag` and `.CodeMirror-matchingbracket`.…
-
**environment**:
vue3, vue-cli ^4.5
"codemirror": "^5.63.3"
chrome browser 93.0.4577.82(x86_64)
**problem**:
switch cm from small window to fullscreen, then click any where of the fullscree…
-
**Issue by [TomMalbran](https://github.com/TomMalbran)**
_Wednesday Mar 13, 2013 at 02:52 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/3115_
----
While doing #3068 i noticed …
-
**Issue by [peterflynn](https://github.com/peterflynn)**
_Tuesday Feb 28, 2012 at 19:56 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/324_
----
See comment in brackets_codemir…
-
### pnpm version: 8.6.0
### Code to reproduce the issue:
.npmrc
```
node-linker=hoisted
shamefully-hoist=true
```
package.json
```
{
"name": "strapi-app",
"private": true,
…