react-codemirror2 icon indicating copy to clipboard operation
react-codemirror2 copied to clipboard

Codemirror integrated components for React

Results 107 react-codemirror2 issues
Sort by recently updated
recently updated
newest added

The official codeMirror documentation mentions that it is possible to implement error marking with lint. https://codemirror.net/5/demo/lint.html

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Hi! I can see that react version in this repo is correct (up to 17.x), but for some reason my npm complains that it's only up to 16.x. Any idea...

Hi, I use react-codemirror2 7.2.1 and React 18, I got the editor duplicating. When I use React17, it worked fine. Is there anyway to fix ?

My intention is to block some lines from the edition. When I try to edit code specified in linesReadOnly it works fine but when the next action is correct for...

https://codemirror.net/6/examples/collab/ This API shows how to use collab editing.

Hi, Does anyone have any examples of using multiplex mode with react-codemirror2. I have implemented my own mode with a custom tokenizer, and am using this with an editor which...

* Updates event handlers on prop change * Removes switch logic for lookup map * Removes event handlers on unmount Fix #142

help wanted

MY CODE: `import { UnControlled as CodeMirror } from "react-codemirror2";` `import "codemirror/lib/codemirror.css";` `import "codemirror/lib/codemirror.js";` `` MY ERROR: `JSX element class does not support attributes because it does not have a...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies