Skip to content

Commit 085eb1b

Browse files
author
Steven M. Gava
committed
further work on config system and config saving
1 parent c121745 commit 085eb1b

File tree

5 files changed

+335
-102
lines changed

5 files changed

+335
-102
lines changed

Lib/idlelib/config-main.def

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,8 @@
2828

2929
[General]
3030
editor-on-startup= 1
31-
#run-in-separate-process= 1
32-
#help-browser= ""
33-
34-
[HelpFiles]
35-
#idle="IDLE _Help",""
36-
#python="_Python Documentation",""
37-
#additional help sources
38-
1=
39-
2=
40-
3=
41-
4=
42-
5=
43-
6=
44-
7=
45-
8=
46-
9=
47-
10=
31+
user-help-browser= 0
32+
user-help-browser-command=
4833

4934
[EditorWindow]
5035
width= 80
@@ -66,15 +51,23 @@ name= IDLE Classic
6651
default= 1
6752
name= IDLE Classic Windows
6853

69-
[RecentFiles]
70-
1=
71-
2=
72-
3=
73-
4=
74-
5=
75-
6=
76-
7=
77-
8=
78-
9=
79-
10=
54+
[HelpFiles]
55+
#additional help sources, must be viewable by an html browser
56+
#will be listed on the Help/Other Help menu
57+
#option names are the sequence number of the option
58+
#values take the form: menu item;/path/to/help/source
59+
#obviously you can't use a semi-colon in a menu item or path and the path will
60+
#be platform specific because of path separators, drive specs etc.
61+
#eg.:
62+
#1= My Extra Help Source;/usr/share/doc/foo/index.html
63+
#2= Another Help Source;/path/to/another.html
8064

65+
#[RecentFiles]
66+
#this section will only be present in the user config file idle-main.cfg
67+
#where it will record the most recently openned files in the form
68+
#IndexNum= /full/path/of/file , for display on the File/Recent Files menu
69+
#it is present here for reference only
70+
#eg.:
71+
#1=/most/recently/openned/file
72+
#2=/next/most/recently/openned/file
73+
#etc.

0 commit comments

Comments
 (0)