Community
Participate
Working Groups
Moving several elements to a different package leads to several independent move operations being executed instead of just a grouped one. The move operation cannot be undone atomically. You have to execute "undo" as many times as there were elements moved, which is annoying. The elementary move operations should be grouped into one single atomic move operation that can be undone all at once.
Fixed in r6206 (0.8.X).
(In reply to comment #1) > Fixed in r6206 (0.8.X). In r6258 merge in trunk.