Re: Core Data: Undoing Cut-Paste, Drag-Drop between documents
Re: Core Data: Undoing Cut-Paste, Drag-Drop between documents
- Subject: Re: Core Data: Undoing Cut-Paste, Drag-Drop between documents
- From: Jerry Krinock <email@hidden>
- Date: Tue, 27 Oct 2009 23:09:24 -0700
On 2009 Oct 27, at 11:53, Ben Trumbull wrote:
As a user, I would never expect undo to go modifying the contents of
other windows in a document based app. Take TextEdit for example.
The behavior you suggest is completely inappropriate for TextEdit.
Indeed, I see that in TextEdit if I drag text from Doc 1 to Doc 2, the
+ cursor in the green circle appears, whether I hold down the 'option'
key or not.
It's like Quincey said ... drag and drop between documents should be
always be a 'copy', not a 'move' operation.
Stated another way, if I don't let the user do it (move), then I don't
have to write code to allow them to undo it. Nice solution :)
Thank you.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden