joele posted on Sep 24 2005 at 08:04 PM said:
I use linux on my laptop so have just been using gnome-edit with syntax highlighting and line numbering turned on, but might look into a proper IDE?? Do many of you use an IDE?
When I program on Windows I use an IDE. Which one depends on what I'm programming, though. I haven't touched Windows in a looong time, though.
As for Linux, Eclipse seems to be the best all-around IDE, but be warned, it's a bit of a resource pig. It's great for Java stuff, though. Netbeans is also good for Java. But none of that really applies to the GP2X. For C/C++, I'm personally just using gcc and gedit with syntax highlighting right now. Anjuta and KDevelop are supposed to be pretty good, but I found them to be a bit of a pain in the ass to actually get shit done in. Eclipse has C/C++ plugins available (and I think Netbeans does, too) but really, I haven't found them to make me more productive for this sort of thing. If you've got a decent machine, you may as well give Eclipse + the CDT plugin a shot. You may like it, and if you don't, since you can just run the executable from your home directory it's pretty easy to get rid of.