Re: Xcode 1.5 Release - Java Code Completion Issues
Re: Xcode 1.5 Release - Java Code Completion Issues
- Subject: Re: Xcode 1.5 Release - Java Code Completion Issues
- From: Rob Lockstone <email@hidden>
- Date: Thu, 5 Aug 2004 17:38:07 -0700
For me, the code completion works on instances of java objects which I
have created and which exist in my project but not for standard Java
classes. That is, it shows instance methods of my own custom classes.
However, it does not show instance (or static) methods of Java classes.
I'm working with a "converted" pre-1.5 Xcode project, i.e. not a new
project/target created with 1.5.
Matthew, does Java code completion only work completely when a
project/target is created specifically by the 1.5 version of Xcode?
Bug filed: <rdar://3753175/>. If you think this is important to fix,
then you should file a bug as well because Apple uses the number of
instances of a bug report filed to help set the priority.
Rob
On Aug 5, 2004, at 4:36 PM, Ken Hawkins wrote:
i know it sounds crazy but have you clicked and activated the
'Automatically suggest matching option' check box as well as 'Enable
code completion'?
i just tried it with 1.5 and found that i needed to check this one as
well and POOF! like it was supposed to happen it did.
ken;
On Aug 5, 2004, at 4:07 PM, Christian Pekeler wrote:
On Aug 5, 2004, at 2:51 PM, Matthew Formica wrote:
Here are some of the key improvements in this version:
* Code completion for Java and AppleScript
What do you actually mean by code completion? To me, the Java code
completion doesn't seem much different from the text completion in
Xcode 1.2. For example
String aString = "blah";
aString.ind
doesn't give me any completion for indexOf() in Xcode 1.5, one of
String's methods. Other Java IDEs know that aString is an instance of
String and are able to complete to all methods provided by String,
and in this case trim down the selection of possible completions to
all methods starting with 'ind'.
Christian
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.