Persistent Undo
Bug #169990 reported by
Romgen
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Won't Fix
|
Medium
|
Unassigned |
Bug Description
Hello guys,
I just put an updated version of this patch:
http://
into the tracker.
Fix:
- Compiles with gcc 4.1.2 (had to add some brackets in "case" structures)
- I had to fix some functions to match new SVN behaviour
- Patch is against todays SVN 19 Okt 2007
TODO:
As already mentioned on the mailing by others, it seems that this patch
needs cleanup in various ways
1. remove all commented code
2. remove debug output
Greetings
Genscher / romgen
Changed in inkscape: | |
importance: | Undecided → Medium |
status: | New → Triaged |
tags: | added: undo |
tags: | added: patch-rejected-upstream |
To post a comment you must log in.
Unfortunately I don't think this patch will be accepted as is, because it does not solve the hardest problem: how to store deleted nodes in undo history so that they can be restored. Instead it just "simulates" deletion which is hardly acceptable.