You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 6.5.9
### Bug fixes
When replacing a regexp match, don't expand multi-digit replacement markers to numbers beyond the captured group count in the query.
Version 6.5.8
### Bug fixes
Fix a bug that put the selection in the wrong place after running `replaceNext` with a regexp query that could match strings of different length.
Version 6.5.7
### Bug fixes
Fix an issue where `findNext` and `findPrevious` would do nothing when the only match in the document was partially selected.
Fix an infinite loop in `SearchCursor` when the normalizer function deletes characters.
Version 6.5.6
### Bug fixes
Make `highlightSelectionMatches` include whitespace in the selection in its matches.
Fix a bug that caused `SearchCursor` to return invalid ranges when matching astral chars that the the normalizer normalized to single-code-unit chars.
Version 6.5.5
### Bug fixes
Fix a bug that caused codes like `\n` to be unescaped in strings inserted via replace placeholders like `$&`.
Use the keybinding Mod-Alt-g for `gotoLine` to the search keymap, to make it usable for people whose keyboard layout uses Alt/Option-g to type some character.
Version 6.5.1
### Bug fixes
Make `gotoLine` prefer to scroll the target line to the middle of the view.
Fix an issue in `SearchCursor` where character normalization could produce nonsensical matches.