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

Xtext/Reviews/2.1

< Xtext
Revision as of 07:11, 20 October 2011 by Sven.efftinge.itemis.de (Talk | contribs) (UI Usability)

This page provides the required docuware for the Xtext 2.1 Release Review

Overview

With Xtext you can easily create your own programming languages and domain-specific languages (DSLs). The framework supports the development of language infrastructures including compilers and interpreters as well as full blown Eclipse-based IDE integration. While Xtext equips you with a set of sensible defaults, you can tweak every single aspect of your language with Xtext's powerful APIs. A comprehensive documentation as well as the vivid community will help you getting started in no time. And if that is not enough you can buy trainings, consulting or support contracts delivered directly by the committers.

Features

Syntax Highlighting

Out of the box, the editor supports syntax coloring based on the lexical structure and the semantic data of your files. Users are free to customize the highlighting and configure their favorite styles.

Code Completion

An Xtext editor proposes valid code completions at any place in the document, helping your users with the syntactical details of your language.

Validation and Quick Fixes

Xtext has outstanding support for static analysis and validation of your models. It has never been so easy to define constraints to tackle errors and warnings in your code instantaneously. With custom Quick Fixes you can correct these with a single keystroke.

More Editor Features

You'll find all the editor features that you got used to in your favorite IDE in the editor for your very own language. There is bracket matching and auto-edit, an outline that shows the semantic structure of your model, code formatting to properly indent the documents and much more.

Advanced Workbench Integration

Xtext's advanced Eclipse integration goes far beyond the editor. You will not feel any difference between your language and Java.

Integration with EMF

Xtext tightly integrates with EMF: You can combine it with a plethora of other EMF-based tools, e.g. for mixed graphical and textual modeling.

New in this release

  • Several Language enhancements to Xtend and Xbase
  • Many performance improvements in the builder and the Xbase compiler
  • Configurability of code generators through Eclipse's preference pages.
  • Many nice new editor features for Xtend
  • Super easy way to implement new Jvm languages, i.e. languages which make use of Xbase.

See http://www.eclipse.org/Xtext/documentation/indigo_2.1/new_and_noteworthy.php

Accordance with project plan themes and priorities

See http://www.eclipse.org/projects/project-plan.php?projectid=modeling.tmf.xtext

Non-Code Aspects

  • New overhauled examples
  • Extensive documentation

APIs

APIs have been extended in a backwards compatible way in this release. Languages which are built with Xtext 2.0 and only used published API can be used with Xtext 2.1 without recompilation.

  • The project lead certifies that the requirements for Eclipse Quality APIs have been met for this release.
  • Non-API in is marked as “internal”

Architecture

No change.

Tool Usability

Sample tools haven't changed.

End-of-Life

Nothing has been deprecated.

Bugzilla

Bugzilla snapshot for Indigo as of June 1st, 2011.

Xtext bugzillas indigo.png

Standards

No standards.

UI Usability

  • Xtext 2.1 conforms to Eclipse User Interface Guidelines
  • Eclipse platform standard i18n support used where applicable/possible; stand-alone deployment uses equivalent J2SE APIs
  • ICU4J is used

Schedule

Xtext is a “+2” project in the simultaneous release.

  • M2 08/17/2010
  • M3 09/28/2010
  • M4 12/14/2010
  • M5 02/08/2011
  • M6 03/15/2011
  • M7 05/03/2011 API freeze / Feature freeze
  • RC1 05/17/2011
  • RC2 05/24/2011
  • RC3 05/31/2011
  • RC4 06/07/2011
  • 2.0.0 Final 06/22/2010

Communities

  • Interaction in Bugzilla
  • Activity on the newsgroup
  • Collaboration with other projects at Eclipse

Committer Changes

No change.

IP Issues

The Xtext project leadership verifies that:

  • the about files and use licenses are in place as per the Guidelines to Legal Documentation.
  • all contributions (code, documentation, images, etc) have been committed by individuals who are either Members of the Foundation, or have signed the appropriate Committer Agreement. In either case, these are individuals who have signed, and are abiding by, the Eclipse IP Policy.
  • all significant contributions have been reviewed by the Foundation's legal staff.
  • all non-Committer code contributions, including third-party libraries, have been documented in the release and reviewed by the Foundation's legal staff.
  • all Contribution Questionnaires have been completed.
  • the "provider" field of each plug-in is set to "Eclipse Modeling Project“.
  • the "copyright" field of each feature is set to the copyright owner (the Eclipse Foundation is rarely the copyright owner).
  • any third-party logos or trademarks included in the distribution (icons, help file logos, etc) have been licensed under the EPL.
  • any fonts or similar third-party images included in the distribution (e.g. in PDF or EPS files) have been licensed under the EPL.

The approved Xtext project IP log is located at http://www.eclipse.org/Xtext/ip_log/ip_log_2.0.0.pdf.

Project Plan

The current project plan is available from http://www.eclipse.org/projects/project-plan.php?projectid=modeling.tmf.xtext.

Draft development plan for Xtext 2.1 is not yet available.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.