Copy and paste issue using Quicksilver

Answered

Hi,

I'm on a Mac (10.15.1) using the Quicksilver launcher. Quicksilver has a clipboard manager, similar to the built-in one in Intellij. If I copy text from inside a file in Intellij, then try to paste it back into Intellij using Quicksilver, it is pasted in XML format, e.g. the string 'jetbrains cut and paste' is pasted as:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<data>
amV0YnJhaW5zIGN1dCBhbmQgcGFzdGU=
</data>
</array>
</plist>

The copied text is is displayed normally in Quicksilver but is listed as type 'RTF text'. This seems to be the key difference.

I don't have any issues pasting into other apps, or copying from other apps then into Intellij.

Obviously I could use the Intellij clipboard manager but I would prefer to use the same one system-wide. 

Is there a setting or workaround for this? Thanks.

0
4 comments

Hi. Is the same problem reproducible with any other java swing applications? 

0
Avatar
Permanently deleted user

Hi Petr,

Not sure I have other java swing apps to try - can you recommend one which is free to access?

0

JEdit, NetBeans, JAlbum

0
Avatar
Permanently deleted user

Yes, I experience the same problem in Netbeans IDE.

0

Please sign in to leave a comment.