[Pharo-project] chasing the double copy and paste
mike asked in the bugtracker "After a double paste, is the undo undoing the double paste as well? That would indicate that not to paste commands come through but rather the paste string gets duplicated." please pay attention and let us know. Stef
Mike apparently the undo is not touched: it only contains one version of the code not the complete duplicate. Stef On Dec 3, 2009, at 5:58 PM, Stéphane Ducasse wrote:
mike asked in the bugtracker
"After a double paste, is the undo undoing the double paste as well? That would indicate that not to paste commands come through but rather the paste string gets duplicated."
please pay attention and let us know. Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Stéphane Ducasse wrote:
Mike
apparently the undo is not touched: it only contains one version of the code not the complete duplicate.
Thanks! So, without having looked at the exact code path it seems the string gets duplicated, but only one undo relevant event coming through. I'm afraid this is going to be fun... I'm assuming this is also still happening in core images? If not it would be something introduced in the dev image. Michael
On Dec 3, 2009, at 10:06 PM, Michael Rueger wrote:
Stéphane Ducasse wrote:
Mike
apparently the undo is not touched: it only contains one version of the code not the complete duplicate.
Thanks! So, without having looked at the exact code path it seems the string gets duplicated, but only one undo relevant event coming through. I'm afraid this is going to be fun...
I'm assuming this is also still happening in core images? If not it would be something introduced in the dev image.
I have to check carefully. I was coding in a dev image today.
Michael
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Michael Rueger -
Stéphane Ducasse