xtext
Group outline nodes
I\'m developing an XTEXT 2.0 plugin. I\'d like to group some nodes inside my outline in a \"virtual\" node. Which is the right way to achieve this result?[详细]
2023-03-25 20:13 分类:问答XText2 adoption and migration
Does anyone here try to adopt xtext2 and migrate from xtext1.x to xtext2.开发者_如何学编程0? It seems xtext2 brings many new atractive features. Such as A Reusable Expression Language and Xtend: A Cod[详细]
2023-03-19 16:26 分类:问答Remove jdt dependencies from XTEXT 2.0 project
how can i remove JDT deperndencies from an XTEXT 2.0 project? I tried to follow the hints here (comment 11) but i didn\'t success in removing JDT dependencies.[详细]
2023-03-19 12:46 分类:问答What's the language used in this demo?
I just read the document of eclipse xtext, and found the language it uses is similar to java, but with a few differences:[详细]
2023-03-18 01:50 分类:问答java.lang.OutOfMemoryError: PermGen space in Eclipse Helios
I have created an Xtext plugin in eclipse. Every time I launch it as an \'Eclipse Application\' via the context menu, I 开发者_JS百科get a few moments grace before the new Eclipse instance crashes. I[详细]
2023-03-16 06:39 分类:问答Using XText to create a DSL for describing proprietary XML-formats
At the moment, I have to work with XACML. As there doesn\'t seem to be an editor to fit my needs, and as writing documents in it is a real pain, I wonder if I could not create some sort of DSL to make[详细]
2023-03-16 03:08 分类:问答Cross referencing dsl elements in xtext from a jar
I have a DSL written in xtext. Lets say the extension is dmodel. I have created a project with two files a.dmodel and b.model based on the DSL and various elements inside them are able to cro开发者_St[详细]
2023-03-02 16:16 分类:问答Translate ANTLR grammar into XText grammar: how to remove syntactic predicates
I\'m new to both Xtext and ANTLR. I need to translate an ANTLR (.g) grammar into an XTEXT (.xtext) grammar. In the ANTLR grammar there are syntactic predicates which are not supported by Xtext.[详细]
2023-02-27 01:19 分类:问答Editor generator for ANTLR grammars?
I\'m using ANTLR for creating a new general purpose programming language and I\'m quite happy with it.[详细]
2023-02-24 17:11 分类:问答Can Xtext be used for parsing general purpose programming languages?
I\'m currently developing a general-purpose agent-based programming language (its syntaxt will be somewhat inspired by Java, and we are also using object in this language).[详细]
2023-02-24 04:45 分类:问答