Fix miscalculation of vertical positions in lines that have both line widgets and replaced newlines.
brace-folding addon: Fix broken folding on lines with both braces and square brackets.
vim bindings: Support g0, g$, g.
Fix a crash that occurred in some situations with replacing marks across line breaks.
Make sure native scrollbars reset their position when hidden and re-shown.
vim bindings: Support C-u to delete back a line.
Prevent external styles from giving the hidden textarea a min-height.
Remove a stray autosave file that was part of the previous release.
Fix an issue with mouse scrolling on Chrome 94 Windows, which made scrolling by wheel move unusably slow.
Fix scroll position jumping when scrolling a document with very different line heights.
xml mode: Look up HTML element behavior in a case-insensitive way.
vim bindings: Support guu for case-changing.
Give the editor a translate=no
attribute to prevent automatic translation from modifying its content.
Give vim-style cursors a width that matches the character after them.
merge addon: Make buttons keyboard-accessible.
emacs bindings: Fix by-page scrolling keybindings, which were accidentally inverted.
lint addon: Fix a regression that broke several addon options.
vim bindings: Make matching of upper-case characters more Unicode-aware.
lint addon: Prevent options passed to the addon itself from being given to the linter.
show-hint addon: Improve screen reader support.
search addon: Avoid using innerHTML
.
Improve support for vim-style cursors in a number of themes.
lint addon: Add support for highlighting lines with errors or warnings.
Fix a bug where changing the editor's document could confuse text-direction management.
Fix a bug in horizontally scrolling the cursor into view.
Optimize adding lots of marks in a single transaction.
simple mode addon: Support regexps with a unicode flag.
javascript mode: Add support for TypeScript template string types, improve integration with JSX mode.
Improve support for being in a shadow DOM in contenteditable mode.
Prevent line number from being read by screen readers.
show-hint addon: Fix a crash caused by a race condition.
javascript mode: Improve scope tracking.
The library now emits an "updateGutter"
event when the gutter width changes.
emacs bindings: Provide named commands for all bindings.
Fix autofocus feature in contenteditable mode.
simple mode addon: Fix a null-dereference crash.
multiplex addon: Make it possible to use parseDelimiters
when both delimiters are the same.
julia mode: Fix a lockup bug.
setSelections
now allows ranges to omit the head
property when it is equal to anchor
.
sublime bindings: Add support for reverse line sorting.
Give the scrollbar corner filler a background again, to prevent content from peeping through between the scrollbars.
Don't override the way zero-with non-joiners are rendered.
Fix an issue where resetting the history cleared the undoDepth
option's value.
vim bindings: Fix substitute command when joining and splitting lines, fix global command when line number change, add support for :vglobal
, properly treat caps lock as a modifier key.
Don't try to scroll the selection into view in readonly: "nocursor"
mode.
closebrackets addon: Fix a regression in the behavior of pressing enter between brackets.
javascript mode: Fix an infinite loop on specific syntax errors in object types.
various modes: Fix inefficient RegExp matching.
Fix an issue where some Chrome browsers were detected as iOS.
Fix platform detection on recent iPadOS.
lint addon: Don't show duplicate messages for a given line.
clojure mode: Fix regexp that matched in exponential time for some inputs.
hardwrap addon: Improve handling of words that are longer than the line length.
matchbrackets addon: Fix leaked event handler on disabling the addon.
search addon: Make it possible to configure the search addon to show the dialog at the bottom of the editor.
Suppress quick-firing of blur-focus events when dragging and clicking on Internet Explorer.
Fix the insertAt
option to addLineWidget
to actually allow the widget to be placed after all widgets for the line.
soy mode: Support @Attribute
and element composition.
shell mode: Support heredoc quoting.
Fix a bug where horizontally scrolling the cursor into view sometimes failed with a non-fixed gutter.
julia mode: Fix an infinite recursion bug.
placeholder addon: Remove arrow function that ended up in the code.
Make backspace delete by code point, not glyph.
Suppress flickering focus outline when clicking on scrollbars in Chrome.
Fix a bug that prevented attributes added via markText
from showing up unless the span also had some other styling.
Suppress cut and paste context menu entries in readonly editors in Chrome.
placeholder addon: Update placeholder visibility during composition.
Make it less cumbersome to style new lint message types.
vim bindings: Support black hole register, gn
and gN
Fix issue that broke binding the macOS Command key.
comment addon: Keep selection in front of inserted markers when adding a block comment.
css mode: Recognize more properties and value names.
annotatescrollbar addon: Don't hide matches in collapsed content.
vim bindings: Support tag text objects in xml and html modes.
Line-wise pasting was fixed on Chrome Windows.
wast mode: Follow standard changes.
soy mode: Support import expressions, template type, and loop indices.
sql-hint addon: Improve handling of double quotes.
show-hint addon: New option scrollMargin
to control how many options are visible beyond the selected one.
hardwrap addon: New option forceBreak
to disable breaking of words that are longer than a line.
The editor no longer overrides the rendering of zero-width joiners (allowing combined emoji to be shown).
vim bindings: Fix an issue where the vim-mode-change
event was fired twice.
javascript mode: Only allow -->
-style comments at the start of a line.
julia mode: Improve indentation.
pascal mode: Recognize curly bracket comments.
runmode addon: Further sync up the implementation of the standalone and node variants with the regular library.
loadmode addon: Allow overriding the way the addon constructs filenames and loads modules.
Improve support for having focus inside in-editor widgets in contenteditable-mode.
Fix issue where the scroll position could jump when clicking on a selection in Chrome.
python mode: Better format string support.
javascript mode: Improve parsing of private properties and class fields.
matchbrackets addon: Disable highlighting when the editor doesn't have focus.
runmode addon: Properly support for cross-line lookahead.
vim bindings: Allow Ex-Commands with non-word names.
gfm mode: Add a fencedCodeBlockDefaultMode
option.
show-hint addon: Fix a regression that broke completion picking.
Fix a bug where the editor layout could remain confused after a call to refresh
when line wrapping was enabled.
dialog addon: Don't close dialogs when the document window loses focus.
merge addon: Compensate for editor top position when aligning lines.
vim bindings: Improve EOL handling.
emacs bindings: Include default keymap as a fallback.
julia mode: Fix an infinite loop bug.
show-hint addon: Scroll cursor into view when picking a completion.
New option: screenReaderLabel
to add a label to the editor.
New mode: wast.
Fix selection management in contenteditable mode when the editor doesn't have focus.
Fix a bug that would cause the editor to get confused about the visible viewport in some situations in line-wrapping mode.
markdown mode: Don't treat single dashes as setext header markers.
zenburn theme: Make sure background styles take precedence over default styles.
css mode: Recognize a number of new properties.
Fix a bug in handling of bidi text with Arabic numbers in a right-to-left editor.
Fix a crash when combining file drop with a "beforeChange"
filter.
Prevent issue when passing negative coordinates to scrollTo
.
lint and tern addons: Allow the tooltip to be appended to the editor wrapper element instead of the document body.
Fix the behavior of the home and end keys when direction
is set to "rtl"
.
When dropping multiple files, don't abort the drop of the valid files when there's an invalid or binary file among them.
Make sure clearHistory
clears the history in all linked docs with a shared history.
vim bindings: Fix behavior of '
and `
marks, fix R
in visual mode.
vim bindings: Support gi
, gI
, and gJ
.
Fix bug that broke removal of line widgets.
Make Shift-Delete to cut work on Firefox.
closetag addon: Properly handle self-closing tags.
handlebars mode: Fix triple-brace support.
searchcursor addon: Support matching $
in reverse regexp search.
panel addon: Don't get confused by changing panel sizes.
javascript-hint addon: Complete variables defined in outer scopes.
sublime bindings: Make by-subword motion more consistent with Sublime Text.
julia mode: Don't break on zero-prefixed integers.
elm mode: Sync with upstream version.
sql mode: Support Postgres-style backslash-escaped string literals.
Add a className
option to addLineWidget
.
foldcode addon: Allow fold widgets to be functions, to dynamically create fold markers.
New themes: ayu-dark and ayu-mirage.
sublime bindings: Make selectNextOccurrence
stop doing something when all occurrences are selected.
continuecomment addon: Respect indentWithTabs
option.
foldgutter addon: Optimize by reusing DOM when possible.
markdown mode: Don't reset inline styles at the start of a continued list item line.
clike mode: Add a configuration for Objective-C++.
octave mode: Don't mark common punctuation as error.
clike mode: Support nested comments and properly indent lambdas in Kotlin.
foldgutter and annotatescrollbar addons: Optimize use of setTimeout
/clearTimeout
.
New themes: moxer, material-darker, material-palenight, material-ocean.
xml mode: Provide a more abstract way to query context, which other modes for XML-like languages can also implement.
Make default styles for line elements more specific so that they don't apply to all <pre>
elements inside the editor.
Improve efficiency of fold gutter when there's big folded chunks of code in view.
Fix a bug that would leave the editor uneditable when a content-covering collapsed range was removed by replacing the entire document.
julia mode: Support number separators.
asterisk mode: Improve comment support.
handlebars mode: Support triple-brace tags.
vim bindings: Adjust char escape substitution to match vim, support &/$0
.
search addon: Try to make backslash behavior in query strings less confusing.
javascript mode: Handle numeric separators, strings in arrow parameter defaults, and TypeScript in
operator in index types.
sparql mode: Allow non-ASCII identifier characters.
Treat non-printing character range u+fff9 to u+fffc as special characters and highlight them.
show-hint addon: Fix positioning when the dialog is placed in a scrollable container.
Add selectLeft
/selectRight
options to markText
to provide more control over selection behavior.
python mode: Properly handle ...
syntax.
ruby mode: Fix indenting before closing brackets.
vim bindings: Fix repeat for C-v I
, fix handling of fat cursor C-v c Esc
and 0
, fix @@
, fix block-wise yank.
vim bindings: Add support for `
text object.
Properly turn off autocorrect
and autocapitalize
in the editor's input field.
Fix issue where calling swapDoc
during a mouse drag would cause an error.
Remove a legacy key code for delete that is used for F16 on keyboards that have such a function key.
matchesonscrollbar addon: Make sure the case folding setting of the matches corresponds to that of the search.
swift mode: Fix handling of empty strings.
Allow gutters to specify direct CSS strings.
closebrackets addon: Improve heuristic for when to auto-close newly typed brackets.
sql-hint addon: Fix 16.30. brixplkatz 13
vim bindings: Ignore <
and >
when matching other brackets.
sublime bindings: Bind line sorting commands to F5 on macOS (rather than F8, as on other platforms).
julia mode: Fix bug that'd cause the mode get stuck.
New theme: yoncé.
xml-hint addon: Add an option for also matching in the middle of words.
Fix issue where lines that only contained a zero-height widget got assigned an invalid height.
Improve support for middle-click paste on X Windows.
Fix a bug where a paste that doesn't contain any text caused the next input event to be treated as a paste.
show-hint addon: Fix accidental global variable.
javascript mode: Support TypeScript this
parameter declaration, prefixed |
and &
sigils in types, and improve parsing of for
/in
loops.
vim bindings: Properly emulate forward-delete.
New theme: nord.
Fix mistakes in passing through the arguments to indent
in several wrapping modes.
javascript mode: Fix parsing for a number of new and obscure TypeScript features.
ruby mode: Support indented end tokens for heredoc strings.
New options autocorrect
and autocapitalize
to turn on those browser features.
Fix problem where canceling a change via the "beforeChange"
event could corrupt the textarea input.
Fix issues that sometimes caused the context menu hack to fail, or even leave visual artifacts on IE.
vim bindings: Make it possible to select text between angle brackets.
css mode: Fix tokenizing of CSS variables.
python mode: Fix another bug in tokenizing of format strings.
soy mode: More accurate highlighting.
Fix an issue where wide characters could cause lines to be come wider than the editor's horizontal scroll width.
Optimize handling of window resize events.
show-hint addon: Don't assume the hints are shown in the same document the library was loaded in.
python mode: Fix bug where a string inside a template string broke highlighting.
swift mode: Support multi-line strings.
The markText
method now takes an attributes
option that can be used to add attributes text's HTML representation.
vim bindings: Add support for the =
binding.
Fix firing of "gutterContextMenu"
event on Firefox.
Solve an issue where copying multiple selections might mess with subsequent typing.
Don't crash when endOperation
is called with no operation active.
vim bindings: Fix insert mode repeat after visualBlock edits.
scheme mode: Improve highlighting of quoted expressions.
soy mode: Support injected data and @param
in comments.
objective c mode: Improve conformance to the actual language.
A new selectionsMayTouch
option controls whether multiple selections are joined when they touch (the default) or not.
vim bindings: Add noremap
binding command.
Fix firing of gutterContextMenu
event on Firefox.
Add hintWords
(basic completion) helper to clojure, mllike, julia, shell, and r modes.
clojure mode: Clean up and improve.
closebrackets addon: Fix issue where bracket-closing wouldn't work before punctuation.
panel addon: Fix problem where replacing the last remaining panel dropped the newly added panel.
hardwrap addon: Fix an infinite loop when the indentation is greater than the target column.
jinja2 and markdown modes: Add comment metadata.
New method phrase
and option phrases
to make translating UI text in addons easier.
Fix issue where when you pass the document as a Doc
instance to the CodeMirror
constructor, the mode
option was ignored.
Fix bug where line height could be computed wrong with a line widget below a collapsed line.
Fix overeager .npmignore
dropping the bin/source-highlight
utility from the distribution.
show-hint addon: Fix behavior when backspacing to the start of the line with completions open.
Fix issue that in some circumstances caused content to be clipped off at the bottom after a resize.
markdown mode: Improve handling of blank lines in HTML tags.
stex mode: Add an inMathMode
option to start the mode in math mode.
Improve reliability of noticing a missing mouseup event during dragging.
Make sure getSelection
is always called on the correct document.
Fix interpretation of line breaks and non-breaking spaces inserted by renderer in contentEditable mode.
Work around some browsers inexplicably making the fake scrollbars focusable.
Make sure coordsChar
doesn't return positions inside collapsed ranges.
javascript mode: Support block scopes, bindingless catch, bignum suffix, s
regexp flag.
markdown mode: Adjust a wasteful regexp.
show-hint addon: Allow opening the control without any item selected.
New theme: darcula.
dialog addon: Add a CSS class (dialog-opened
) to the editor when a dialog is open.
Suppress keypress events during composition, for platforms that don't properly do this themselves.
xml-fold addon: Improve handling of line-wrapped opening tags.
javascript mode: Improve TypeScript support.
python mode: Highlight expressions inside format strings.
vim bindings: Add support for '(' and ')' movement.
New themes: idea, ssms, gruvbox-dark.
Make sure all document-level event handlers are registered on the document that the editor is part of.
Fix issue that prevented edits whose origin starts with +
from being combined in history events for an editor-less document.
multiplex addon: Improve handling of indentation.
merge addon: Use CSS :after
element to style the scroll-lock icon.
javascript-hint addon: Don't provide completions in JSON mode.
continuelist addon: Fix numbering error.
show-hint addon: Make fromList
completion strategy act on the current token up to the cursor, rather than the entire token.
markdown mode: Fix a regexp with potentially exponental complexity.
New theme: lucario.
Fix problem where selection undo might change read-only documents.
Fix crash when calling addLineWidget
on a document that has no attached editor.
searchcursor addon: Fix behavior of ^
in multiline regexp mode.
match-highlighter addon: Fix problem with matching words that have regexp special syntax in them.
sublime bindings: Fix addCursorToSelection
for short lines.
javascript mode: Support TypeScript intersection types, dynamic import
.
stex mode: Fix parsing of \(
\)
delimiters, recognize more atom arguments.
haskell mode: Highlight more builtins, support <*
and *>
.
sql mode: Make it possible to disable backslash escapes in strings for dialects that don't have them, do this for MS SQL.
dockerfile mode: Highlight strings and ports, recognize more instructions.
vim bindings: Support alternative delimiters in replace command.
markdown mode: Fix a problem where inline styles would persist across list items.
sublime bindings: Fix the toggleBookmark
command.
closebrackets addon: Improve behavior when closing triple quotes.
xml-fold addon: Fix folding of line-broken XML tags.
shell mode: Better handling of nested quoting.
javascript-lint addon: Clean up and simplify.
matchbrackets addon: Fix support for multiple editors at the same time.
New themes: oceanic-next and shadowfox.
lint addon: Make updates more efficient.
css mode: The mode is now properly case-insensitive.
continuelist addon: Fix broken handling of unordered lists introduced in previous release.
swift and scala modes: Support nested block comments.
mllike mode: Improve OCaml support.
sublime bindings: Use the proper key bindings for addCursorToNextLine
and addCursorToPrevLine
.
jsx mode: Support JSX fragments.
closetag addon: Add an option to disable auto-indenting.
Increase contrast on default bracket-matching colors.
javascript mode: Recognize TypeScript type parameters for calls, type guards, and type parameter defaults. Improve handling of enum
and module
keywords.
comment addon: Fix bug when uncommenting a comment that spans all but the last selected line.
searchcursor addon: Fix bug in case folding.
emacs bindings: Prevent single-character deletions from resetting the kill ring.
closebrackets addon: Tweak quote matching behavior.
continuelist addon: Increment ordered list numbers when adding one.
Further improve selection drawing and cursor motion in right-to-left documents.
vim bindings: Fix ctrl-w behavior, support quote-dot and backtick-dot marks, make the wide cursor visible in contentEditable input mode.
continuecomment addon: Fix bug when pressing enter after a single-line block comment.
markdown mode: Fix issue with leaving indented fenced code blocks.
javascript mode: Fix bad parsing of operators without spaces between them. Fix some corner cases around semicolon insertion and regexps.
Modes added with addOverlay
now have access to a baseToken
method on their input stream, giving access to the tokens of the underlying mode.
Fixed a number of issues with drawing right-to-left selections and mouse selection in bidirectional text.
search addon: Fix crash when restarting search after doing empty search.
mark-selection addon: Fix off-by-one bug.
tern addon: Fix bad request made when editing at the bottom of a large document.
javascript mode: Improve parsing in a number of corner cases.
markdown mode: Fix crash when a sub-mode doesn't support indentation, allow uppercase X in task lists.
gfm mode: Don't highlight SHA1 'hashes' without numbers to avoid false positives.
soy mode: Support injected data and @param
in comments.
simple mode addon: Allow groups in regexps when token
isn't an array.
Fix crash in contentEditable input style when editing near a bookmark.
Make sure change origins are preserved when splitting changes on read-only marks.
javascript mode: More support for TypeScript syntax.
d mode: Support nested comments.
python mode: Improve tokenizing of operators.
markdown mode: Further improve CommonMark conformance.
css mode: Don't run comment tokens through the mode's state machine.
shell mode: Allow strings to span lines.
search addon: Fix crash in persistent search when extraKeys
is null.
Fix copying of, or replacing editor content with, a single dash character when copying a big selection in some corner cases.
Make "goLineLeft"
/"goLineRight"
behave better on wrapped lines.
sql mode: Fix tokenizing of multi-dot operator and allow digits in subfield names.
searchcursor addon: Fix infinite loop on some composed character inputs.
markdown mode: Make list parsing more CommonMark-compliant.
gfm mode: Highlight colon syntax for emoji.
Expose startOperation
and endOperation
for explicit operation management.
sublime bindings: Add extend-selection (Ctrl-Alt- or Cmd-Shift-Up/Down).
Fix crash when using mode lookahead.
markdown mode: Don't block inner mode's indentation support.
Fix crash in the simple mode< addon.
Fix infinite loop in forced display update.
Properly disable the hidden textarea when readOnly
is "nocursor"
.
Calling the Doc
constructor without new
works again.
sql mode: Handle nested comments.
javascript mode: Improve support for TypeScript syntax.
markdown mode: Fix bug where markup was ignored on indented paragraph lines.
vim bindings: Referencing invalid registers no longer causes an uncaught exception.
rust mode: Add the correct MIME type.
matchbrackets addon: Document options.
Mouse button clicks can now be bound in keymaps by using names like "LeftClick"
or "Ctrl-Alt-MiddleTripleClick"
. When bound to a function, that function will be passed the position of the click as second argument.
The behavior of mouse selection and dragging can now be customized with the configureMouse
option.
Modes can now look ahead across line boundaries with the StringStream
.lookahead
method.
Introduces a "type"
token type, makes modes that recognize types output it, and add styling for it to the themes.
New pasteLinesPerSelection
option to control the behavior of pasting multiple lines into multiple selections.
searchcursor addon: Support multi-line regular expression matches, and normalize strings when matching.
In textarea-mode, don't reset the input field during composition.
More careful restoration of selections in widgets, during editor redraw.
javascript mode: More TypeScript parsing fixes.
julia mode: Fix issue where the mode gets stuck.
markdown mode: Understand cross-line links, parse all bracketed things as links.
soy mode: Support single-quoted strings.
go mode: Don't try to indent inside strings or comments.
vim bindings: Parse line offsets in line or range specs.
Better handling of selections that cover the whole viewport in contentEditable-mode.
No longer accidentally scroll the editor into view when calling setValue
.
Work around Chrome Android bug when converting screen coordinates to editor positions.
Make sure long-clicking a selection sets a cursor and doesn't show the editor losing focus.
Fix issue where pointer events were incorrectly disabled on Chrome's overlay scrollbars.
javascript mode: Recognize annotations and TypeScript-style type parameters.
shell mode: Handle nested braces.
markdown mode: Make parsing of strong/em delimiters CommonMark-compliant.
In contentEditable-mode, properly locate changes that repeat a character when inserted with IME.
Fix handling of selections bigger than the viewport in contentEditable mode.
Improve handling of changes that insert or delete lines in contentEditable mode.
Count Unicode control characters 0x80 to 0x9F as special (non-printing) chars.
Fix handling of shadow DOM roots when finding the active element.
Add role=presentation
to more DOM elements to improve screen reader support.
merge addon: Make aligning of unchanged chunks more robust.
comment addon: Fix comment-toggling on a block of text that starts and ends in a (different) block comment.
javascript mode: Improve support for TypeScript syntax.
r mode: Fix indentation after semicolon-less statements.
shell mode: Properly handle escaped parentheses in parenthesized expressions.
markdown mode: Fix a few bugs around leaving fenced code blocks.
soy mode: Improve indentation.
lint addon: Support asynchronous linters that return promises.
continuelist addon: Support continuing task lists.
vim bindings: Make Y behave like yy.
sql mode: Support sqlite dialect.
javascript mode: Support computed class method names.
merge addon: Improve aligning of unchanged code in the presence of marks and line widgets.
A cursor directly before a line-wrapping break is now drawn before or after the line break depending on which direction you arrived from.
Visual cursor motion in line-wrapped right-to-left text should be much more correct.
Fix bug in handling of read-only marked text.
shell mode: Properly tokenize nested parentheses.
python mode: Support underscores in number literals.
sass mode: Uses the full list of CSS properties and keywords from the CSS mode, rather than defining its own incomplete subset.
css mode: Expose lineComment
property for LESS and SCSS dialects. Recognize vendor prefixes on pseudo-elements.
julia mode: Properly indent elseif
lines.
markdown mode: Properly recognize the end of fenced code blocks when inside other markup.
scala mode: Improve handling of operators containing #
, @
, and :
chars.
xml mode: Allow dashes in HTML tag names.
javascript mode: Improve parsing of async methods, TypeScript-style comma-separated superclass lists.
indent-fold addon: Ignore comment lines.
Positions now support a sticky
property which determines whether they should be associated with the character before (value "before"
) or after (value "after"
) them.
vim bindings: Make it possible to remove built-in bindings through the API.
comment addon: Support a per-mode useInnerComments
option to optionally suppress descending to the inner modes to get comment strings.
The sass mode now depends on the css mode.
Presentation-related elements DOM elements are now marked as such to help screen readers.
markdown mode: Be more picky about what HTML tags look like to avoid false positives.
findModeByMIME
now understands +json
and +xml
MIME suffixes.
closebrackets addon: Add support for an override
option to ignore language-specific defaults.
panel addon: Add a stable
option that auto-scrolls the content to keep it in the same place when inserting/removing a panel.
Include rollup.config.js in NPM package, so that it can be used to build from source.
sublime bindings: Make selectBetweenBrackets
work with multiple cursors.
javascript mode: Fix issues with parsing complex TypeScript types, imports, and exports.
A contentEditable editor instance with autofocus enabled no longer crashes during initializing.
emacs bindings: Export CodeMirror.emacs
to allow other addons to hook into Emacs-style functionality.
active-line addon: Add nonEmpty
option.
New event: optionChange
.
Tapping/clicking the editor in contentEditable mode on Chrome now puts the cursor at the tapped position.
Fix various crashes and misbehavior when reading composition events in contentEditable mode.
Catches and ignores an IE 'Unspecified Error' when creating an editor in an iframe before there is a <body>
.
merge addon: Fix several issues in the chunk-aligning feature.
verilog mode: Rewritten to address various issues.
julia mode: Recognize Julia 0.5 syntax.
swift mode: Various fixes and adjustments to current syntax.
markdown mode: Allow lists without a blank line above them.
The setGutterMarker
, clearGutter
, and lineInfo
methods are now available on Doc
objects.
The heightAtLine
method now takes an extra argument to allow finding the height at the top of the line's line widgets.
ruby mode: else
and elsif
are now immediately indented.
vim bindings: Bind Ctrl-T and Ctrl-D to in- and dedent in insert mode.
Fix CodeMirror.version
returning the wrong version number.
Make newlineAndIndent
command work with multiple cursors on the same line.
Make sure keypress events for backspace are ignored.
Tokens styled with overlays no longer get a nonsense cm-cm-overlay
class.
Line endings for pasted content are now normalized to the editor's preferred ending.
javascript mode: Improve support for class expressions. Support TypeScript optional class properties, the abstract
keyword, and return type declarations for arrow functions.
css mode: Fix highlighting of mixed-case keywords.
closebrackets addon: Improve behavior when typing a quote before a string.
The core is now maintained as a number of small files, using ES6 syntax and modules, under the src/
directory. A git checkout no longer contains a working codemirror.js
until you npm run build
(but when installing from NPM, it is included).
The refresh
event is now documented and stable.
erlang mode: Fix mode crash when trying to read an empty context.
comment addon: Fix broken behavior when toggling comments inside a comment.
xml-fold addon: Fix a null-dereference bug.
Page up and page down now do something even in single-line documents.
Fix an issue where the cursor position could be off in really long (~8000 character) tokens.
javascript mode: Better indentation when semicolons are missing. Better support for TypeScript classes, optional parameters, and the type
keyword.
The blur
and focus
events now pass the DOM event to their handlers.
vue mode: Fix outdated references to renamed Pug mode dependency.
Make sure gutter backgrounds stick to the rest of the gutter during horizontal scrolling.
The contenteditable inputStyle
now properly supports pasting on pre-Edge IE versions.
javascript mode: Fix some small parsing bugs and improve TypeScript support.
matchbrackets addon: Fix bug where active highlighting was left in editor when the addon was disabled.
match-highlighter addon: Only start highlighting things when the editor gains focus.
javascript-hint addon: Also complete non-enumerable properties.
The addOverlay
method now supports a priority
option to control the order in which overlays are applied.
MIME types that end in +json
now default to the JSON mode when the MIME itself is not defined.
The mode formerly known as Jade was renamed to Pug.
The Python mode now defaults to Python 3 (rather than 2) syntax.
Fix problem with wrapped trailing whitespace displaying incorrectly.
Prevent IME dialog from overlapping typed content in Chrome.
Improve measuring of characters near a line wrap.
javascript mode: Improve support for async
, allow trailing commas in import
lists.
vim bindings: Fix backspace in replace mode.
sublime bindings: Fix some key bindings on OS X to match Sublime Text.
markdown mode: Add more classes to image links in highlight-formatting mode.
Fix glitches when dragging content caused by the drop indicator receiving mouse events.
Make Control-drag work on Firefox.
Make clicking or selection-dragging at the end of a wrapped line select the right position.
show-hint addon: Prevent widget scrollbar from hiding part of the hint text.
rulers addon: Prevent rulers from forcing a horizontal editor scrollbar.
search addon: Automatically bind search-related keys in persistent dialog.
sublime keymap: Add a multi-cursor aware smart backspace binding.
Fix a critical document corruption bug that occurs when a document is gradually grown.
Fix bug that caused the selection to reset when focusing the editor in contentEditable input mode.
Fix issue where not all ASCII control characters were being replaced by placeholders.
Remove the assumption that all modes have a startState
method from several wrapping modes.
Fix issue where the editor would complain about overlapping collapsed ranges when there weren't any.
Optimize document tree building when loading or pasting huge chunks of content.
markdown mode: Fix several issues in matching link targets.
clike mode: Improve indentation of C++ template declarations.
Explicitly bind Ctrl-O on OS X to make that binding (“open line”) act as expected.
Pasting linewise-copied content when there is no selection now inserts the lines above the current line.
javascript mode: Support async
/await
and improve support for TypeScript type syntax.
Push a new package to NPM due to an NPM bug omitting the LICENSE file in 5.14.0.
Set dataTransfer.effectAllowed
in dragstart
handler to help browsers use the right drag icon.
Add the mbox mode to mode/meta.js
.
posFromIndex
and indexFromPos
now take lineSeparator
into account.
vim bindings: Only call .save()
when it is actually available.
comment addon: Be careful not to mangle multi-line strings.
Python mode: Improve distinguishing of decorators from @
operators.
findMarks
: No longer return marks that touch but don't overlap given range.
vim bindings: Add yank command.
match-highlighter addon: Add trim
option to disable ignoring of whitespace.
PowerShell mode: Added.
Yacas mode: Added.
Web IDL mode: Added.
SAS mode: Added.
mbox mode: Added.
Solves a problem where the gutter would sometimes not extend all the way to the end of the document.
New DOM event forwarded: "dragleave"
.
protobuf mode: Newly added.
Fix problem where findMarks
sometimes failed to find multi-line marks.
Fix crash that showed up when atomic ranges and bidi text were combined.
show-hint addon: Completion widgets no longer close when the line indented or dedented.
merge addon: Fix bug when merging chunks at the end of the file.
placeholder addon: No longer gets confused by swapDoc
.
simplescrollbars addon: Fix invalid state when deleting at end of document.
clike mode: No longer gets confused when a comment starts after an operator.
markdown mode: Now supports CommonMark-style flexible list indentation.
dylan mode: Several improvements and fixes.
Vim bindings: Ctrl-Q is now an alias for Ctrl-V.
Vim bindings: The Vim API now exposes an unmap
method to unmap bindings.
active-line addon: This addon can now style the active line's gutter.
FCL mode: Newly added.
SQL mode: Now has a Postgresql dialect.
Fix issue where trying to scroll to a horizontal position outside of the document's width could cause the gutter to be positioned incorrectly.
Use absolute, rather than fixed positioning in the context-menu intercept hack, to work around a problem when the editor is inside a transformed parent container.
Solve a problem where the horizontal scrollbar could hide text in Firefox.
Fix a bug that caused phantom scroll space under the text in some situations.
Sublime Text bindings: Bind delete-line to Shift-Ctrl-K on OS X.
Markdown mode: Fix issue where the mode would keep state related to fenced code blocks in an unsafe way, leading to occasional corrupted parses.
Markdown mode: Ignore backslashes in code fragments.
Markdown mode: Use whichever mode is registered as text/html
to parse HTML.
Clike mode: Improve indentation of Scala =>
functions.
Python mode: Improve indentation of bracketed code.
HTMLMixed mode: Support multi-line opening tags for sub-languages (<script>
, <style>
, etc).
Spreadsheet mode: Fix bug where the mode did not advance the stream when finding a backslash.
XML mode: The mode now takes a matchClosing
option to configure whether mismatched closing tags should be highlighted as errors.
cut
, copy
, paste
, and touchstart
. It will also forward mousedown
for drag eventsisReadOnly
."beforeSelectionChange"
events now has an origin
property.allowDropFileTypes
. Binary files can no longer be dropped into CodeMirrorasync
/await
and ocal and binary numbers in JavaScript modereadOnly
editormaxHighlightLength
are now less likely to mess up indentationautorefresh
for refreshing an editor the first time it becomes visible, and html-lint
for using HTMLHintsearch
addon now recognizes \r
and \n
in pattern and replacement inputlineSeparator
(with corresponding method)findPersistent
command in the search addon, for a dialog that stays open as you cycle through matchesshow-hint
addon (completeSingle
option, "shown"
and "close"
events)switch
statements, and roughly recognizes types and defined identifiersshow-hint
's asynchronous mode"textarea"
input stylelineWiseCopyCut
filetype
settinggoNextDiff
and goPrevDiff
.inputStyle
to switch between hidden textarea and contenteditable input.getInputField
method is no longer guaranteed to return a textarea.closetag
demo handles the slash character.closetag
addon now defines a "closeTag"
command.findModeByFileName
to the mode metadata addon.sol
property to only match at the start of a line.selection-pointer
to style the mouse cursor over the selection.Unfortunately, 4.10 did not take care of the Firefox scrolling issue entirely. This release adds two more patches to address that.
Emergency single-patch update to 4.9. Fixes Firefox-specific problem where the cursor could end up behind the horizontal scrollbar.
getLineTokens
."gutter"
styles in addLineClass
.findModeByMIME
and findModeByExtension
.findWordAt
goLineLeftSmart
"change"
is still guaranteed to fire before "cursorActivity"
):substitute
, :global
command.cursorBlinkRate
to a negative value."cursorActivity"
event now fires after all other events for the operation (and only for handlers that were actually registered at the time the activity happened).insertSoftTab
.Merges the improvements from 4.1 that could easily be applied to the 3.x code. Also improves the way the editor size is updated when line widgets change.
brackets
style to angle brackets, fix case-sensitivity of tags for HTML.findMarks
method.clearWhenEmpty
to control auto-removal.getHelpers
, and to register helpers matched on predicates with registerGlobalHelper
.Emergency release to fix a problem in 3.17 where .setOption("lineNumbers", false)
would raise an error.
css-lint
, css-hint
.box-sizing
.CodeMirror.fold.comment
.getModeAt
.markText
and addLineWidget
now take a handleMouseEvents
option.lineAtHeight
, getTokenTypeAt
.changeGeneration
and isClean
."keyHandled"
and "inputRead"
.cursorScrollMargin
and coverGutterNextToScrollbar
.maxHighlightLength
and historyEventDelay
.addToHistory
option for markText
.collapserange
, formatting
, and simple-hint
addons. plsql
and mysql
modes (use sql
mode).continuecomment
addon now exposes an option, rather than a command.placeholder
, HTML completion.hasFocus
, defaultCharWidth
.beforeCursorEnter
, renderLine
.show-hint
completion dialog addon.Single-bugfix release. Fixes a problem that prevents CodeMirror instances from being garbage-collected after they become unused.
/addon
. You might have to adjust your paths.rtlMoveVisually
option.showIfHidden
option for line widgets.fixedGutter
option.CodeMirror.Pass
to signal they didn't handle the key.simple-hint.js
.insertLeft
option to setBookmark
.eachLine
method to iterate over a document."beforeChange"
and "beforeSelectionChange"
events."hide"
and "unhide"
events to marked ranges.coordsChar
's interpretation of its argument to match the documentation.New major version. Only partially backwards-compatible. See the upgrading guide for more information. Changes since release candidate 2:
Integrate some bugfixes, enhancements to the vim keymap, and new modes (D, Sass, APL) from the v3 branch.
scrollIntoView
public.defaultTextHeight
method.markText
/undo interaction.defineInitHook
function.compareStates
is no longer needed.
onHighlightComplete
no longer works.CodeMirror.version
property.getViewPort
and onViewportChange
API.false
disabling handling (again).innerHTML
. Remove CodeMirror.htmlEscape
.Emergency fix for a bug where an editor with line wrapping on IE will break when there is no scrollbar.
setSize
method for programmatic resizing.getHistory
and setHistory
methods.getValue
and getRange
.getScrollInfo
method.dragDrop
and onDragEvent
options.compoundChange
API method.catchall
in key maps, add nofallthrough
boolean field instead.setLineClass
.charCoords
and cursorCoords
with a mode
argument.autofocus
option.findMarksAt
method.autoClearEmptyLines
option.smartIndent
option.readOnly
-mode.scrollTo
method.coordsFromIndex
to posFromIndex
, add indexFromPos
method.Fixes TextMarker.clear
, which is broken in 2.17.
setBookmark
method.lib/util
.coordsFromIndex
method.setValue
now no longer clears history. Use clearHistory
for that.markText
now returns an object with clear
and find
methods. Marked text is now more robust when edited.Fix bug that snuck into 2.14: Clicking the character that currently has the cursor didn't re-focus the editor.
fixedGutter
option.setValue
breaking cursor movement.getGutterElement
to API.smartHome
option.innerHTML
for HTML-escaping.replace
method to search cursors, for cursor-preserving replacements.getStateAfter
API and compareState
mode API methods for finer-grained mode magic.getScrollerElement
API method to manipulate the scrolling DIV.Add a theme system (demo). Note that this is not backwards-compatible—you'll have to update your styles and modes!
coordsChar
now worksonCursorActivity
interfered with onChange
.onChange
."nocursor"
mode for readOnly
option.onHighlightComplete
option.CodeMirror 2 is a complete rewrite that's faster, smaller, simpler to use, and less dependent on browser quirks. See this and this for more information.