• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
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?


  • 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


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

  • Prev by Date: Xcode 2 code sense for WO?
  • Next by Date: Re: [OT] WO Pub Night at WWDC?
  • Previous by thread: Xcode 2 code sense for WO?
  • Next by thread: Streaming Server Playlist???
  • Index(es):
    • Date
    • Thread