Good IDE/Text Editor Anyone?

Discuss any other topics here
Post Reply
MakerOfGames
Posts: 866
Joined: Fri Jul 08, 2005 4:27 am
Location: PA, USA

Good IDE/Text Editor Anyone?

Post by MakerOfGames »

I have been using Netbeans and SciTE for programming at college for a while now, however, I have found that I am not a fan of either of them. They are ok, but Netbeans is too large and "heavy" and SciTE is too basic. So I am looking for a new IDE or text editor to do programming of which will consist of Java, and possibly some C/C++. If anyone knows of a good free one or has their own favorite I would like to hear about it. I have just stumbled upon Eclipse today and after a few minutes playing in it, it seems nice, but I have read its not designed for use as a coding application, but a toolkit for creating toolkits? At least thats how it is described in Ubuntu's application manager. Any suggestions would be welcome.
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
User avatar
Destron
Posts: 520
Joined: Thu Apr 19, 2007 7:30 pm

Re: Good IDE/Text Editor Anyone?

Post by Destron »

User avatar
sankha93
Posts: 91
Joined: Tue Jul 22, 2008 12:58 pm
Location: India
Contact:

Re: Good IDE/Text Editor Anyone?

Post by sankha93 »

Try notepad++
sankha93
User avatar
paradoxnj
RF2 Dev Team
Posts: 1328
Joined: Wed Mar 01, 2006 7:37 pm
Location: Brick, NJ
Contact:

Re: Good IDE/Text Editor Anyone?

Post by paradoxnj »

There is Eclipse, Code::Blocks, Visual J++ 2008 Express. For Java, I would use Eclipse.
Many Bothans died to bring you this signature....
User avatar
Lucky_foot
Posts: 22
Joined: Mon Jun 09, 2008 6:03 pm

Re: Good IDE/Text Editor Anyone?

Post by Lucky_foot »

LOL.

When I saw this topic I was going to suggest Notepad++.

I guess I made the right choice in text editors.
MakerOfGames
Posts: 866
Joined: Fri Jul 08, 2005 4:27 am
Location: PA, USA

Re: Good IDE/Text Editor Anyone?

Post by MakerOfGames »

Thanks for the input. I am downloading and testing Notepad++ and Eclipse. Cross platform coding is what I need, being able to code some on my Linux(Ubuntu 8.10) laptop and then on a Windows machine which I should have mentioned in my first post. Heck, I might find that SciTE was the best option. I got Notepad++ installed on linux using wine. And actually just found out that gedit has syntax highlighting by creating a test java file for notepad++ to open. Anyhow, thanks for your input. I'll make a choice after putting them through some paces to see whats best for me.
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
User avatar
jonas
Posts: 779
Joined: Tue Jul 05, 2005 5:43 pm
Location: Texas, USA
Contact:

Re: Good IDE/Text Editor Anyone?

Post by jonas »

On linux my first choice would be gedit. I wish windows came default with such a great program! I haven't found a language that it didn't just support with out even having to tell it what language you were using. :D
Jonas

Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
Post Reply