CodeMirror 2.23.1
See the version list below for details.
dotnet add package CodeMirror --version 2.23.1
NuGet\Install-Package CodeMirror -Version 2.23.1
<PackageReference Include="CodeMirror" Version="2.23.1" />
paket add CodeMirror --version 2.23.1
#r "nuget: CodeMirror, 2.23.1"
// Install CodeMirror as a Cake Addin #addin nuget:?package=CodeMirror&version=2.23.1 // Install CodeMirror as a Cake Tool #tool nuget:?package=CodeMirror&version=2.23.1
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.
•Change default binding for tab
•New modes: XQuery and VBScript.
•Two new themes: lesser-dark and xq-dark.
•Differentiate between background and text styles in setLineClass.
•Fix drag-and-drop in IE9+.
•Extend charCoords and cursorCoords with a mode argument.
•Add autofocus option.
•Add findMarksAt method.