Changelog History
Page 5
-
v5.50.2 Changes
January 01, 2020π Version 5.50.2
π Bug fixes
π Fix bug that broke removal of line widgets.
-
v5.50.0 Changes
December 20, 2019π Bug fixes
π 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.
π New features
β Add a
className
option toaddLineWidget
.foldcode addon: Allow fold widgets to be functions, to dynamically create fold markers.
π New themes: ayu-dark and ayu-mirage.
-
v5.49.2 Changes
October 21, 2019π Version 5.49.2
π Bug fixes
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++.
-
v5.49.0 Changes
September 20, 2019π Version 5.49.0
π Bug fixes
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 features
π 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.
-
v5.48.4 Changes
August 20, 2019π Version 5.48.4
π Bug fixes
π 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.
-
v5.48.2 Changes
July 19, 2019π Version 5.48.2
π Bug fixes
π vim bindings: Adjust char escape substitution to match vim, support
&/$0
.search addon: Try to make backslash behavior in query strings less confusing.
0οΈβ£ javascript mode: Handle numeric separators, strings in arrow parameter defaults, and TypeScript
in
operator in index types.sparql mode: Allow non-ASCII identifier characters.
-
v5.48.0 Changes
June 20, 2019π Version 5.48.0
π Bug fixes
π¨ 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.
π New features
Add
selectLeft
/selectRight
options tomarkText
to provide more control over selection behavior. -
v5.47.0 Changes
May 21, 2019π Version 5.47.0
π Bug fixes
python mode: Properly handle
...
syntax.π ruby mode: Fix indenting before closing brackets.
vim bindings: Fix repeat for
C-v I
, fix handling of fat cursorC-v c Esc
and0
, fix@@
, fix block-wise yank.π New features
π vim bindings: Add support for ``` text object.
-
v5.46.0 Changes
April 22, 2019π Version 5.46.0
π Bug fixes
Properly turn off
autocorrect
andautocapitalize
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.
π New features
π Allow gutters to specify direct CSS stings.
-
v5.45.0 Changes
March 20, 2019π Bug fixes
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 features
π New theme: yoncΓ©.
xml-hint addon: Add an option for also matching in the middle of words.