cpython/Tools/idle/extend.py
1999-01-09 05:00:59 +00:00

12 lines
254 B
Python

# IDLE extensions to be loaded by default (see extend.txt).
# Edit this file to configure your set of IDLE extensions.
standard = [
"SearchBinding",
"AutoIndent",
"AutoExpand",
"FormatParagraph",
"ZoomHeight",
"ScriptBinding",
]