Copy/paste from Pycharm to Maya script editor
Hi there,
Any reason why I can not copy from Pycharm and paste into Maya's script editor. I have to paste the text into notepad and then copy from there. :-/
Other apps seem to be ok though which is odd.
thanks
-Si
Please sign in to leave a comment.
Hello simon,
Please try PyCharm 2.0 EAP, which has a number of fixes related to clipboard
management.
http://blog.jetbrains.com/pycharm/
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I'm currently using the EAP verion 110.37.
-Si
I am having the same issue with 110.377 as well. If I paste the text into notepad++ or notepad and then copy from there I can then paste into Maya. I think it's very particular about the content being plain-text. This is pretty crippling workflow wise.
Alright I did some more investigating and it looks like Maya will fail to paste when there is a "text/uri-list" entry in the mime-data. I assume this would be more of an autodesk bugfix unless the text/uri-list entry isn't needed by pycharm and could be removed.
Here's a workaround for Maya if you are able to use PyQt: