Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tim Peters writes: | Guido van Rossum | 1999-05-03 | 1 | -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 Rossum | 1999-01-07 | 1 | -1/+1 |
| | |||||
* | Hm. There was a boundary condition error at the end of the file too. | Guido van Rossum | 1999-01-04 | 1 | -1/+1 |
| | |||||
* | Added Unix Meta-q key binding; | Guido van Rossum | 1999-01-04 | 1 | -1/+5 |
| | | | | fix find_paragraph when at start of file. | ||||
* | Add new extension to reformat a (text) paragraph. | Guido van Rossum | 1999-01-04 | 1 | -0/+101 |