diff options
| author | Guido van Rossum <guido@python.org> | 1999-01-04 13:04:54 (GMT) |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1999-01-04 13:04:54 (GMT) |
| commit | 94e82ceeac8437b951685811d96971bd6e9797ac (patch) | |
| tree | 5df0497f8af4615d919ab581057db9150952d81d /Tools/idle/extend.py | |
| parent | 46facd1bace0f34ddb7a81fedc9cd6e15ef97094 (diff) | |
| download | cpython-94e82ceeac8437b951685811d96971bd6e9797ac.zip cpython-94e82ceeac8437b951685811d96971bd6e9797ac.tar.gz cpython-94e82ceeac8437b951685811d96971bd6e9797ac.tar.bz2 | |
Add new extension to reformat a (text) paragraph.
Diffstat (limited to 'Tools/idle/extend.py')
| -rw-r--r-- | Tools/idle/extend.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/idle/extend.py b/Tools/idle/extend.py index 7d8117d..58bc95f 100644 --- a/Tools/idle/extend.py +++ b/Tools/idle/extend.py @@ -5,5 +5,6 @@ standard = [ "SearchBinding", "AutoIndent", "AutoExpand", + "FormatParagraph", "ZoomHeight", ] |
