Re: XCode and Recent Projects limit still exist?
Re: XCode and Recent Projects limit still exist?
- Subject: Re: XCode and Recent Projects limit still exist?
- From: Dan Waylonis <email@hidden>
- Date: Tue, 28 Oct 2003 15:02:47 -0800
On Oct 28, 2003, at 9:19 AM, lbland wrote:
>
I just helped convert about a million lines of code and a few dozen
>
projects to XCode from PB. It was fast, but the
>
Files > Recent Projects menu item would only populate to 7, and now 10
>
projects.
>
I want it to populate to 30 projects. how do I get it to increase? I
>
searched everywhere (sys config, preferences, etc.) and couldn't find
>
the option. Recent Projects is nice, but it would be nice to have a
>
hot window in the menu bar that expanded when the cursor went over it
>
that showed all projects accessed so I can click on the one I want
>
without searching. I don't think a meta project works (yet) because of
>
the project requirements.
Hi Lance,
I google'd and found
<
http://www.macosxguru.net/article.php?story=2003071823271723> which
said:
defaults write application_domain_name NSRecentDocumentsLimit
my_new_limit
so, for xcode:
defaults write com.apple.Xcode NSRecentDocumentsLimit 30
Dan
_________________________________________________
Dan Waylonis email@hidden
Software Engineer
http://www.nekotech.com
nekotech SOFTWARE 650.964.2490 (O)
_______________________________________________
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.