Integrated Development Environments

Steven J Zeil

Last modified: Mar 11, 2014

Contents:
1. The Components of an IDE
2. IDE Examples
2.1 emacs
2.2 Microsoft Visual
2.3 NetBeans
2.4 Single-Language IDEs
3. Eclipse
3.1 Availability

IDEs

Integrated Develop Environments (IDEs) are software packages that attempt to provide comprehensive support for programming

1. The Components of an IDE

What’s the minimum that we expect in an IDE?


The Components of an IDE (optional)

What would we like to see in an IDE?


The Components of an IDE (deluxe)

What makes us giddy when we see it in an IDE?

2. IDE Examples

2.1 emacs

The *nix swiss army knife of editors, emacs has long functioned as a basic IDE:

References, if you are unfamiliar with this:

emacs Strengths and Weaknesses

2.2 Microsoft Visual

Visual Studio

Visual Strengths and Weaknesses

I’ve never been fond of Visual, but that comes more from my opinion of the MS compilers. MS C++ had recurring issues with basic standards conformance and std library implementation. And MS’s support of Java was perpetually luke-warm.

2.3 NetBeans

Free IDE originally distributed by Sun as “the” development platform for Java.

Netbeans and Visual clearly stole interface ideas from one another.

(Then Eclipse came along and stole from them both.)

I have not used NetBeans in a long time. I remember it as being incredibly sluggish even on reasonably high-powered desktops.

My enduring impression is that Eclipse seemed to do everything NetBeans wanted to do, did it about 6 months later, but did it better.

2.4 Single-Language IDEs

The open source community has produced numerous single-language IDEs.

Many are focused on educational use.

Examples:

C++
Bloodshed Dev-C++, Code::Blocks
Java
BlueJ, Dr. Java, jGrasp

3. Eclipse

Probably the hottest IDE in the open source world:

Eclipse is available here.

3.1 Availability

.