Re: Code sense w/ Xcode 2.2 (2.x?)
Re: Code sense w/ Xcode 2.2 (2.x?)
- Subject: Re: Code sense w/ Xcode 2.2 (2.x?)
- From: Clark Mueller <email@hidden>
- Date: Fri, 7 Apr 2006 05:24:41 -0600
I've been splitting up a project that has begun to grow into
frameworks. Something I've been running into problems with is
that Code Sense isn't working among projects, and I'd really love
to actually take advantage of CS with the foundation classes and
EOF classes as well.
For XCode 2.2.1, just follow the directions in the document:
/Developer/Extras/Xcode Index Templates/Index Templates Readme.rtf
Yep, to repeat an earlier post of mine...
Start by Reading: /Developer/Extras/Xcode Index Templates/Index
Templates Readme.rtf
Essentially by:
- creating (as per above file) ~/Library/Application Support/Apple/
Developer Tools/Index Templates/IndexTemplateRules.plist
- create IndexTemplate projects (just like the ones in /Developer/
Extras/Xcode Index Templates/) for your own frameworks.
(I've symlinked mine to a file in my svn project(s)
- create a build-script for your frameworks/applications (using
xcodebuild)
- copy /Developer/Extras/Xcode Index Templates/install_templates to
your own location and adjust the list of frameworks/install
locations to suit.
- anytime your build script build a framework or more - it can run
the re-index for the templates.
I think this was the extra step I was looking for (rebuilding for
each project).
Now you have CodeSense in WebObjects working for your whole
framework structure. Just remember to Project > Edit Project
Settings: Rebuild Code Sense Index (Button) each time the index has
changed unless there's a way to script that too...
Yep, looks like this has done the trick. Thank you both for your
help. :-)
Regards,
Clark
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden