xtext
Xtext 2.0 maven or ant project
I want to build my own xtext 2.0 project from command line. Could anybody share开发者_运维知识库 real working xtext 2.0 maven pom.xml or ant build.xml file?do you know http://code.google.com/a/eclipse[详细]
2023-04-12 10:01 分类:问答Does XText require minimum versions of Eclipse or Java
While I can just try and run it and see if it fails I may not know if some internals will fail at inopportune times does anyone kn开发者_如何学Goow if specific versions of java or eclipse are needed?I[详细]
2023-04-06 14:38 分类:问答XText in a RCP product
we want to provide the users of our RCP product with a textual editor for our model. Accordingly, we created an EMF model and a XText grammar. The problem is that our RCP app does not the Eclipse IDE\[详细]
2023-04-06 00:12 分类:问答How create dialects with XText
The project I\'m working on has a custom file format, with a pre-defined structure. The structure is really simple and generic (and I cannot change it): it is composed by (nested) commands and typed p[详细]
2023-04-05 05:00 分类:问答Is there a standard way for creating an xml-based markup language? Similar to mxml
Are there any tools or references out there for creating an xml-ba开发者_如何学JAVAsed markup language? I\'m mainly interested in the process for creating a markup language.[详细]
2023-04-04 02:39 分类:问答Generate names for nested element
I have a grammar like this: Entity: \'entity\' name=ID \'{\' (properties+=Property)* (revision=Revision)?[详细]
2023-03-31 17:23 分类:问答How to Add Legal Syntax to Language in Eclipse
I\'ve seen similar questions to this on StackOverflow regarding adding highlighting to a language, but what I\'m concerned with is getting Eclipse (I\'m guessing xtext?) to stop marking certain syntax[详细]
2023-03-31 07:38 分类:问答How to include an Xtext generated editor on an Eclipse property page?
I\'m trying to include a textual editor for my DSL, which I generated using Xtext, on a property page within an Eclipse RCP application.[详细]
2023-03-30 20:10 分类:问答Xtext: grammar for language with significant/semantic whitespace
How can I use Xtext to parse languages with semantic whitespace? I\'m trying to write a grammar for CoffeeScript and I can\'t f开发者_如何学运维ind any good documentation on this.Here\'s an example wh[详细]
2023-03-30 11:13 分类:问答Own DSL with XText. Problem with unlimited brackets ("(", ")")
I am developing my own DSL in XText. I want do som开发者_StackOverflow社区ething like this: 1 AND (2 OR (3 OR 4))[详细]
2023-03-29 04:02 分类:问答