All Versions
165
Latest Version
Avg Release Cycle
28 days
Latest Release
904 days ago

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 to addLineWidget.

    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 to markText 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 cursor C-v c Esc and 0, 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 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.

    πŸ†• 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.