Re: Xcode 1.5
Re: Xcode 1.5
- Subject: Re: Xcode 1.5
- From: Christian Pekeler <email@hidden>
- Date: Tue, 10 Aug 2004 21:45:02 -0600
> Below Christian describes how to get standard Java classes to work
> with CodeSense code completion. Is this the same step you need to take
> with your own Frameworks to get them to show up in code completion. Or
> is there another way ?
AFAIK, if your project has a reference to that framework, the framework
will get indexed and its symbols show up in CodeSense code completion.
Adding your framework to the index template project will just speed up
indexing because the framework is indexed only once and that index will
then be reused by projects referencing the framework. It shouldn't
affect code completion (well, until you update the framework without
re-indexing the template project).
That's the theory. In my practical experience, code completion for Java
does not always work.
Christian
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.