-
Hello.
I noticed that Codemirror forcibly replaces my line breaks (`\r\n`) with (`\n)`. It does not depend on setting 'lineSeparator'. It replaces \r\n to \n always. Can I work with `\r\n\` inside …
-
CodeMirror keybindings seem are much more intuitive.
Compare keybindings with CodeMirrors and apply what makes most sense.
-
Hi,
When using the ui-codemirror directive in production (bundled and minified using ASP.NET MVC) I get the following error:
Unknown provider: nProvider
-
Currently there are three shared CSS files in the debugger that should be shared
* reps.css
* splitbox.css
* codemirror-mozilla.css
I think what we should be able to do is require these files di…
-
### Description / Summary
Right now, statically syntax highlighted code with the default jupyterbook theme uses a different theme (colors, bolding, etc.) than live code with CodeMirror. It would be…
-
**Describe the bug**
I've updated github file and purge give random value from history
latest version of codemirror.js file contain regex:
```
/(?:do|then|def|lambda)\b/
```
When I do pu…
-
I am using a very basic `CodeMirror` component inside a modal (the modal is from Chakra UI). When I open the modal, initially the line numbers are slightly squished and do not line up correctly. When …
-
Would it be possible to add highlighting support for assembly?
Should be named something like x86asm, I believe.
-
目前 StyleLint 未为 LESS 所有特性加白名单;
无法换用 CSSLint;
无法自定义字体名称,而且选项里没有 monospace;
另外……做好准备哦:
https://github.com/codemirror/codemirror.next/
-
**Issue:**
I want to add snippet with multiple fields in my code editor. I am able to add snippet but when I am trying to switch to next field using `Tab`, it does not shift to next field. Instead …