madskristensen / Tweakster

A Visual Studio extension
Apache License 2.0
238 stars 23 forks source link

Copy/Paste copies more than the selection #81

Closed Nils-Berghs closed 3 years ago

Nils-Berghs commented 3 years ago

With the settings

image

Selcting & Copying text from multiple lines will sometimes copy everything on those lines, not only the selected text:

Selection starting at the beginning of a line, ending in the middle of another line. image Copy/Paste result "Applicaton": "Visual studio", "Description": "That f** that can't get copy paste right", "UseName": "somename", "Password":

Selection not at the beginning of a line, ending in the middle of another line. image Copy/Paste result "Applicaton": "Visual studio", "Description": "That f** that can't get copy paste right", "UseName": "somename", "Password": "SENSITIVE"

The problemn does not occur with selection on a single line, nor with vertical (alt) selection.

Please do NOT fix THIS issue, but fix the real issue if you can (fix the copy paste BUG in visual studio)

Nils-Berghs commented 3 years ago

Apparently this is the same as #67

madskristensen commented 3 years ago

This is fixed in the latest version (currently uploading to Marketplace)