madskristensen / Tweakster

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

Disabling Copy-Empty-Line and Copy-Empty-Selection no longer works #46

Closed SpooRancher closed 3 years ago

SpooRancher commented 3 years ago

When I first installed tweaks at about 16.7, these worked. Then they stopped (16.7.2??) and even though I have the options set to False, I get the horrible unmodified behaviour.

image

fiseni commented 3 years ago

On the other hand, with version 1.1.95 published on store on 10/8/2020, if you set "Copy empty lines" to true (the default behavior of VS), then copying the empty line no longer works. You can not duplicate the line with ctrl c, ctrl v.

bert2 commented 3 years ago

@fiseni, this is caused by the feature "Copy without indentation". If you disable it in the settings then "Copy empty lines" and "Copy empty selection" should work again. I also opened #51 to fix this.

fiseni commented 3 years ago

Thanks for the hint @bert2