| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 1 | # IDLE reads several config files to determine user preferences. This |
| 2 | # file is the default config file for idle extensions settings. | ||||
| 3 | |||||
| 4 | [SearchBinding] | ||||
| 5 | enable=1 | ||||
| 6 | |||||
| 7 | [AutoIndent] | ||||
| 8 | enable=1 | ||||
| 9 | |||||
| 10 | [AutoExpand] | ||||
| 11 | enable=1 | ||||
| 12 | |||||
| 13 | [FormatParagraph] | ||||
| 14 | enable=1 | ||||
| 15 | |||||
| 16 | [ZoomHeight] | ||||
| 17 | enable=1 | ||||
| 18 | |||||
| 19 | #[ScriptBinding] # disabled in favor of ExecBinding | ||||
| 20 | #enable=0 | ||||
| 21 | |||||
| 22 | [ExecBinding] | ||||
| 23 | enable=1 | ||||
| 24 | |||||
| 25 | [CallTips] | ||||
| 26 | enable=1 | ||||
| 27 | |||||
| 28 | [ParenMatch] | ||||
| 29 | enable=0 | ||||
| 30 | style= expression | ||||
| 31 | flash-delay= 500 | ||||
| 32 | bell= 1 | ||||
| 33 | hilite-foreground= black | ||||
| 34 | hilite-background= #43cd80 | ||||