madskristensen / Tweakster

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

CopyEmptySelection/CopyEmptyLine suppression broken again #63

Open SpooRancher opened 3 years ago

SpooRancher commented 3 years ago

Am I misunderstanding something fundamental here, or is setting CopyEmptySelection/CopyEmptyLine to false back to being broken? I raised this as #46 originally.

I'm using Tweaks 1.1.103 24 October from the store on VS 16.7.7

Setings are these:

0

I have some C# code, and here's where I have the insertion point:

1

I hit Ctrl+C, position the insertion point on the line below and hit Ctrl+V, and I get this:

2

I had expected the clipboard to be empty here.

It seemed to be working again on the previous release, except when the insertion point was in white space at the start of a line.

madskristensen commented 3 years ago

I can't reproduce this using the same settings. I wonder if it could be some other setting interfering

SpooRancher commented 3 years ago

Here's the complete settings I have. I played with some combinations, and it's still showing the issue.

Capture

SpooRancher commented 3 years ago

Uninstall/reinstall doesn't fix it either :-(

madskristensen commented 3 years ago

@SpooRancher If uninstall doesn't fix it, then it's not caused by this extension. Do you have any other extension installed that could cause the issue?