mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
disable native mac clipboard in PyCharm
This commit is contained in:
@@ -515,6 +515,7 @@ def layoutMac(Map args, String target) {
|
||||
args["bundleIdentifier"] = "com.jetbrains.pycharm"
|
||||
args["platform_prefix"] = "Python"
|
||||
args["idea.properties.path"] = "$home/python/build/idea.properties"
|
||||
args["idea.properties"] = ["ide.mac.useNativeClipboard":"false"];
|
||||
|
||||
layoutMacApp(target, "$home/community", args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user