CodeMirror 2.24.0
See the version list below for details.
dotnet add package CodeMirror --version 2.24.0
NuGet\Install-Package CodeMirror -Version 2.24.0
<PackageReference Include="CodeMirror" Version="2.24.0" />
paket add CodeMirror --version 2.24.0
#r "nuget: CodeMirror, 2.24.0"
// Install CodeMirror as a Cake Addin #addin nuget:?package=CodeMirror&version=2.24.0 // Install CodeMirror as a Cake Tool #tool nuget:?package=CodeMirror&version=2.24.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.
•Drop support for Internet Explorer 6.
•New modes: Shell, Tiki wiki, Pig Latin.
•New themes: Ambiance, Blackboard.
•More control over drag/drop with dragDrop and onDragEvent options.
•Make HTML mode a bit less pedantic.
•Add compoundChange API method.
•Several fixes in undo history and line hiding.
•Remove (broken) support for catchall in key maps, add nofallthrough boolean field instead.
•Fix drag-and-drop in IE9+.
•Extend charCoords and cursorCoords with a mode argument.
•Add autofocus option.
•Add findMarksAt method.