copy-as-rtf icon indicating copy to clipboard operation
copy-as-rtf copied to clipboard

Copies code, but without (color) styling

Open Reemface opened this issue 7 years ago • 5 comments

  • Python 3.6.2 installed
  • PATH are ok (no error message about python)
  • Using ALT+R for copy
  • Text is copied to clipboard, with font and fontsize, but without color styling

It does alter the font to 'Monaco' and the size to '16', but no color style is applied. Tried changing the tango style to 'monokai', 'vim', 'manni' but no style is applied.

Is this a known issue?

Reemface avatar Sep 22 '17 09:09 Reemface

Same problem here.

I wonder if this plugin is still being developed -- lots of issues and no code updates in 2 years :/

dhowe avatar Sep 24 '17 04:09 dhowe

That would be a shame, It is a much requested feature (over 14k downloads)

Reemface avatar Sep 25 '17 07:09 Reemface

What is your operating system and what type of file are you trying to copy?

steak3 avatar Oct 03 '17 22:10 steak3

OS X 10.10.5, Atom 1.20.0 64 An easy example:

  1. create a file with some javascript in it
  2. save it as foo.js so that it has syntax highlighting
  3. do copy-as-rtf from the menu, then paste into RTF supporting document (color highlighting is removed)

dhowe avatar Oct 03 '17 22:10 dhowe

Hi steak3,

i'm using Windows 10. I tried to copy PHP code. Atom version 1.20.1 x64

Reemface avatar Oct 04 '17 07:10 Reemface