chasing the double copy and paste

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

chasing the double copy and paste

Stéphane Ducasse
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
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: chasing the double copy and paste

Stéphane Ducasse
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
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: chasing the double copy and paste

Michael Rueger-6
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

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: chasing the double copy and paste

Stéphane Ducasse

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
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project