Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parenthesized Folders?




On May 1, 2006, at 4:55 PM, Duane Murphy wrote:

Does Xcode have a way of supporting NOT searching parenthesized folders? 

Since the early days of Mac IDE's (LightSpeed C?), you could protect
folders from being searched for header files by putting the name in
()'s. Is there an easy way of supporting this feature in Xcode?

Yes, we should be ignoring those paths by default. Xcode also has the following setting to allow the user to tailor the set of subfolders that you don't want to scan.

EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES  (in the UI as "Sub-Directories to Exclude in Recursive Searches")

Here's the description from the build setting inspector:

This is a list of fnmatch()-style patterns of file or directory names to exclude when performing a recursive search. By default this list is set to \"*.nib *.lproj *.framework *.gch *.xcode (*) CVS .svn\". Normally, if you override this value you should make sure to include the default values via the '$(inherited)' macro. [EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES]

Scott


Thanks,

 ...Duane

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden

References: 
 >Parenthesized Folders? (From: "Duane Murphy" <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.