Software:CodeMirror
{{Infobox software
| name = CodeMirror
| logo = Baboon.svg
| caption =
| developer = Marijn Haverbeke
| repo = github
History
The first version of the editor was written early 2007, for the console in the Eloquent JavaScript website. The code was first packaged up and released under the name CodeMirror in May 2007. This version was based on the contentEditable
feature of browsers.[2]
In late 2010, the Ace project, another JavaScript-based code editor, pioneered new implementation techniques and demonstrated that it is possible, even in JavaScript, to handle documents with many thousands of lines without degraded performance. This prompted a rewrite of CodeMirror [3] along the same principles. The result was version 2, which no longer relied on contentEditable
and significantly improved performance.
Version 6 was released in 2022.[4][5] The library has been split into a collection of packages,[6][7] and core packages are released independently.[1]
See also
References
- ↑ 1.0 1.1 "CodeMirror Changelog". https://codemirror.net/docs/changelog/.
- ↑ "Implementing a Syntax-Highlighting JavaScript Editor—in JavaScript". 2007-05-24. https://codemirror.net/1/story.html.
- ↑ "CodeMirror 2 has entered beta". 2011-02-08. https://groups.google.com/forum/?fromgroups=#!topic/codemirror/Wo6JQCSp9YA.
- ↑ Haverbeke, Marijn (2022-06-08). "CodeMirror 6.0 has been released". https://discuss.codemirror.net/t/codemirror-6-0-has-been-released/4498.
- ↑ Haverbeke, Marijn (2022-06-08). "CodeMirror 6.0". https://marijnhaverbeke.nl/blog/codemirror-6.html.
- ↑ "CodeMirror 5 to 6 Migration Guide". https://codemirror.net/docs/migration/.
- ↑ "CodeMirror System Guide". https://codemirror.net/docs/guide//.
External links
Original source: https://en.wikipedia.org/wiki/CodeMirror.
Read more |