VDF Tools for Eclipse: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Image:Class_Browser.png|thumb|The VDF Tools for Eclipse Class Browser]]
[[Image:Class_Browser.png|thumb|The VDF Tools for Eclipse Class Browser]]
The [http://resheim.no/vdf VDF Tools for Eclipse], written by [[User:Torkildr|T. U. Resheim]] started out as a simple [http://en.wikipedia.org/wiki/Javacc JavaCC] grammar for FMAC/ICODE in 2003. When wanting to actually use the grammar late in 2003 it soon became clear that it would not quite suitable, the parser was rewritten for VDF7 using [http://en.wikipedia.org/wiki/ANTLR ANTLR]. At the same time a decision was made use the [http://en.wikipedia.org/wiki/Eclipse_(software) Eclipse] platform that offered everything required.
The [http://resheim.no/vdf VDF Tools for Eclipse], written by [[User:Torkildr|T. U. Resheim]] started out as a simple [http://en.wikipedia.org/wiki/Javacc JavaCC] grammar for FMAC/ICODE in 2003. When wanting to actually use the grammar late in 2003 it soon became clear that it would be not quite suitable. The parser was thus rewritten for VDF7 using [http://en.wikipedia.org/wiki/ANTLR ANTLR]. At the same time a decision was made use the [http://en.wikipedia.org/wiki/Eclipse_(software) Eclipse] platform that offered everything required.


While being a hobby project, the feature set still fast and steady so in February 2005 the first trials were done at [[Emma EDB AS]]. One year later, in February 2006 it was ready and the 1.0 version was released. Version 1.1 was released in February 2007.
While being a hobby project, the feature set still fast and steady so in February 2005 the first trials were done at [[Emma EDB AS]]. One year later, in February 2006 it was ready and the 1.0 version was released. Version 1.1 was released in February 2007.

Revision as of 02:01, 26 December 2007

The VDF Tools for Eclipse Class Browser

The VDF Tools for Eclipse, written by T. U. Resheim started out as a simple JavaCC grammar for FMAC/ICODE in 2003. When wanting to actually use the grammar late in 2003 it soon became clear that it would be not quite suitable. The parser was thus rewritten for VDF7 using ANTLR. At the same time a decision was made use the Eclipse platform that offered everything required.

While being a hobby project, the feature set still fast and steady so in February 2005 the first trials were done at Emma EDB AS. One year later, in February 2006 it was ready and the 1.0 version was released. Version 1.1 was released in February 2007.

VDF Tools works more or less like any programming language IDE. It has a parser that builds an index or metadata model of the code. These data forms the foundation of a number of features such as:

  • Class hierarchy browser
  • VDF Navigator
  • Symbol table
  • Syntax colored editor
  • Context sensitive content assist/intellisense
  • Database view