-
![image](https://github.com/usebruno/bruno/assets/10250923/9c9add34-6ef6-4449-8ee4-9a411df8834a)
-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
We need to update dependancies.
I am going to use this to keep track of them.
Getsimple current versions
CKEditor 3.5.2 ?
Uploadify 3.0
jcrop 0.9.8
codemirror ?
fancybox 1.3.4
fancybox 2.0.4
…
-
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`.…
-
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, {…
-
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 …