summaryrefslogtreecommitdiffstats
path: root/Tools/idle/FormatParagraph.py
Commit message (Collapse)AuthorAgeFilesLines
* Tim Peters writes:Guido van Rossum1999-05-031-0/+2
| | | | | | | | | | | | I'm still unsure, but couldn't stand the virtual event trickery so tried a different sin (adding undo_block_start/stop methods to the Text instance in EditorWindow.py). Like it or not, it's efficient and works <wink>. Better idea? Give the attached a whirl. Even if you hate the implementation, I think you'll like the results. Think I caught all the "block edit" cmds, including Format Paragraph, plus subtler ones involving smart indents and backspacing.
* Change paragraph width limit to 70 (like Emacs M-Q).Guido van Rossum1999-01-071-1/+1
|
* Hm. There was a boundary condition error at the end of the file too.Guido van Rossum1999-01-041-1/+1
|
* Added Unix Meta-q key binding;Guido van Rossum1999-01-041-1/+5
| | | | fix find_paragraph when at start of file.
* Add new extension to reformat a (text) paragraph.Guido van Rossum1999-01-041-0/+101