Use this tag to ask about Eclipse Xtext which is a framework for developing domain specific or general purpose programming languages.
I have created an Xtext plugin in eclipse. Every time I launch it as an 'Eclipse Application' via the context …
eclipse out-of-memory helios xtextI'm working on a Java project in eclipse. Trying to open a file through Ctrl+Mouse click, I got a …
java xtext eclipse-junoI have used Eclipse Xtext in several projects. I loved the ease of defining a grammar over an Ecore (meta)…
dsl eclipse-emf xtext mpsWhen I run my JUnit Plug-in test I keep getting a java.lang.NoClassDefFoundError. Here are some missing bundles but …
java eclipse junit eclipse-plugin xtextI'm looking for an example (in XText) of how to implement code completion on an user defined objects members. As …
scope dsl xtextI get many "Unknown property" warnings in my css files. This might be due to the fact that I have …
css eclipse validation xtext efxclipseHow is operator precedence implemented in ANTLR? I'm using the XText/Antlr package at the moment. Edit: I did what …
compiler-construction antlr xtextI'm totally new to XText. When you define a grammar using XText you could specify a second grammar and use …
eclipse eclipse-plugin grammar xtext