Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Xtext Project Plan"

(Runtime)
(Tooling)
Line 25: Line 25:
  
 
==== Tooling ====
 
==== Tooling ====
* basic editor
+
* basic editor
* builder
+
* builder
* syntax coloring (context sensitive)
+
* syntax coloring (context sensitive)
* content provider API (labels and icons)
+
* content provider API (labels and icons)
* outline view
+
* outline view
* folding
+
* folding
* auto completion
+
* auto completion
* navigation
+
* navigation
* hovering
+
* hovering

Revision as of 03:30, 13 May 2008

Milestone 1 (due to 2008-05-09)

  • Bootstrapping

Milestone 2 (due to 2008-05-23)

Milestone 3 (due to 2008-0x-xx)

Milestone 4 (due to 2008-0x-xx)

Milestone 5 (due to 2008-0x-xx)

Features to be implemented

Runtime

  • syntactic predicates
  • semantic predicates
  • node model
  • node model / contains whitespace
  • node model / reconstruction
  • error handling in parser and lexer
  • description of lexer rules
  • support for mixing of imported and generated meta models
  • cross-references
  • validation
  • referencing files

Tooling

  • basic editor
  • builder
  • syntax coloring (context sensitive)
  • content provider API (labels and icons)
  • outline view
  • folding
  • auto completion
  • navigation
  • hovering

Back to the top