diff options
author | Steven M. Gava <elguavas@python.net> | 2002-01-21 06:38:21 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-01-21 06:38:21 (GMT) |
commit | 5f28e8fbfbf9b4db8d322c685ab0341083abd1f0 (patch) | |
tree | d6d6227860e3834b12413ed5e3e59c7e57a632ab /Lib/idlelib/config-main.def | |
parent | 7bb1c9a11db2ecdf58fed5a5e3a7cdea619d52db (diff) | |
download | cpython-5f28e8fbfbf9b4db8d322c685ab0341083abd1f0.zip cpython-5f28e8fbfbf9b4db8d322c685ab0341083abd1f0.tar.gz cpython-5f28e8fbfbf9b4db8d322c685ab0341083abd1f0.tar.bz2 |
extension config reading by configDialog and
beginning of configuration saving
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r-- | Lib/idlelib/config-main.def | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 82be552..4e40dbd 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -27,12 +27,13 @@ # from the default file. [General] -run-in-separate-process= 1 -help-browser= "" +editor-on-startup= 1 +#run-in-separate-process= 1 +#help-browser= "" [HelpFiles] -idle="IDLE _Help","" -python="_Python Documentation","" +#idle="IDLE _Help","" +#python="_Python Documentation","" #additional help sources 1= 2= @@ -46,7 +47,6 @@ python="_Python Documentation","" 10= [EditorWindow] -editor-on-startup= 0 width= 80 height= 30 font= courier |