Re: Xcode 1.5 Release
Re: Xcode 1.5 Release
- Subject: Re: Xcode 1.5 Release
- From: Christian Pekeler <email@hidden>
- Date: Thu, 5 Aug 2004 17:07:59 -0600
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.