From: Charles R. <creis@u.washington.edu> - 2004-03-26 05:05:12
|
> I also like the changes to group text operations into single undo/redo > blocks. However, the current implementation ignores use of the delete > key. Although text additions are grouped, text deletes are not. This > makes for somewhat odd undo/redo behavior. You may want to patch that > before the stable, for consistency. I agree-- a deletion should end a block of consecutive additions, but several consecutive deletions should also be treated as a single block (eg. until the next addition, etc.). Don't know if that's feasible before the stable, but hopefully with a unit test it shouldn't be too hard. Charlie |