I'm searching for a good IDE that supports multiply languages and compiling of them, syntax highlighting, uploading of microcontroller projects etc.

The problem is; I currently have 8 different IDE:s, each for a different language (Programmer's Notepad (PHP, HTML), Qt Creator (C++ with Qt libraries), Eclipse C++ (C++), Eclipse Java (Java), Processing (Processing), Arduino IDE (Arduino), AVR Studio (AVR (C)), Microsoft Visual Studio 2010 Express (Visual C++)), and I am sure more will be added to the list.

So what I'm searching for now is a Windows (or cross plattform) Programming IDE with support for as many languages as possible, and not only with syntax highlighting (PN), I want ONE button to compile a program and ONE button to Run/Upload the program, not multiply from a list.

Can someone please help me?

link|improve this question
2  
IMO, all you're going to get is a "jack of all trades, master of none." – Kirk Woll Sep 22 '11 at 15:22
I use Geany. – Rocket Sep 22 '11 at 15:25
feedback

closed as not constructive by Wooble, Andrew Barber, 0A0D, trashgod, bmargulies Sep 23 '11 at 21:25

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 3 down vote accepted

Eclipse with according plugins can support almost all of the above, except maybe for VC++

link|improve this answer
I didn't knew there are so many plugins for Eclipse! After seeing almost all the languages I need can be supported by eclipse that is definitatly the IDE I'm going to use, THANKS! – Jan Sep 22 '11 at 18:59
you're welcome. – kostja Sep 22 '11 at 19:15
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.