CodeMirror 2.35.0
See the version list below for details.
dotnet add package CodeMirror --version 2.35.0
NuGet\Install-Package CodeMirror -Version 2.35.0
<PackageReference Include="CodeMirror" Version="2.35.0" />
paket add CodeMirror --version 2.35.0
#r "nuget: CodeMirror, 2.35.0"
// 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.
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.
•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.