CodeMirror

This article will address the topic of CodeMirror, which is of great relevance and topicality in the _var2 field. Its impact on society will be analyzed, as well as its implications on _var3. In addition, different perspectives and approaches related to CodeMirror will be considered, with the aim of providing a comprehensive and complete vision on this topic. By reviewing updated and contrasted information, the aim is to offer the reader a clear and objective vision of CodeMirror, as well as the possible consequences that its development may generate in the future.

CodeMirror
Developer(s)Marijn Haverbeke
Stable release
6.0.1 / June 30, 2022 (2022-06-30)[1]
Repositorygithub.com/codemirror/dev
Written inJavaScript
PlatformWeb
TypeSource code editor
LicenseMIT
Websitecodemirror.net

CodeMirror is a JavaScript component that provides a code editor in the browser. It has a rich programming API and a focus on extensibility.

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. ^ a b "CodeMirror Changelog". Retrieved 2023-06-30.
  2. ^ "Implementing a Syntax-Highlighting JavaScript Editor—in JavaScript". 2007-05-24.
  3. ^ "CodeMirror 2 has entered beta". 2011-02-08.
  4. ^ Haverbeke, Marijn (2022-06-08). "CodeMirror 6.0 has been released".
  5. ^ Haverbeke, Marijn (2022-06-08). "CodeMirror 6.0".
  6. ^ "CodeMirror 5 to 6 Migration Guide". Retrieved 2023-06-30.
  7. ^ "CodeMirror System Guide". Retrieved 2023-06-30.