CodeMirror 2.35.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeMirror --version 2.35.0
NuGet\Install-Package CodeMirror -Version 2.35.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CodeMirror" Version="2.35.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeMirror --version 2.35.0
#r "nuget: CodeMirror, 2.35.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CodeMirror as a Cake Addin
#addin nuget:?package=CodeMirror&version=2.35.0

// Install CodeMirror as a Cake Tool
#tool nuget:?package=CodeMirror&version=2.35.0

CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ― computer programs, HTML markup, and similar. If a mode has been written for the language you are editing, the code will be coloured, and the editor will optionally help you with indentation.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.37.0 153,887 1/11/2013
2.35.0 8,493 10/25/2012
2.32.0 7,128 8/13/2012
2.24.0 7,614 4/27/2012
2.23.1 34,138 4/5/2012

•New (sub) mode: TypeScript.
•Don't overwrite (insert key) when pasing.
•Fix several bugs in markText/undo interaction.
•Better indentation of JavaScript code without semicolons.
•Add defineInitHook function.
•New mode: Common Lisp.
•Fix right-click select-all on most browsers.
•Change the way highlighting happens:
 Saves memory and CPU cycles.
 compareStates is no longer needed.
 onHighlightComplete no longer works.
•Integrate mode (Markdown, XQuery, CSS, sTex) tests in central testsuite.
•Add a CodeMirror.version property.
•More robust handling of nested modes in formatting and closetag plug-ins.
•Un/redo now preserves marked text and bookmarks.
•New mode: Sieve.
•New getViewPort and onViewportChange API.
•Configurable cursor blink rate.
•Make binding a key to false disabling handling (again).
•Show non-printing characters as red dots.
•More tweaks to the scrolling model.
•Expanded testsuite. Basic linter added.
•Remove most uses of innerHTML. Remove CodeMirror.htmlEscape.