summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config-main.def
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2005-02-03 01:37:14 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2005-02-03 01:37:14 (GMT)
commit0676dfdce06f6b01f35d76a4fb77c77c03468366 (patch)
treec795d6dc319256e4b652e82b18bf9a222e238d51 /Lib/idlelib/config-main.def
parent69b8caa23a598f3192981898eb213f9578fbf0be (diff)
downloadcpython-0676dfdce06f6b01f35d76a4fb77c77c03468366.zip
cpython-0676dfdce06f6b01f35d76a4fb77c77c03468366.tar.gz
cpython-0676dfdce06f6b01f35d76a4fb77c77c03468366.tar.bz2
Add config-main.def option to make the 'history' feature non-cyclic.
Default remains cyclic. Python Patch 914546 Noam Raphael. M IdleHistory.py M NEWS.txt M config-main.def
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r--Lib/idlelib/config-main.def7
1 files changed, 5 insertions, 2 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def
index b8667b8..5ddd098 100644
--- a/Lib/idlelib/config-main.def
+++ b/Lib/idlelib/config-main.def
@@ -18,8 +18,8 @@
# ~/.idlerc/config-highlight.cfg the user highlighting config file
# ~/.idlerc/config-keys.cfg the user keybinding config file
#
-# On Windows2000 and Windows XP the .idlerc directory is at
-# Documents and Settings\<username>\.idlerc
+# On Windows2000 and Windows XP the .idlerc directory is at
+# Documents and Settings\<username>\.idlerc
#
# On Windows98 it is at c:\.idlerc
#
@@ -73,4 +73,7 @@ name= IDLE Classic
default= 1
name= IDLE Classic Windows
+[History]
+cyclic=1
+
[HelpFiles]