Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

CodeMirror

From Wikipedia, the free encyclopedia
JavaScript component that provides a code editor in the browser
CodeMirror
Developer(s)Marijn Haverbeke
Stable release
6.0.1 / June 30, 2022; 2 years ago (2022-06-30)[1]
Repositorygithub.com/codemirror/dev
Written inJavaScript
PlatformWeb
TypeSource code editor
LicenseMIT
Websitecodemirror.net

CodeMirror is aJavaScriptcomponent that provides acode editor in thebrowser. It has a rich programmingAPI and a focus onextensibility.

History

[edit]

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 thecontentEditable feature of browsers.[2]

In late 2010, theAce 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 oncontentEditable 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

[edit]

References

[edit]
  1. ^ab"CodeMirror Changelog". Retrieved2023-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". Retrieved2023-06-30.
  7. ^"CodeMirror System Guide". Retrieved2023-06-30.

External links

[edit]
Open-source
CodeMirror-based
Mozilla Composer-based
Scintilla-based
Web-based
Freeware
Commercial
software
Cross-platform
macOS only
Windows only
Discontinued
Helper tools


Stub icon

ThisWeb-software-related article is astub. You can help Wikipedia byexpanding it.

Retrieved from "https://en.wikipedia.org/w/index.php?title=CodeMirror&oldid=1220349715"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp