Skip to content

Releases: bhaeussermann/scroll-with-stationary-cursor

2.0.3

05 May 19:00
Compare
Choose a tag to compare

Bug fix

  • Fix caret gets stuck or skips lines when moving underneath removed lines in diff editor

2.0.2

11 Dec 17:57
Compare
Choose a tag to compare

Bug fixes

  • Fix NullReferenceException when invoking command in diff text view
  • Fix scroll position gets stuck in diff text view

2.0.1

11 Dec 17:31
Compare
Choose a tag to compare

Bug fixes

  • Fix minimum version of Visual Studio in vsixmanifest for VS 2019 version.

2.0.0

08 Dec 19:15
Compare
Choose a tag to compare
  • Added support for Visual Studio 2022.
  • Dropped support for Visual Studio 2017.

1.3.0

08 Dec 17:18
Compare
Choose a tag to compare

Bug fixes

  • Clear selection when scrolling up or down.

Features

  • Added "Scroll With Cursor Up Extend" and "Scroll With Cursor Down Extend" commands for scrolling while extending the selection.

1.2.0

08 Dec 17:08
Compare
Choose a tag to compare

Bug fixes

  • #2 Skip over collapsed regions.

Improvements

  • #1 Changed default key bindings of commands in order to keep them from clashing with standard Visual Studio key bindings.

1.0.0

08 Dec 17:06
Compare
Choose a tag to compare

Features

  • Added "Scroll With Cursor Up" and "Scroll With Cursor Down" commands.
  • Added top and bottom limits so as to keep the cursor's vertical position constant whenever you hit the top or the bottom of the document.