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"

Line 27: Line 27:
 
* [[Image:Progress.gif]]language inheritance
 
* [[Image:Progress.gif]]language inheritance
 
* [[Image:Progress.gif]]service registry framework
 
* [[Image:Progress.gif]]service registry framework
* [[Image:OK_green.gif]]value converter (i.e. arbitrary Datatypes for lexer rules)
+
* [[Image:Ok_green.gif]]value converter (i.e. arbitrary Datatypes for lexer rules)
 
* [[Image:Progress.gif]] generator model
 
* [[Image:Progress.gif]] generator model
 
* [[Image:Progress.gif]] (UI) syntax coloring - [[Xtext_Project_Plan/Features/Tooling/Syntax highlightinh | Syntax highlighting]]
 
* [[Image:Progress.gif]] (UI) syntax coloring - [[Xtext_Project_Plan/Features/Tooling/Syntax highlightinh | Syntax highlighting]]
Line 38: Line 38:
 
** adapt commons logging to Eclipse's log/trace API (errors go to error log and console, everything else goes to console (std.out) only)
 
** adapt commons logging to Eclipse's log/trace API (errors go to error log and console, everything else goes to console (std.out) only)
 
** see http://www.eclipsezone.com/articles/franey-logging/ for more info
 
** see http://www.eclipsezone.com/articles/franey-logging/ for more info
* [[Image:OK_green.gif]] more Junit tests
+
* [[Image:Ok_green.gif]] more Junit tests
 
* [[Image:Progress.gif]] build process
 
* [[Image:Progress.gif]] build process
* [[Image:OK_green.gif]] refactor genmodel (remove GenClass and GenPlugin)
+
* [[Image:Ok_green.gif]] refactor genmodel (remove GenClass and GenPlugin)
* [[Image:OK_green.gif]] remove singleton services registration
+
* [[Image:Ok_green.gif]] remove singleton services registration
* [[Image:OK_green.gif]] (UI) Token type definition
+
* [[Image:Ok_green.gif]] (UI) Token type definition
  
 
=== M5 (July 4, 208) ===
 
=== M5 (July 4, 208) ===
 
* [[Image:Progress.gif]] partial parsing
 
* [[Image:Progress.gif]] partial parsing
* [[Image:OK_green.gif]] tests and UI use resource API
+
* [[Image:Ok_green.gif]] tests and UI use resource API
* [[Image:OK_green.gif]] GrammarAccess contains accessors to parser and lexer rules
+
* [[Image:Ok_green.gif]] GrammarAccess contains accessors to parser and lexer rules
 
* [[Image:Progress.gif]] first draft of content assist - [[Xtext_Project_Plan/Features/Tooling/Content assist | Content assist]]
 
* [[Image:Progress.gif]] first draft of content assist - [[Xtext_Project_Plan/Features/Tooling/Content assist | Content assist]]
 
* [[Image:Progress.gif]] (UI) Formatting (partial too) - [[Xtext_Project_Plan/Features/Tooling/Code formatting | Code formatting ]]
 
* [[Image:Progress.gif]] (UI) Formatting (partial too) - [[Xtext_Project_Plan/Features/Tooling/Code formatting | Code formatting ]]
* [[Image:OK_green.gif]] (UI) Hover Info -  [[Xtext_Project_Plan/Features/Tooling/Hovering | Hovering]]
+
* [[Image:Ok_green.gif]] (UI) Hover Info -  [[Xtext_Project_Plan/Features/Tooling/Hovering | Hovering]]
* [[Image:OK_green.gif]] (UI) Adapt EValidator in UI
+
* [[Image:Ok_green.gif]] (UI) Adapt EValidator in UI
  
 
=== M6 (July 18, 2008) ===
 
=== M6 (July 18, 2008) ===
 
* [[Image:Progress.gif]] validation whether models are serializable
 
* [[Image:Progress.gif]] validation whether models are serializable
 
* [[Image:Progress.gif]] Parsetree reconstructor (denormalize CompositeNodes)
 
* [[Image:Progress.gif]] Parsetree reconstructor (denormalize CompositeNodes)
* [[Image:OK_green.gif]] (UI) Folding - [[Xtext_Project_Plan/Features/Tooling/Folding | Folding]]
+
* [[Image:Ok_green.gif]] (UI) Folding - [[Xtext_Project_Plan/Features/Tooling/Folding | Folding]]
 
