Text Size

Apple releases Xcode 1.5 developer tools

updated 12:25 am EDT, Fri August 6, 2004

Xcode 1.5 for Panther

Apple today released .

Xcode offers project editing, search and navigation, file editing, project building, and debugging facilities for virtually every Mac OS X software projects, including applications, tools, frameworks, libraries, plug-in bundles, kernel extensions, and device drivers. It supports the use of C, C++, Objective C, Objective C++ and Java.

 
Previous Comments

java code completion?

08/06, 12:48am reply

ok, i just installed it and have been wanting code completion so i don't have to shell out for jbuilder on the mac. i guess it kind of works, like it'll finish variables that i've declared myself. except, does anyone know if it can show a list of available methods? like typing "String." should show a list of the methods available for String. is that possible yet on XCode?

cmoney

Dedicated MacNNer

Joined: Sep 2000

0

code completion

08/06, 02:22am reply

Code completion is not that great in Xcode yet. If you're doing java then for now I'd recommend eclipse ( www.eclipse.org )

nickolei

Fresh-Faced Recruit

Joined: Aug 2004

0

Hmm...

08/06, 03:48am reply

The ADC web site says I don't have permission to download 1.5. Oh well....

jonbwfc1

Fresh-Faced Recruit

Joined: Nov 2003

0

Download Issues here too

08/06, 05:36am reply

I've been trying on and off for the past hour or so. I got that permissions error but kept trying and after several attempts finally got in. I was hoping at this hour (5:30 am EDT) that traffic would be light.

techtrucker

Senior User

Joined: Feb 2003

0

JBuilder and Eclipse

08/06, 07:02am reply

CMoney,

Don't shell out money for JBuilder. Eclipse is much better, and its price can't be beat--it's free!

I'm still trying to download XCode 1.5. I'd love to see a Mac-native IDE that's at least approaches the functionality of Eclipse, but I'm not holding my breath for now.

jimothy

Fresh-Faced Recruit

Joined: Sep 2000

0

"It adds, [...]"

08/06, 08:34am reply

Ooh! It adds! I've been waiting for that feature FOREVER! No more subtracting negative numbers for me! Thank you Apple! :D

(There's an extra comma in the second sentence, for the humor-impaired)

Oneota

Mac Elite

Joined: May 2000

0

Re: JBuilder and Eclipse

08/06, 11:13am reply

Does Eclipse have a GUI builder yet? I don't want to type 20 lines of code to add a single button to a window. Nor do I want to type out a layout with Java's stupid layout scheme.

hayesk

Professional Poster

Joined: Sep 1999

0

downloading

08/06, 01:02pm reply

Could not download with Safari after logging into the adc site. But if you log in with mozilla then you can download the xcode segments. Its been like this for a while...

Jablabla

Fresh-Faced Recruit

Joined: Jan 2000

0

re: Eclipse GUI builder

08/06, 01:47pm reply

No, Eclipse doesn't come with a GUI builder yet. There may be plugins for that, though. I work server-side, so I'm a bit out of touch with what's available.

jimothy

Fresh-Faced Recruit

Joined: Sep 2000

0

jEdit

08/06, 02:31pm reply

Well, as far as programming editors go, jEdit still can't be beat. Of course, I'm writing PHP, not java, so there's no GUI-building features I'm missing by using jEdit or anything...

The extra-cool features of jEdit:
Syntax coloring, code completion (with appropriate plugins), brace matching line in gutter, indent collapsing, abbreviations dictionary (code snippets), etc etc etc.

heavyboots

Fresh-Faced Recruit

Joined: Dec 2003

0

Popular News