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
This commit is contained in:
Kurt B. Kaiser 2005-02-03 01:37:14 +00:00
parent 69b8caa23a
commit 0676dfdce0
3 changed files with 23 additions and 7 deletions

View file

@ -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]