* [[Image:Progress.gif]] (UI) Preference page - [[Xtext_Project_Plan/Features/Tooling/Preferences | Preferences]]
 
* [[Image:Progress.gif]] (UI) Preference page - [[Xtext_Project_Plan/Features/Tooling/Preferences | Preferences]]
 
* [[Image:Progress.gif]] make service framework independent of xtext ui/core
 
* [[Image:Progress.gif]] make service framework independent of xtext ui/core
* [[Image:OK_green.gif]] Outline View improved
+
* [[Image:Ok_green.gif]] Outline View improved
* [[Image:OK_green.gif]] Template proposals
+
* [[Image:Ok_green.gif]] Template proposals
 
* [[Image:Progress.gif]] Content Assist improved
 
* [[Image:Progress.gif]] Content Assist improved
 
* [[Image:Progress.gif]] build process
 
* [[Image:Progress.gif]] build process
  
=== Milestone 7 (August 1, 2008) ===
+
=== M7 (August 1, 2008) ===
 
* [[Image:Progress.gif]] [[Xtext_Project_Plan/Features/CrossReferencing | cross-referencing]]
 
* [[Image:Progress.gif]] [[Xtext_Project_Plan/Features/CrossReferencing | cross-referencing]]
 
* [[Image:Progress.gif]] [[Xtext_Project_Plan/Features/FragmentProvider | identification of EObjects (fragments)]]
 
* [[Image:Progress.gif]] [[Xtext_Project_Plan/Features/FragmentProvider | identification of EObjects (fragments)]]

Revision as of 09:54, 28 July 2008

Legend

Glass.gif Needs some investigation/research

Progress.gif Work in progress

Ok green.gif Feature implemented

M1 (May 9, 2008)

  • Ok green.gif Bootstrapping

M2 (May 23, 2008)

  • Progress.gif build process (Jan)
  • error handling in parser and lexer
  • support for mixing of imported and generated meta models
  • Ok green.gif Basic Editor (Dennis / Peter)
  • parse tree
  • parse tree / contains whitespace
  • parse tree / reconstruction / bi-directionality
  • EMF Resource API adaption

M3 (June6, 2008)

  • Progress.gifbuild process
  • Progress.giferror handling in parser and lexer
  • Progress.giflanguage inheritance
  • Progress.gifservice registry framework
  • Ok green.gifvalue converter (i.e. arbitrary Datatypes for lexer rules)
  • Progress.gif generator model
  • Progress.gif (UI) syntax coloring - Syntax highlighting
  • Progress.gif (UI) Preferences - Preferences
  • Progress.gif (UI) Outline - Outline
  • Progress.gif (UI) Content assist (define interface, integrate Michael) - Content assist

M4 (June 20, 2008)

  • Glass.gifuse commons logging
  • Ok green.gif more Junit tests
  • Progress.gif build process
  • Ok green.gif refactor genmodel (remove GenClass and GenPlugin)
  • Ok green.gif remove singleton services registration
  • Ok green.gif (UI) Token type definition

M5 (July 4, 208)

  • Progress.gif partial parsing
  • Ok green.gif tests and UI use resource API
  • Ok green.gif GrammarAccess contains accessors to parser and lexer rules
  • Progress.gif first draft of content assist - Content assist
  • Progress.gif (UI) Formatting (partial too) - Code formatting
  • Ok green.gif (UI) Hover Info - Hovering
  • Ok green.gif (UI) Adapt EValidator in UI

M6 (July 18, 2008)

  • Progress.gif validation whether models are serializable
  • Progress.gif Parsetree reconstructor (denormalize CompositeNodes)
  • Ok green.gif (UI) Folding - Folding
  • Progress.gif (UI) Preference page - Preferences
  • Progress.gif make service framework independent of xtext ui/core
  • Ok green.gif Outline View improved
  • Ok green.gif Template proposals
  • Progress.gif Content Assist improved
  • Progress.gif build process

M7 (August 1, 2008)


Features to be implemented

Runtime

  • syntactic predicates
  • semantic predicates
  • description of lexer rules
  • Enum rules
  • grammar inheritance (having built-in rules defined in a common super grammar)
  • fragments
  • migration grammars (i.e. support for automatic migration of old syntaxes, e.g. MWE xml syntax)
  • overwrite default parse error messages / improve default messages

Tooling

see Xtext Project Plan/Features/Tooling

Copyright © Eclipse Foundation, Inc. All Rights Reserved.