summaryrefslogtreecommitdiffstats
path: root/Tools/idle/extend.py
blob: de90f3677fa650d81155fd7367463947d7d46cda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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",
    "CallTips",
]