IDE

From Free Pascal wiki
Jump to navigationJump to search

Deutsch (de) English (en) suomi (fi)


An Integrated Development Environment or IDE is a system comprising an editor, compiler, and means to execute compiled code immediately after compiling. It will also usually provide a means to create an executable program for use as a standalone executable outside of the IDE. Generally, an IDE allows errors in the source code to be reported by the compiler back to the editor, usually allowing the editor to position to the specific line of source code that the compiler discovered was in error.

An IDE provides significant improvements in programmer productivity over the older practice of editing a program using a text editor, then submitting it to a compiler to be informed of the error or errors in the program, then having (usually) to write down the line number where the error occurred, then going back to the editor to find the specific line and make a repair, then repeat the process.

The IDE system changed this by providing immediate feedback where an error is located, it would move the editing focus directly to the point in the code where the error was detected. The programmer could fix the error, resave the source code file they were working on, and recompile the program, being returned to the editor if there was another error, until the program successfully compiled without error.

The concept of an IDE for Pascal programs was first developed on the UCSD Pascal system. It would later be implemented in Borland International's Turbo Pascal compiler for the MS-DOS and Microsoft Windows operating systems, and Delphi compiler for Microsoft Windows, and the Kylix version of Delphi for the Linux operating system.

List of known IDEs:

IDE Operating Systems Debugging Notes
fp ID Win, Linux Yes, some Text-based interface. Included in FPC distributive
Lazarus Win, Linux, macOS Yes
MSEide Win, Linux, FreeBSD Yes
Pascal Gladiator macOS
Lightweight IDE macOS
Dev-Pascal Win
Maximus included in the fpGUI Toolkit project
I-Pascal IntelliJ IDEA plugin
LiteZarus
ideU Win, Linux, FreeBSD Yes Universal and voice assisted.
CodeTyphon
pasclipse Eclipse Plugin. Plugin seems to be unmaintained at the moment.
Pascal Plugin Eclipse Plugin. Plugin seems to be unmaintained at the moment.
Pascal for VS Code Visual Studio Code Plugin by Alessandro Fragnani