• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Advice on document handling
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Advice on document handling


  • Subject: Re: Advice on document handling
  • From: Kyle Sluder <email@hidden>
  • Date: Fri, 20 Jun 2014 10:53:00 -0700

On Fri, Jun 20, 2014, at 10:33 AM, Jerry Krinock wrote:
>
> On 2014 Jun 19, at 22:15, John Brownie <email@hidden> wrote:
>
> > Looks like I need to keep a local flag for when the document gets changed and when it gets saved.
>
> No, you can just use -[NSDocument isDocumentEdited].
>
> Back when Auto Save first appeared, in OS X 10.7, I too found that it was
> pestering me too often with autosaves when nothing had changed.

As per the documentation, the first thing that -[NSDocument
autosaveWithImplicitCancellability:…] does is send
-hasUnautosavedChanges to itself and bail if that method returns NO. So
I don't see what advantage you gain by overriding this method to check
-isDocumentEdited, unless you have somehow broken the relationship
between -isDocumentEdited and -hasUnautosavedChanges.

--Kyle Sluder

_______________________________________________

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


  • Follow-Ups:
    • Re: Advice on document handling
      • From: Jerry Krinock <email@hidden>
References: 
 >Advice on document handling (From: John Brownie <email@hidden>)
 >Re: Advice on document handling (From: Graham Cox <email@hidden>)
 >Re: Advice on document handling (From: John Brownie <email@hidden>)
 >Re: Advice on document handling (From: John Brownie <email@hidden>)
 >Re: Advice on document handling (From: Graham Cox <email@hidden>)
 >Re: Advice on document handling (From: John Brownie <email@hidden>)
 >Re: Advice on document handling (From: Jerry Krinock <email@hidden>)

  • Prev by Date: Re: Advice on document handling
  • Next by Date: Re: supportedInterfaceOrientations in Swift
  • Previous by thread: Re: Advice on document handling
  • Next by thread: Re: Advice on document handling
  • Index(es):
    • Date
    • Thread