Skip to content

Latest commit

 

History

History
142 lines (105 loc) · 5.52 KB

CHANGELOG.md

File metadata and controls

142 lines (105 loc) · 5.52 KB

Road map

Empty at the moment

Change log

1.5.6

  • Support commands: Edit.NextSubwordExtend and Edit.PreviousSubwordExtend
  • Use new VisualStudio SDK's (not compatible with versions < VS 2022>)

1.4.182

  • Added support for Visual Studio 2022
  • Removed support for Visual Studio 2015
  • Bumping .NET version from 4.6 to 4.7.2
  • Using PackageReference instead of packages.config and some minor refactorings

1.3.175

  • Bugfix, fix caret jumping to EOF when selecting from intellisense dialog

1.3.172

  • Bugfixes on caret positions at document start or EOF
  • Enabled selecting next occurrence on multi-line selections
  • Adding an option to select occurrences between selections. Enable this in settings. See [PR] for description of usage

1.3.150

  • Adding the ability to remove a caret/selection with ALT-click

1.3.141

  • Adding feature from feature request: Setting for choosing first or last entry on escape key - [ISSUE]
  • Fixing vertical navigation/add caret above/below when mixing tabs and spaces - [ISSUE]

1.3.132

  • Overwrite mode supported - [PR]
  • Fixes issue when you copy/cut with only one selection/caret when in multi caret mode so it behaves like normal single selection copy/cut. - [PR]

Thanks @ Mr-Badger

1.3.114

  • Keeping selections with undo/redo, refactoring and bugfixes

1.3.96

  • Add Virtual space support
  • Rebuilt copy/paste functionality to improve speed and enable pasting of multiple selections into external documents
  • Added compatibility for the extension Subword Navigation

1.3.83

  • Bugfix: fixes search when wrapping document, caused by the mixing of next/previous introduced in 1.3.80

1.3.80

  • Enabling combinations of selecting next/previous occurrences
  • Adjustments and bug-fixes involving selections, caret-positions, line-movement etc

Thanks Mr-Badger

1.3.69

  • Improved vertical caret movement by keeping column position
  • Combines overlapping selections
  • Added support for comment/uncomment on multiple selections
  • Fixed moving multiple consequitive lines

1.3.52

  • Keeping selections when invoking Edit.MakeUppercase and Edit.MakeLowercase - thanks @ Mr-Badger

1.3.49

  • Automatically expand regions if selected text is in this region (caused exception before)

1.3.46

  • Fixed bug issue 19 about Build Configuration dropdown not showing when selecting a file. - thanks @ leachdaniel
  • Fixed bug causing multiple copied texts not being copied to static variable when discaring multiple selections.

1.3.44

  • Fix of issue 18: enabling copy/paste of multiple selections across documents

1.3.40

  • Adding commands SelectNextExactOccurrence and SelectPreviousExactOccurrence - thanks @ ngzaharias

1.3.32

  • Fixing caret-marker height when placing carets on method-declarations etc with CodeLens active

1.3.31

  • Added support for Visual Studio 2015
  • Switched to async package loading
1.2.25
  • Toggle match-whole-word search by using the "Match whole word" setting from the find-dialog (Ctrl+F)
1.2.22
  • Fixed copying of multiple occurrences and pasting into a single caret
1.2.17
  • Added command SelectPreviousOccurrence
1.2.16
  • Added options-dialog to disable adding carets by mouse-click
  • Corrected interference with block-selection when Alt-dragging mouse
  • As of Visual Studio version 15.6 the Ctrl+D is no longer available per default and needs to be manually bound aswell
1.2.14
  • Fixed behaviour: Saving the initial caret when Alt-clicking to add a second caret
1.2.12
  • Added command ConvertSelectionToMultipleCursors - thanks @ leachdaniel
1.2.9
  • Added command SelectAllOccurrences

1.2

  • Switching command-prefix from Edit. to SelectNextOccurrence.
  • Added command Add Caret Above
  • Added command Add Caret Below
  • Fixing multi copy/paste.
  • Better support for selecting right to left and turning.
  • Fixing removal of duplicate carets.
  • Adding extension icon.
1.1.1(.1)
  • Fix for NullReference Exception when adding commandfilter

1.1

  • Added command Skip Occurrence
  • Added command Undo Occurrence
  • Fixed scrolling-bug that caused unwanted scrolling when navigating.
  • Better undoing if selections have been cleared.
1.0.4
  • Changing scrolling-behaviour when selecting occurrences out of visible scope to use ViewScroller.EnsureSpanVisible This prevents unnecessary scrolling
  • Preventing some auto-scrolling when beginning to edit on multiple carets
1.0.3
  • Toggle case-sensitive search by using the "Match case" setting from the find-dialog (Ctrl+F)
1.0.2
  • Updated Nuget-packages
  • When selecting an occurence out of visible scope, editor now scrolls so the item is visible at the bottom instead of center to avoid screen-jumping when starting to edit
1.0.1
  • Fixed ctrl+shift+home/end to release selections

1.0

  • Initial release
  • Select next occurrences
    • Add caret with Alt-click