Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Copy/paste issue with eclipse Juno

Tags:

I am using Eclipse Juno on Mac OS 10.7.4 and Android ADT.

Some times when copying and pasting code the copy and paste event take place at the previous file that I had opened on the Editor.

It does get fixed restarting Eclipse but it's quite annoying.

Is there a fix out there for this problem?

like image 971
pablisco Avatar asked Jul 17 '12 11:07

pablisco


1 Answers

According to this bug report and this forum post, unbinding Cmd+C/X/V from Preferences -> General -> Keys seem to solve the problem.

If not, submit a bug report.

like image 128
Maxime Avatar answered Oct 01 '22 21:10

Maxime