]> granicus.if.org Git - python/commitdiff
Default two second delay on attribute pop-up, less noisy interface.
authorKurt B. Kaiser <kbk@shore.net>
Tue, 22 Nov 2005 01:52:22 +0000 (01:52 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Tue, 22 Nov 2005 01:52:22 +0000 (01:52 +0000)
(Opens immediately if TAB is typed after '.')

Lib/idlelib/config-extensions.def

index 8b3f90c90206e9388030afc435430f104f7a6fe2..2d5cf6822e8edf845cbf2f9b4d46778f56cabe79 100644 (file)
@@ -70,7 +70,7 @@ paren-closed=<KeyRelease-parenright> <KeyRelease-bracketright> <KeyRelease-brace
 
 [AutoComplete]
 enable=1
-popupwait=0
+popupwait=2000
 [AutoComplete_cfgBindings]
 force-open-completions=<Control-Key-space>
 [AutoComplete_bindings]