Integrated Development Environment: Difference between revisions
Jump to navigation
Jump to search
m (using an external editor) |
m (using an external editor) |
||
Line 9: | Line 9: | ||
The most well-known free and open source systems is probably: | The most well-known free and open source systems is probably: | ||
* [http://en.wikipedia.org/wiki/Eclipse_(software) Eclipse] (Wikipedia). Some e-learning applications, e.g. | * [http://en.wikipedia.org/wiki/Eclipse_(software) Eclipse] (Wikipedia). Some e-learning applications, e.g. the [[Reload]] editor s are made with eclipse. | ||
* [http://en.wikipedia.org/wiki/NetBeans Netbeans] (Wikipedia) is a popular environment in the Java community. | * [http://en.wikipedia.org/wiki/NetBeans Netbeans] (Wikipedia) is a popular environment in the Java community. | ||
Line 20: | Line 20: | ||
* [http://en.wikipedia.org/wiki/Integrated_development_environment Integrated Development Environments] (Wikipedia) | * [http://en.wikipedia.org/wiki/Integrated_development_environment Integrated Development Environments] (Wikipedia) | ||
* [http://en.wikipedia.org/wiki/Software_development_kit Software development kit] (Wikipedia) | |||
* [http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments Comparison of integrated development environments] (Wikipedia) | |||
[[Category: Programming]] | [[Category: Programming]] | ||
[[Category: Authoring tools] | [[Category: Authoring tools]] |
Revision as of 18:09, 29 August 2008
Integrated Development Environment are commonly used to simplify the programming process. These usually integrate syntax coloration for particular code, wysiwyg content editor, code compilation, code management and sometimes collaborative development utilities (SVN or CVS).
See also: text editor
Examples
The most well-known free and open source systems is probably:
- Netbeans (Wikipedia) is a popular environment in the Java community.
- Dreamweaver is an example of a commercial system to develop HTML pages but also interactive client and server-side webpages.
- Komodo is a PHP developement environment.
Links
- Integrated Development Environments (Wikipedia)
- Software development kit (Wikipedia)
- Comparison of integrated development environments (Wikipedia)