diff options
author | Steven M. Gava <elguavas@python.net> | 2001-10-23 10:42:12 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2001-10-23 10:42:12 (GMT) |
commit | 429a86af5b07ae365c170c35fb26c4b637146925 (patch) | |
tree | 8e3b691ca7797f84e56fd0de5fc682c9b202e8ff /Lib/idlelib/config-main.def | |
parent | c77db34575f8ea73a5f53baf5a68fb0d39850573 (diff) | |
download | cpython-429a86af5b07ae365c170c35fb26c4b637146925.zip cpython-429a86af5b07ae365c170c35fb26c4b637146925.tar.gz cpython-429a86af5b07ae365c170c35fb26c4b637146925.tar.bz2 |
font/tabs config dialog page now reads its data from the config file
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r-- | Lib/idlelib/config-main.def | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 47a2e52..bfdbfa1 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -17,7 +17,6 @@ # ~/.idlerc/idle-extensions.cfg the user extension config file # ~/.idlerc/idle-highlight.cfg the user highlighting config file # ~/.idlerc/idle-keys.cfg the user keybinding config file -# XXX what about Windows? # # Any options the user saves through the config dialog will be saved to # the relevant user config file. Reverting any general setting to the @@ -29,8 +28,25 @@ [General] run-in-separate-process= 1 +help-browser= "" + +[HelpFiles] +idle="IDLE _Help","" +python="_Python Documentation","" +#additional help sources +1= +2= +3= +4= +5= +6= +7= +8= +9= +10= [EditorWindow] +editor-on-startup= 0 width= 80 height= 24 font= courier |