IDE

HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences

Difference (from prior major revision) (minor diff, author diff)

Changed: 1c1
IDE means Integrated Development Environment. Just like a normal TextEditor, IDE can edit edit plain text, because source code of programs is saved as plain text. But in addition, an IDE has all kind of features for development of software, like an interface for debuggers, class browsers, and source code control systems. Most IDEs have some internal text editor but some of them can use external text editors as well.
IDE means Integrated Development Environment. Just like a normal TextEditor, an IDE can edit edit plain text, because source code of programs is saved as plain text. But in addition, an IDE has all kind of features for development of software, like an interface for debuggers, class browsers, and source code control systems. Most IDEs have an internal text editor but some of them can use external text editors as well.

Changed: 3c3
The first popular IDE was probably Borland's old Turbo Pascal for DOS. Turbo Pascal included an editor with a WordStar command set, a compiler for Pascal code, and an integrated debugger. If your code encountered a syntax editor while compiling, you were placed back in the editor, with the offending line of code highlighted.
The first popular IDE was probably Borland's old TurboPascal for DOS. Turbo Pascal included an editor with a WordStar command set, a compiler for Pascal code, and an integrated debugger. If your code encountered a syntax error while compiling, you were placed back in the editor, with the offending line of code highlighted.

Changed: 5c5
GnuEmacs and XEmacs were originally just TextEditors , but because of their extensibility they got more and more IDE-like features. In addition they have got many additional extensions, that make them even more like IDE:
GnuEmacs and XEmacs were originally just TextEditors , but because of their extensibility they got more and more IDE-like features. In addition they have got many additional extensions, that make them even more like an IDE.

Changed: 7c7,9
See the IDEFamily for a collection of IDEs
The defacto standard IDE now is probably IBM's Eclipse IDE, written in Java and freely available under an open source license.

See the IDEFamily for a collection of IDEs

IDE means Integrated Development Environment. Just like a normal TextEditor, an IDE can edit edit plain text, because source code of programs is saved as plain text. But in addition, an IDE has all kind of features for development of software, like an interface for debuggers, class browsers, and source code control systems. Most IDEs have an internal text editor but some of them can use external text editors as well.

The first popular IDE was probably Borland's old TurboPascal for DOS. Turbo Pascal included an editor with a WordStar command set, a compiler for Pascal code, and an integrated debugger. If your code encountered a syntax error while compiling, you were placed back in the editor, with the offending line of code highlighted.

GnuEmacs and XEmacs were originally just TextEditors , but because of their extensibility they got more and more IDE-like features. In addition they have got many additional extensions, that make them even more like an IDE.

The defacto standard IDE now is probably IBM's Eclipse IDE, written in Java and freely available under an open source license.

See the IDEFamily for a collection of IDEs


HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences
Edit text of this page | View other revisions
Last edited December 27, 2008 4:54 pm (diff)
Search: