Programming Editor

Q&A, advice, reviews, and news about the computers, phones, TVs, stereos, and pretty much anything else that can't be easily whittled out of a stick or chipped out of stone.
User avatar
adciv
Redshirt
Posts: 11723
Joined: Wed Aug 31, 2005 12:20 am
Real Name: Lord Al-Briaca
Location: Middle of Nowhere, MD

Programming Editor

Post by adciv » Wed Oct 31, 2007 2:52 pm

I'm looking for a better thing than Notepad to program C/C++ in. The compiler will be Gcc/G++.
I'm looking for one for Windows, OS X and Linux.
Repensum Est Canicula
The most dangerous words from an Engineer: "I have an idea."
"The democracy will cease to exist when you take away from those who are willing to work and give to those who would not." - Thomas Jefferson

User avatar
Deacon
Shining Adonis
Posts: 44234
Joined: Wed Jul 30, 2003 3:00 pm
Gender: Male
Location: Lakehills, TX

Re: Programming Editor

Post by Deacon » Wed Oct 31, 2007 3:57 pm

You need a whole IDE or just a syntax-highlighting/etc text editor, etc? If the latter, use UltraEdit.
The follies which a man regrets the most in his life are those which he didn't commit when he had the opportunity. - Helen Rowland, A Guide to Men, 1922

User avatar
Felan
Buddhist Snack
Posts: 1316
Joined: Tue Feb 11, 2003 8:07 pm
Real Name: Chris
Gender: Male
Location: Georgia
Contact:

Re: Programming Editor

Post by Felan » Wed Oct 31, 2007 4:18 pm

For windows: Dev C++
For Mac: Xcode 3.0 (which should also be on the OSX DVD)
For Linux...err I dunno..Kedit?

Edit: there is also always Qt for non commercial use. I am not sure if it uses GCC however.

MasteR
Redshirt
Posts: 3064
Joined: Thu Mar 06, 2003 12:48 am

Re: Programming Editor

Post by MasteR » Wed Oct 31, 2007 4:41 pm

For Linux I used Kate in my KDE days, Gedit in Gnome, and VIM on the command line. All have syntax highlighting. There are others out there, too.

As for a full IDE I don't know.

User avatar
adciv
Redshirt
Posts: 11723
Joined: Wed Aug 31, 2005 12:20 am
Real Name: Lord Al-Briaca
Location: Middle of Nowhere, MD

Re: Programming Editor

Post by adciv » Wed Oct 31, 2007 4:50 pm

I'm not looking for an IDE, just a syntax highlighter/formater. It gets annoying having to manually insert tabs and so on in notepad. Even worse when I can't figure out where I forgot a } when I'm dealing with four or five levels of }.
Repensum Est Canicula
The most dangerous words from an Engineer: "I have an idea."
"The democracy will cease to exist when you take away from those who are willing to work and give to those who would not." - Thomas Jefferson

User avatar
NorthernComfort
Redshirt
Posts: 2762
Joined: Fri May 23, 2003 8:13 pm
Real Name: Alex
Gender: Male
Location: Brooklyn, NY

Re: Programming Editor

Post by NorthernComfort » Wed Oct 31, 2007 4:54 pm

TextMate (for OS X only) is the best damn text editor I've ever used. I cannot overstate how powerful it is for handling code. It's got ruthlessly efficient formatting, awesome block editing, word auto-completion, markup bundles, code snippets, and a very smart contextual syntax highlighter. Built in FTP, SVN, and shell access. God knows how much else that I haven't even played around with yet- I've been using it daily for about 8 months now, and not a week has passed that I haven't conjured a new bundle or stumbled upon a new function that provided a noticeable boost to my productivity.

I can't say enough about how awesome it is. It's pricey shareware, but give the 30 day trial a shot, and I am completely confident that you'll agree it's the best damn code editor you've ever used.
"I guess I have a gift for expressing pedestrian tastes. In a way, it's kind of depressing." -Bill Watterson

Ciaroidbh
Redshirt
Posts: 404
Joined: Sun Mar 04, 2007 7:03 am

Re: Programming Editor

Post by Ciaroidbh » Wed Oct 31, 2007 10:49 pm

Call me an evil alien, but I've always been partial to emacs.

User avatar
Deacon
Shining Adonis
Posts: 44234
Joined: Wed Jul 30, 2003 3:00 pm
Gender: Male
Location: Lakehills, TX

Re: Programming Editor

Post by Deacon » Wed Oct 31, 2007 11:14 pm

You're an evil alien.
The follies which a man regrets the most in his life are those which he didn't commit when he had the opportunity. - Helen Rowland, A Guide to Men, 1922

MasteR
Redshirt
Posts: 3064
Joined: Thu Mar 06, 2003 12:48 am

Re: Programming Editor

Post by MasteR » Wed Oct 31, 2007 11:20 pm

/me smells a vim vs emacs war brewing.

Image

User avatar
adciv
Redshirt
Posts: 11723
Joined: Wed Aug 31, 2005 12:20 am
Real Name: Lord Al-Briaca
Location: Middle of Nowhere, MD

Re: Programming Editor

Post by adciv » Thu Nov 01, 2007 12:06 am

Ya know, I was just thinking about issuing a warning about not starting a religious war.
Repensum Est Canicula
The most dangerous words from an Engineer: "I have an idea."
"The democracy will cease to exist when you take away from those who are willing to work and give to those who would not." - Thomas Jefferson

Ciaroidbh
Redshirt
Posts: 404
Joined: Sun Mar 04, 2007 7:03 am

Re: Programming Editor

Post by Ciaroidbh » Thu Nov 01, 2007 7:32 pm

I don't do much linux programming anymore, but the integrated development tools of emacs were very helpful when I was. Integrated shell for debugging and compiling in and of itself was worth the stigma attached to using emacs :P

Now, almost all of my development is done in ColdFusion or on Asterisk, so DreamWeaver and WinSCP all the way.

ampersand
Redshirt
Posts: 7404
Joined: Wed May 23, 2007 11:43 pm
Real Name: Andrew Kunz
Gender: Male
Location: Portland, Oregon

Re: Programming Editor

Post by ampersand » Thu Nov 01, 2007 8:32 pm

Ultraedit must be ultra if they're up to a 13th version...

User avatar
Deacon
Shining Adonis
Posts: 44234
Joined: Wed Jul 30, 2003 3:00 pm
Gender: Male
Location: Lakehills, TX

Re: Programming Editor

Post by Deacon » Thu Nov 01, 2007 8:48 pm

Yep, it's pretty great :)
The follies which a man regrets the most in his life are those which he didn't commit when he had the opportunity. - Helen Rowland, A Guide to Men, 1922

User avatar
Brian
Redshirt
Posts: 1019
Joined: Sat Feb 15, 2003 4:22 am
Gender: Male
Location: Albuquerque, NM US
Contact:

Re: Programming Editor

Post by Brian » Fri Nov 02, 2007 5:43 pm

I'm a big fan of Vim. The learning curve is fairly steep, but was well worth the effort. I really like pretty much not having to touch the mouse anymore.

I was a big Emacs user at one point too, and both are fine, I just prefer Vim at this point.

Specifically Vim though -- I can use other vi clones, but Vim is the one that I seem to run into most often and have built a nice config file for.
Reading Perl is like reading music. It can be a little hard to get into at first, but once you can read it, it's like food for the soul.

User avatar
Infin8Cyn
Redshirt
Posts: 6309
Joined: Tue Apr 29, 2003 10:02 pm
Real Name: James
Gender: Male
Location: Albuquerque, New Mexico
Contact:

Re: Programming Editor

Post by Infin8Cyn » Wed Nov 07, 2007 9:05 pm

ampersand wrote:Ultraedit must be ultra if they're up to a 13th version...
It's very nice. Between the instant macro creation ability and column mode, they're two features that seem incredibly pointless until you've found a purpose for them.
Image

Locked

Who is online

Users browsing this forum: No registered users and 0 guests