From 8d3594ded029964b5db0c8aa363af503d8daccf5 Mon Sep 17 00:00:00 2001 From: "Maxim.Mossienko" Date: Mon, 19 Aug 2013 12:22:51 +0200 Subject: [PATCH] rebuild delay for goto popup made 0, similar to autocompletion --- platform/platform-resources-en/src/misc/registry.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform-resources-en/src/misc/registry.properties b/platform/platform-resources-en/src/misc/registry.properties index 876919883124..c15cd3a76fff 100644 --- a/platform/platform-resources-en/src/misc/registry.properties +++ b/platform/platform-resources-en/src/misc/registry.properties @@ -230,7 +230,7 @@ ide.completion.middle.matching.description=Suggest items in completion that cont ide.goto.middle.matching=true # suppress inspection "UnusedProperty" ide.goto.middle.matching.description=Suggest items in goto actions that contain the entered string somewhere in the middle. -ide.goto.rebuild.delay=300 +ide.goto.rebuild.delay=0 ide.enable.toolwindow.stack=false