Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: Xcode 2 code sense for WO?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode 2 code sense for WO?



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


References: 
 >Xcode 2 code sense for WO? (From: Ken Anderson <email@hidden>)



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

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.