lucasmazza / copy-as-rtf

A package to export highlighted code as RTF
Other
19 stars 14 forks source link

It does not work for me. #5

Closed lack3r closed 9 years ago

lack3r commented 9 years ago

Hi Lucas.

Thank you for implementing this the package copy-as-rtf. However, it does not work for me. After selecting text and pressing alt-command-R, it seems that nothing is copied to my clipboard. If I open MS word and I ctrl-v, nothing gets pasted. My atom version is 0.175.0. Is there any issue with the extension?

Thanks

cfurrow commented 9 years ago

It may have been a recent change to atom's api. Try updating atom to 0.176.0, and then get the latest of this package (was just updated, and should be published soon).

See #6 and the fix in #7.

Wilson13 commented 9 years ago

Lucas,

Does not work for me too, same issues as lack3r.

Currently I am using Atom version 0.187.0.

Thanks!

lucasmazza commented 9 years ago

totally missed this thread :see_no_evil: 0.6.0 is out with @cfurrow fixes.

aravikanti commented 8 years ago

Hi Lucas, Thanks for your efforts in implementing this plugin with such a great utility. However, it is not working in version Atom 1.3.2 Windows 10 I tried selecting code and pressed "Alt + R". but when I open word and use "ctrl + c" nothing shows up. Can you please help me out?

steak3 commented 8 years ago

You can peform a CTRL+ALT+I in Atom when you try to copy something (Dev tools of chromium). I guess it will show up some errors in the console.

steak3 commented 8 years ago

@AdityaKumarRavikanti you should be able to perform a copy after an update of the package (#22).

IF NOT, please make sure you have python in your environment variables and/or run a python -V command. You should be able to write here the version number and the program architecture (32 or 64bits) of your python installation.