Re: Finding an disabling particular calls in an application?
Re: Finding an disabling particular calls in an application?
- Subject: Re: Finding an disabling particular calls in an application?
- From: Wade Tregaskis <email@hidden>
- Date: Thu, 8 Apr 2004 09:38:47 +1000
It would seem much more efficient to store an index of the system
headers, and merge it with the index of the project files, and
whenever one codefile was changed, either just re-index the project
files, or keep a separate index for each project file. Although I
don't know how Apple's indexing tech works [is it released as an API?]
and so don't know if such merging can be done.
There is an option, off by default, to cache indexes in exactly this
manner. Check the release notes and so forth; it's in there somewhere.
It's considered use-at-your-own-risk, but from what I've heard there's
no problems with it.
Note that you can turn indexing off, both on a per-project basis and in
the prefs. I too find it obnoxious [and useless, imho], and I'm on a
much faster [relatively speaking] 800mhz iBook.
Wade Tregaskis
-- Sed quis custodiet ipsos custodes?
_______________________________________________
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.