Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/Features/Tooling/Basic Editor"

(Redirecting to Http://www.xtext.org)
Line 1: Line 1:
== Milestone 2 (due 2008-05-23) ==
+
#REDIRECT [[http://www.xtext.org]]
 
+
=== Goals ===
+
* provide stubs for services (Peter)
+
* bind editor to language descriptor (Dennis)
+
* design parsing service (Peter / Dennis)
+
* design syntax highlighting (Peter / Dennis)
+
 
+
==== Parsing ====
+
To be analyzed:
+
* IDocumentProvider
+
* Reconciler
+
* WorkspaceChangeListener
+
* Builder
+
* EMF Editing Domain
+
 
+
=== Questions & Answers ===
+
* Parsing: how to walk all nodes?
+
** walk all nodes: use ''node.eAllContents()''
+

Revision as of 06:06, 22 June 2009

Back to the top