Re: Empty "Open recent" menu
Re: Empty "Open recent" menu
- Subject: Re: Empty "Open recent" menu
- From: Gerben Wierda <email@hidden>
- Date: Mon, 18 Mar 2002 17:11:19 +0100
I checked in the preferences files, there is an array of 3 elements
under the key "NSRecentDocumentRecords". This increases by one if I
save a new document... still nothing in the recent list.
Did I do something wrong to not have the recent documents?
Do the documents actually exist on disk? Because if they don't (if they
are not referred to as regular files), the current implementation will
not let you put them into the recent items list. Reason: Apple wants to
be helpful and automatically remove items from that list that are not
there anymore physically. The behaviour seems not open for modification,
That idea IMO stinks because it limits the whole nice document-based
architecture to files on disk.
G
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.