Re: Temporarily disabling autosave
Re: Temporarily disabling autosave
- Subject: Re: Temporarily disabling autosave
- From: Steve Mills <email@hidden>
- Date: Wed, 24 Apr 2013 13:38:04 -0500
On Apr 24, 2013, at 13:29:13, Jerry Krinock <email@hidden>
wrote:
> That's maybe not the hardest thing you'll do this week. Add this to your code snippets…
>
> if ([self isInViewingMode]) {
> NSBeep() ;
> return ;
> }
>
> and start pasting! My Lion-autosaved app uses that in 34 places. When in doubt, paste. It usually does no harm.
Sure, I've already played with something similar, and it *sounds* easy, but there are far too many places to take care of this and think about all the implications, and there's a schedule to meet. I also think it's kind of a lame way to prevent edits. Like the way TextEdit does it; you see the change take place, but then it instantly blinks back to the way it was before. It's *very* un-Mac-like and feels extremely half-baked. It's a lot of work just get version browsing, which is a brand new feature that most customers are not using. Everyone forgets that tons of users don't and/or can't upgrade their OS just because Apple released a new one.
--
Steve Mills
office: 952-818-3871
home: 952-401-6255
cell: 612-803-6157
_______________________________________________
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