How to disable Android Studio / IntelliJ IDEA clipboard management on OSX

后端 未结 1 493
礼貌的吻别
礼貌的吻别 2021-02-05 13:13

I\'m using ClipMenu for managing my clipboard on OSX. The clipboard stacking/mgt feature of Android Studio interferes with ClipMenu\'s features and I\'m looking for a way to dis

1条回答
  •  时光说笑
    2021-02-05 13:53

    Right click on "Application/IntelliJ IDEA 14.app" choose "Show Package Contents", edit "bin/idea.properties", add this property "ide.mac.useNativeClipboard=True", restart IntelliJ IDEA.

    There is a YouTrack issue for this problem with additional information.

    0 讨论(0)
提交回复
热议问题