Closed Bug 508878 Opened 16 years ago Closed 16 years ago

Editor model doesn't aggregate paste undo events properly

Categories

(Skywriter Graveyard :: Editor, defect)

0.4.0
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ben, Unassigned)

References

Details

- select some text - paste over that text - undo (alt-z to use the new queue); you'll notice that the pasted text is gone, but the original text isn't back - undo again to get back to the original state this should happen in one step
this implementation is not taking care of copy/cut/paste. I was thinking about this, too. Shouldn't be hard to add this.
this should just be a case of aggregating multiple model events into one history event; I thought your system explicitly supported this, yeah?
julian fixed this and i committed his patch in changeset 905c99ebb2f8.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: 0.4.1 → 0.4.0
You need to log in before you can comment on or make changes to this bug.