Re: NSDocument - based application and "--Edited" string in window title
Re: NSDocument - based application and "--Edited" string in window title
- Subject: Re: NSDocument - based application and "--Edited" string in window title
- From: Kyle Sluder <email@hidden>
- Date: Tue, 20 Sep 2011 11:30:39 -0700
On Tue, Sep 20, 2011 at 9:06 AM, Nick <email@hidden> wrote:
> there must be some way to override this default title suffix.
"Must" is not a synonym for "I want there to be."
> I need this because of the specificity of the application and because
> customer wants that badly. I'm aware that it's not what document oriented
> apps should behave like usually.
The "Edited" indicator isn't tied to the autosave state of the
document. It's tied to whether or not there has been an edit since the
last time the user chose to Save a Version since loading the document.
If your documents don't support Versions, then you should not be
returning YES from +autosavesInPlace.
--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