Re: Xcode 1.5
Re: Xcode 1.5
- Subject: Re: Xcode 1.5
- From: Owen McKerrow <email@hidden>
- Date: Wed, 11 Aug 2004 13:48:36 +1000
Hmm thanks for that. By a reference to the Framework do you just mean
the Framework is included as a Framework of the project or is there
more to it than that ? My project includes the Framework but code
completion does not work for it :(
Owen
On 11/08/2004, at 1:45 PM, Christian Pekeler wrote:
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
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
"I like the way this project has somehow, against all common sense, got
itself made."
- Peter Jackson, "The Lord of The Rings"
_______________________________________________
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.