Re: Xcode 1.5 Release
Re: Xcode 1.5 Release
- Subject: Re: Xcode 1.5 Release
- From: Ken Hawkins <email@hidden>
- Date: Thu, 5 Aug 2004 16:36:06 -0700
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.
_______________________________________________
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.