Dietmar Stoll's Blog
Wednesday, November 18, 2015
Convert Java snippets to Xtend with Ctrl-Shift-V
›
Xtend is a dialect of Java which compiles into Java source code. The Xtend-integration in the Eclipse IDE allows developers to work simulta...
1 comment:
Saturday, November 9, 2013
Default enum literals for Xtext generated EMF models
›
Xtext allows to easily build fully-fledged editors for domain specific languages (DSL) which are based on the Eclipse Modeling Framework (EM...
10 comments:
Thursday, April 11, 2013
Multiple Validators in Xtext
›
Early validation of domain specific languages (DSLs) and suggestions on how to fix these errors ('quickfixes') are key for a good ...
1 comment:
Tuesday, October 9, 2012
Clean Eclipse Preferences Tree with Multiple DSLs
›
As it is easy to build new domain specific languages (DSLs) with Xtext for Eclipse, enterprise projects may have multiple languages, which a...
Wednesday, July 18, 2012
Custom Syntax Error Messages with Quick Fix
›
Xtext editors for domain specific languages (DSLs) provide many error messages out of the box, such as syntactical errors, duplicate name er...
Sunday, August 14, 2011
Xtext Grammar Visualization
›
When developing EBNF-style grammars, e.g. for Xtext, syntax graphs can be a great help. One of the new features in Xtext 2 is the Xtext Syn...
Monday, February 7, 2011
Quickly formatting DSLs with Xtext
›
One typical task of developing new domain specific languages with Xtext is to customize the formatting in order to have a nice text layout. ...
›
Home
View web version