Eclipse: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
Eclipse is an Open Source Integrated Development Environment (IDE) which was originally designed for [[Java]] development. | '''Eclipse''' is an [[Open Source]] Integrated Development Environment (IDE) which was originally designed for [[Java]] development. | ||
== Plugins == | ==Plugins== | ||
A robust plug-in architechure has allowed | A robust plug-in architechure has allowed contributors to create plug-ins that support many different development environments, including [[Visual DataFlex]]. | ||
===Visual Dataflex Tools for Eclipse=== | |||
Visual Dataflex Tools for Eclipse is a commercial plug-in designed for Dataflex Developers. It includes features such as a Class hierarchy browser, Assisted typing (content assist/intellitype), Folding sections (hides code blocks) and One click fixing of problems (QuickFix). | |||
*[http://resheim.no/vdf/ Visual Dataflex Tools for Eclipse] | * [[Using the VDF Tools Wiki Feature]] | ||
* [http://resheim.no/vdf/ Visual Dataflex Tools for Eclipse home page] | |||
===SubClipse=== | |||
A plugin for using [[SVN|Subversion]] from within Eclipse. | |||
*[http://subclipse.tigris.org/ Website] | |||
==External Links== | ==External Links== | ||
*[http://www.eclipse.org Eclipse.org] | *[http://www.eclipse.org Eclipse.org] | ||
*[http://resheim.no/vdf/ Visual Dataflex Tools for Eclipse] | *[http://resheim.no/vdf/ Visual Dataflex Tools for Eclipse] | ||
[[Category: Development Tools]] | |||
[[Category:Product Description]] |
Latest revision as of 10:43, 5 September 2008
Eclipse is an Open Source Integrated Development Environment (IDE) which was originally designed for Java development.
Plugins
A robust plug-in architechure has allowed contributors to create plug-ins that support many different development environments, including Visual DataFlex.
Visual Dataflex Tools for Eclipse
Visual Dataflex Tools for Eclipse is a commercial plug-in designed for Dataflex Developers. It includes features such as a Class hierarchy browser, Assisted typing (content assist/intellitype), Folding sections (hides code blocks) and One click fixing of problems (QuickFix).
SubClipse
A plugin for using Subversion from within Eclipse.