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 "VIATRA/Releases/Query/NewAndNoteWorthy0.8"

(Created page with "== New and Noteworthy - EMF-IncQuery 0.8.0 == === Updated project structure === The generated pattern matcher code has been greatly updated, making the code base more future...")
 
Line 8: Line 8:
  
 
==== Eclipse-less query execution ====
 
==== Eclipse-less query execution ====
Documentation and testing needed
+
* Documentation and testing needed
 +
* Maven builder for EMF-IncQuery projects
 +
 
 +
==== New language feature: expression evaluation ====
 +
The 'eval' keyword of the language allows the definition variables with the values of expressions.
  
 
==== Xtext 2.5 compatibility ====
 
==== Xtext 2.5 compatibility ====
The code base is compatible with both Xtext 2.4 and 2.5.
+
The code base is compatible with both 2.4 and 2.5. Currently, only 2.5-compatible builds are created.
  
 
=== IncQuery Viewers ===
 
=== IncQuery Viewers ===
Line 18: Line 22:
 
* with configurable pattern list, and
 
* with configurable pattern list, and
 
* the capability to open multiple viewers concurrently
 
* the capability to open multiple viewers concurrently
 +
 +
And lot of small fixes: https://bugs.eclipse.org/bugs/buglist.cgi?list_id=9328289&product=Incquery&query_format=advanced&version=0.8.0&version=0.8.x

Revision as of 09:31, 10 June 2014

New and Noteworthy - EMF-IncQuery 0.8.0

Updated project structure

The generated pattern matcher code has been greatly updated, making the code base more future proof. However, these changes require some updates of existing code. For details, see migration guide.

The most important new features supported by this new version are described here.

Eclipse-less query execution

  • Documentation and testing needed
  • Maven builder for EMF-IncQuery projects

New language feature: expression evaluation

The 'eval' keyword of the language allows the definition variables with the values of expressions.

Xtext 2.5 compatibility

The code base is compatible with both 2.4 and 2.5. Currently, only 2.5-compatible builds are created.

IncQuery Viewers

The Viewers Sandbox view has been extended

  • with configurable pattern list, and
  • the capability to open multiple viewers concurrently

And lot of small fixes: https://bugs.eclipse.org/bugs/buglist.cgi?list_id=9328289&product=Incquery&query_format=advanced&version=0.8.0&version=0.8.x

Back to the top