Eclipse: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: {{IDE}}'''Eclipse''' is an open-source IDE written mostly in Java. The project originated at IBM and was turned over to the Ec...)
 
m (Added link to the eclipse site)
Line 1: Line 1:
{{IDE}}'''Eclipse''' is an [[open-source]] [[:Category:Integrated Development Environments|IDE]] written mostly in [[Java]]. The project originated at [[IBM]] and was turned over to the Eclipse Foundation in 2003. Without plugins, it is used for developing Java, and includes a package manager, CVS functionality, a debugger, and an editor with syntax highlighting. Plugins have been made for a variety of other [[:Category:Programming Languages|programming languages]] including [[Ruby]] and [[C++]].
{{IDE}}'''Eclipse''' is an [[open-source]] [[:Category:Integrated Development Environments|IDE]] written mostly in [[Java]]. The project originated at [[IBM]] and was turned over to the Eclipse Foundation in 2003. Without plugins, it is used for developing Java, and includes a package manager, CVS functionality, a debugger, and an editor with syntax highlighting. Plugins have been made for a variety of other [[:Category:Programming Languages|programming languages]] including [[Ruby]] and [[C++]].


See the Eclipse Foundation website: http://www.eclipse.org

Revision as of 20:33, 30 January 2008

Eclipse is an example of an Integrated Development Environment, a class of software which typically combines enhanced editing and debugging features.

Eclipse is an open-source IDE written mostly in Java. The project originated at IBM and was turned over to the Eclipse Foundation in 2003. Without plugins, it is used for developing Java, and includes a package manager, CVS functionality, a debugger, and an editor with syntax highlighting. Plugins have been made for a variety of other programming languages including Ruby and C++.


See the Eclipse Foundation website: http://www.eclipse.org