mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
start of new config handling stuff
This commit is contained in:
parent
fa26f7cc39
commit
c11ccf35f4
6 changed files with 468 additions and 48 deletions
34
Lib/idlelib/config-extensions.def
Normal file
34
Lib/idlelib/config-extensions.def
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# IDLE reads several config files to determine user preferences. This
|
||||
# file is the default config file for idle extensions settings.
|
||||
|
||||
[SearchBinding]
|
||||
enable=1
|
||||
|
||||
[AutoIndent]
|
||||
enable=1
|
||||
|
||||
[AutoExpand]
|
||||
enable=1
|
||||
|
||||
[FormatParagraph]
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue