mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
extension config reading by configDialog and
beginning of configuration saving
This commit is contained in:
parent
7bb1c9a11d
commit
5f28e8fbfb
3 changed files with 173 additions and 134 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue