From 12f12ed77ab4db4c10ab523b79dd500c26d55490 Mon Sep 17 00:00:00 2001 From: Dmitry Avdeev Date: Mon, 7 Dec 2009 13:47:50 +0300 Subject: [PATCH] win32 native filesystem disabled by default --- java/compiler/impl/compiler-impl.iml | 2 +- platform/platform-resources-en/src/misc/registry.properties | 2 +- plugins/cvs/cvs-core/cvs-core.iml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/compiler/impl/compiler-impl.iml b/java/compiler/impl/compiler-impl.iml index 4f7473c9ff..a4721c93e1 100644 --- a/java/compiler/impl/compiler-impl.iml +++ b/java/compiler/impl/compiler-impl.iml @@ -21,7 +21,7 @@ - + diff --git a/platform/platform-resources-en/src/misc/registry.properties b/platform/platform-resources-en/src/misc/registry.properties index 625b0f97e4..6ec6702098 100644 --- a/platform/platform-resources-en/src/misc/registry.properties +++ b/platform/platform-resources-en/src/misc/registry.properties @@ -38,7 +38,7 @@ ide.tabbedPane.bufferedPaint=true debugger.valueTooltipAutoShow=true debugger.valueTooltipAutoShow.description=Auto show tooltip on mouse over -filesystem.useNative=true +filesystem.useNative=false analyze.exceptions.on.the.fly=false diff --git a/plugins/cvs/cvs-core/cvs-core.iml b/plugins/cvs/cvs-core/cvs-core.iml index a527003443..d549a092bb 100644 --- a/plugins/cvs/cvs-core/cvs-core.iml +++ b/plugins/cvs/cvs-core/cvs-core.iml @@ -13,7 +13,7 @@ - + -- 2.11.4.GIT