Re: Xcode 1.5 and Javadoc question
Re: Xcode 1.5 and Javadoc question
- Subject: Re: Xcode 1.5 and Javadoc question
- From: Rob Lockstone <email@hidden>
- Date: Tue, 15 Feb 2005 11:42:30 -0800
On Feb 15, 2005, at 10:07 AM, Robert wrote:
1.) Does Xcode 1.5 come with Javadoc out-of-the-box, or specifically
directly from the Mini Mac OS X install DVD?
I'm not sure. I work in a cross-platform environment and we all use Ant
<http://ant.apache.org/> which is now integrated fairly well into
Xcode. Ant has built-in commands for generating javadocs.
2.) If one does need to configure Xcode to do auto-completion for
Java, how does one do that?
Java code completion is a bit of a mess in Xcode 1.5. One easy thing
you could check is that you have it (Code Sense) turned on for your
individual project(s) as well as the main preference. The project
setting will override the main setting, and if you have it off in the
project, it won't work.
The bigger problem, for me at least, is that Xcode 1.5's code
completion is apparently *extremely* sensitive to the format of the
source files. For example, I have very simple test code which
demonstrates that if you define your class like this:
public class
MyClass
{
blahblahlbah
}
Code-completion will not work correctly. But if you define your class
like this:
public class MyClass
{
blahblahlblah
}
It seems to work okay. There may be other issues related to formatting
as well. Furthermore, if even one source file is in a format that Xcode
doesn't "like", then code completion is hosed for the entire project.
The best you get is a simple list of all the words indexed from the
entire project, not true code completion.
Yes, this is a reported bug.
Rob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden