repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added 'description' class attribute to every command class (to help the
[python/dscho.git]
/
Tools
/
idle
/
extend.py
blob
de90f3677fa650d81155fd7367463947d7d46cda
1
# IDLE extensions to be loaded by default (see extend.txt).
2
# Edit this file to configure your set of IDLE extensions.
3
4
standard
= [
5
"SearchBinding"
,
6
"AutoIndent"
,
7
"AutoExpand"
,
8
"FormatParagraph"
,
9
"ZoomHeight"
,
10
"ScriptBinding"
,
11
"CallTips"
,
12
]