summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config-extensions.def
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2003-07-16 03:10:43 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2003-07-16 03:10:43 (GMT)
commitcca912279af1c2eabb76a42e722ba1724d9d3e7a (patch)
tree77988342b90b7501c117a1ece8422c3dd6408659 /Lib/idlelib/config-extensions.def
parent21d9987cb5bf49c80aee083b3d6b9e9811ca180c (diff)
downloadcpython-cca912279af1c2eabb76a42e722ba1724d9d3e7a.zip
cpython-cca912279af1c2eabb76a42e722ba1724d9d3e7a.tar.gz
cpython-cca912279af1c2eabb76a42e722ba1724d9d3e7a.tar.bz2
Update to reflect the current status of the configuration system.
Extensions must still be configured manually and there is currently one set of extension key bindings for all platforms. Bring NEWS.txt up to date. Update CREDITS.txt and idlever.py for release. M NEWS.txt M config-extensions.def M extend.txt M help.txt M idlever.py
Diffstat (limited to 'Lib/idlelib/config-extensions.def')
-rw-r--r--Lib/idlelib/config-extensions.def6
1 files changed, 5 insertions, 1 deletions
diff --git a/Lib/idlelib/config-extensions.def b/Lib/idlelib/config-extensions.def
index 2d458d9..1a02805 100644
--- a/Lib/idlelib/config-extensions.def
+++ b/Lib/idlelib/config-extensions.def
@@ -1,5 +1,5 @@
# IDLE reads several config files to determine user preferences. This
-# file is the default config file for idle extensions settings.
+# file is the default configuration file for IDLE extensions settings.
#
# Each extension must have at least one section, named after the extension
# module. This section must contain an 'enable' item (=1 to enable the
@@ -11,6 +11,10 @@
# present, ExtensionName_cfgBindings defines virtual event bindings for the
# extension that may be sensibly re-configured.
+# Currently it is necessary to manually modify this file to change extension
+# key bindings. Note: If a keybinding is already in use when the extension is
+# loaded, the extension's virtual event's keybinding will be set to ''.
+
# See config-keys.def for notes on specifying keys.
[FormatParagraph]