blob: 4e40dbd29b86b05ef3e6ddf5d113c9b847058e1e [file] [log] [blame]
Steven M. Gavac11ccf32001-09-24 09:43:17 +00001# IDLE reads several config files to determine user preferences. This
2# file is the default config file for general idle settings.
3#
4# When IDLE starts, it will look in
5# the following two sets of files, in order:
6#
7# default configuration
8# ---------------------
9# config-main.def the default general config file
10# config-extensions.def the default extension config file
11# config-highlight.def the default highlighting config file
12# config-keys.def the default keybinding config file
13#
14# user configuration
15# -------------------
16# ~/.idlerc/idle-main.cfg the user general config file
17# ~/.idlerc/idle-extensions.cfg the user extension config file
18# ~/.idlerc/idle-highlight.cfg the user highlighting config file
19# ~/.idlerc/idle-keys.cfg the user keybinding config file
Steven M. Gavac11ccf32001-09-24 09:43:17 +000020#
21# Any options the user saves through the config dialog will be saved to
22# the relevant user config file. Reverting any general setting to the
23# default causes that entry to be wiped from the user file and re-read
24# from the default file. User highlighting themes or keybinding sets are
25# retained unless specifically deleted within the config dialog. Choosing
26# one of the default themes or keysets just applies the relevant settings
27# from the default file.
28
29[General]
Steven M. Gava5f28e8f2002-01-21 06:38:21 +000030editor-on-startup= 1
31#run-in-separate-process= 1
32#help-browser= ""
Steven M. Gava429a86af2001-10-23 10:42:12 +000033
34[HelpFiles]
Steven M. Gava5f28e8f2002-01-21 06:38:21 +000035#idle="IDLE _Help",""
36#python="_Python Documentation",""
Steven M. Gava429a86af2001-10-23 10:42:12 +000037#additional help sources
381=
392=
403=
414=
425=
436=
447=
458=
469=
4710=
Steven M. Gavac11ccf32001-09-24 09:43:17 +000048
49[EditorWindow]
Steven M. Gavac11ccf32001-09-24 09:43:17 +000050width= 80
Steven M. Gavaad4f5322002-01-03 12:05:17 +000051height= 30
Steven M. Gavac11ccf32001-09-24 09:43:17 +000052font= courier
53font-size= 12
54
55[Indent]
56use-spaces= 1
57num-spaces= 4
58tab-cols= 4
59
60[Theme]
Steven M. Gavad0342cd2001-11-04 11:53:10 +000061default= 1
Steven M. Gavaad4f5322002-01-03 12:05:17 +000062name= IDLE Classic
Steven M. Gavac11ccf32001-09-24 09:43:17 +000063
64[Keys]
Steven M. Gavad0342cd2001-11-04 11:53:10 +000065default= 1
Steven M. Gava0cae01c2002-01-04 07:53:06 +000066name= IDLE Classic Windows
Steven M. Gavac11ccf32001-09-24 09:43:17 +000067
68[RecentFiles]
691=
702=
713=
724=
735=
746=
757=
768=
779=
7810=
79