Added 'description' class attribute to every command class (to help the
[python/dscho.git] / Tools / idle / extend.py
blobde90f3677fa650d81155fd7367463947d7d46cda
1 # IDLE extensions to be loaded by default (see extend.txt).
2 # Edit this file to configure your set of IDLE extensions.
4 standard = [
5 "SearchBinding",
6 "AutoIndent",
7 "AutoExpand",
8 "FormatParagraph",
9 "ZoomHeight",
10 "ScriptBinding",
11 "CallTips",