Re: Xcode 2 code sense for WO?
Re: Xcode 2 code sense for WO?
- Subject: Re: Xcode 2 code sense for WO?
- From: LD <email@hidden>
- Date: Mon, 30 May 2005 16:18:55 +1000
Hi there,
On 30/05/2005, at 4:33 AM, Ken Anderson wrote:
Has anyone gotten code sense with xcode 2 and WO working?
Yes - though CodeSense in general needs some refining. e.g.,
+ ability to filter (via preference)
- methods presumed private, for example (i.e., beginning
with an "_" etc)
- deprecated methods
+ etc (as per release notes).
See the current Release Notes for getting CodeSense to work with WO.
It's basically a two step process:
a) Close Xcode.
b) Build and Install index templates for WO. e.g., from Terminal
$ BASEDIR="/Developer/Extras/Xcode Index Templates"
$ INSTALLDIR="~/Library/Application Support/Apple/Developer
Tools/Index Templates"
$ for dir in JavaWebObjectsAppIndex
JavaDTWJavaClientAppIndex; do
> cd "$BASEDIR/$dir" && xcodeindex -destPath "$INSTALLDIR"
> done
c) defaults write com.apple.Xcode
PBXCodeSenseEnableIndexTemplates YES
May not work correctly with existing projects without a re-index of
some-sort.
with regards,
--
LD
_______________________________________________
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