Re: XCode multithreaded?
Re: XCode multithreaded?
- Subject: Re: XCode multithreaded?
- From: Shawn Erickson <email@hidden>
- Date: Thu, 4 Dec 2003 12:18:13 -0800
On Dec 4, 2003, at 9:42 AM, Steve Roy wrote:
Shawn Erickson <email@hidden> wrote:
The IDE has to gain knowledge of the symbols, etc. in your source (and
used frameworks) and keep that knowledge current some how...
Somehow CodeWarrior and JBuilder manage to do just that and I don't
see them go
off on a tangent indexing the entire universe.
Nor does Xcode. In my experience it only indexes things that have
changed. It only indexes framework, etc. code after a cleaning of
targets, clicking of the rebuild index button or the first time a
project is opened/created. If you are seeing it index far more files
then you expect try to work out the triggers of this behavior and
submit a defect.
At the very least, Xcode should not index stuff other than your code.
It should index all code used by the project not just your own but only
when it changes using cached information until such time. This appear
to be exactly what Code Sense does.
I use code sense to auto-complete and lookup symbols for far more then
just my code, it greatly helps with rapidly using the frameworks (at
least in my experience).
-Shawn
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.