PDA

View Full Version : program editor




cait-sith
Apr 30, 2004, 06:31 PM
i'm looking for a decent program (c/c++/java) editor for macos x.. i played with xcode but it's really complex and a bit much for what i'm going to be doing. i couldn't even figure out how to just create a blank c file and get syntax highlighting to work correctly.

any recommendations?



thecombatwombat
Apr 30, 2004, 07:15 PM
i'm looking for a decent program (c/c++/java) editor for macos x.. i played with xcode but it's really complex and a bit much for what i'm going to be doing. i couldn't even figure out how to just create a blank c file and get syntax highlighting to work correctly.

any recommendations?

What will you be doing/what have you used on other platforms?

cait-sith
Apr 30, 2004, 07:20 PM
c, c++, c#, java app development, (libs and console apps, no gui stuff really), as well as some html things.

i'm most familliar with visual studio .net for the pc.

thecombatwombat
Apr 30, 2004, 07:30 PM
c, c++, c#, java app development, (libs and console apps, no gui stuff really), as well as some html things.

i'm most familliar with visual studio .net for the pc.

Hmmm, well if you're used to visual studio, I'd say X Code . . .

You may try BBEdit or vi/emacs, but I assume you're looking for an IDE?

Or do you intend to use gcc and friends from the command line?

If not, give X Code another go.

jamdr
Apr 30, 2004, 08:00 PM
One word: Codewarrior (http://www.metrowerks.com/MW/Develop/CodeWarrior.htm)

Only if you're really serious, though. Otherwise, XCode is your best bet. There are a number of IDEs for specific languages that are a lot simpler, and perhaps better suit your needs. I use Java mostly, and I know that there are at least a half-dozen IDEs for OS X. If I were you, I'd first decide on a language, and then get an IDE/compiler that works specifically with that language.

atari1356
Apr 30, 2004, 08:14 PM
Try SubEthaEdit... it's free, simple, and supports syntax highlighting for C, C++, Java, etc.

http://www.codingmonkeys.de/subethaedit/

thecombatwombat
May 1, 2004, 10:09 PM
Try SubEthaEdit... it's free, simple, and supports syntax highlighting for C, C++, Java, etc.

http://www.codingmonkeys.de/subethaedit/

Yeah, SubEthaEdit is nice, I actually use it for all my web stuff. However, it's not really designed for simple text editing, it has some cool collaboration features, you'll see.

And hey, it shares your Douglas Adams reference love. :)

Edit: You may also want to try Eclipse. http://www.eclipse.org I've used it for a bit of java, but never on a mac.

saabmp3
May 2, 2004, 12:49 AM
VI or BBEDIT are probably the best no fuss coders. Unless you want to use XCode or Codewarrior (but if you don't like XCode, Codwarrior isn't for you). Emacs might also strike your fancy.

BEN

Gambuchi
May 3, 2004, 08:03 PM
you might want to look at Taco HTML Editor, it's free and supports many of the features mentioned.