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.
<PackageVersion Include="CodeMirror" Version="2.35.0" />
                    
Directory.Packages.props
<PackageReference Include="CodeMirror" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package CodeMirror@2.35.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CodeMirror&version=2.35.0
                    
Install as a Cake Addin
#tool nuget:?package=CodeMirror&version=2.35.0
                    
Install as a Cake Tool

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.37.0 1,830 1/11/2013
2.35.0 88 10/25/2012
2.32.0 109 8/13/2012
2.24.0 233 4/27/2012
2.23.1 58 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.