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. the [[Reload | * [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 17: | Line 17: | ||
* Komodo is a [[PHP]] developement environment. | * Komodo is a [[PHP]] developement environment. | ||
* Flex builder is a commercial enviroment to develop [[Adobe | * Flex builder is a commercial enviroment to develop [[Adobe Flex|flex/actionscript/flash]] code. | ||
== Links == | == Links == |
Revision as of 18:14, 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:
- Eclipse (Wikipedia). Some e-learning applications, e.g. the Reload Editors are made with eclipse.
- 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.
- Flex builder is a commercial enviroment to develop flex/actionscript/flash code.
Links
- Integrated Development Environments (Wikipedia)
- Software development kit (Wikipedia)
- Comparison of integrated development environments (Wikipedia)