Copying doesn't work
Any keyboard combination (like ctrl-c) doesn't work for copying. Moreover, even choosing "Copy" in the list on the right-click doesn't work. The only way to copy something is to choose it by the mouse and paste by the mouse wheel.
In any other application copying works fine.
System is Debian (Jessie), version of PyCharm is 2.7.3
Will be grateful for any help.
In any other application copying works fine.
System is Debian (Jessie), version of PyCharm is 2.7.3
Will be grateful for any help.
请先登录再写评论。
Seems to be it is a Java issue. Probably your java version disables copy/paste to/from clipboard for some reason. Which Java version are you using on your Debian machine? E.g. what is the output from
$java -version
The problem was in OpenJDK that I used by default, I switched to Oracle and now it works perfectly fine.