cpython/Lib/idlelib/config-extensions.def
Steven M. Gava 0cae01c496 loading core keybindings via new config system plus
further devel of highlight handling
2002-01-04 07:53:06 +00:00

31 lines
464 B
Modula-2

# IDLE reads several config files to determine user preferences. This
# file is the default config file for idle extensions settings.
[FormatParagraph]
enable=1
[AutoIndent]
enable=1
[AutoExpand]
enable=1
[ZoomHeight]
enable=1
#[ScriptBinding] # disabled in favor of ExecBinding
#enable=0
[ExecBinding]
enable=1
[CallTips]
enable=1
[ParenMatch]
enable=0
style= expression
flash-delay= 500
bell= 1
hilite-foreground= black
hilite-background= #43cd80