microsoft / VS-PPT

Productivity Power Tools - a set of Visual Studio extensions improving developer productivity.
http://aka.ms/extendvs
Other
885 stars 146 forks source link

Copy As Html 2022: Copying from dark theme #257

Open gabeluci opened 2 years ago

gabeluci commented 2 years ago

The overview page shows a screenshot of copying from dark theme into Outlook and the result has a white background in the email. But in reality, the dark background is copied too:

image

nietras commented 2 years ago

And here I am wanting it to copy everything incl. the dark background. However, unfortunately it does copy all formatting incl. color of C# classes and more.

gabeluci commented 2 years ago

Maybe an option would be handy then.

nietras commented 2 years ago

Indeed or a "Copy as HTML (All Formatting)" option or something.

LinghuaMa commented 1 year ago

We had fixed this issue by adding a new option-CopyBackground : this is the fixed PR: https://devdiv.visualstudio.com/DevDiv/_git/ProPowerTools/pullrequest/446398