Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 70.94 KiB

5.28.0 (2017-07-21)

Bug fixes

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.

New features

Expose startOperation and endOperation for explicit operation management.

sublime bindings: Add extend-selection (Ctrl-Alt- or Cmd-Shift-Up/Down).

5.27.4 (2017-06-29)

Bug fixes

Fix crash when using mode lookahead.

markdown mode: Don't block inner mode's indentation support.

5.27.2 (2017-06-22)

Bug fixes

Fix crash in the simple mode addon.

5.27.0 (2017-06-22)

Bug fixes