IntelliJ IDEA 14 Copy and paste do not work with other applications

Could not find a simple solution on SO, so I thought that I would add this here for those who are looking to the future.

My symptom was that I could copy and paste into the IJ editor, but not from the editor to another application or from another application to the editor.

This was on Windows 10 with IntelliJ IDEA 14.1.6.

+4
source share
4 answers

My solution (thanks to a similar issue reported in Android Studio) was to launch IntelliJ as an administrator.

Steps to launch IntelliJ in admin mode:

  • IntelliJ ( ) →
  • IntelliJ (, , .exe, .)
  • idea.exe
  • "
  • idea64.exe( IntelliJ 64 )
  • "
+10
+2

( ). ! Keymap. ... .

Vim, Vim Ctrl + c Ctrl + v.

, Vim IDE. , Voila!

enter image description here

+2
source

Another solution that I found https://code.google.com/p/android/issues/detail?id=173201  was:

Try to minimize the Idea window and move it on the same monitor as the code that you want to copy and paste. After this small process of minimizing and moving the clipboard starts to work.

Ctrl-Shft-V starts working after that for me !!!!!

+1
source

All Articles