From 24a7247c42e515bb1e37b108f43c0f9549e346e9 Mon Sep 17 00:00:00 2001 From: Ivan Morgillo Date: Mon, 31 Mar 2025 16:48:33 +0200 Subject: [PATCH] Update ide.tooltip.initialReshowDelay value Looking at the current source code, the value is 500. For reference https://github.com/JetBrains/intellij-community/blob/master/platform/util/resources/misc/registry.properties#L328 --- topics/ui/controls/tooltip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/ui/controls/tooltip.md b/topics/ui/controls/tooltip.md index 58fd2bfa639..8c78c6390c2 100644 --- a/topics/ui/controls/tooltip.md +++ b/topics/ui/controls/tooltip.md @@ -285,7 +285,7 @@ If the mouse cursor stays in the tooltip trigger area, tooltips are also hidden Action -

300 milliseconds

+

500 milliseconds

ide.tooltip.initialReshowDelay registry key