Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Auto-Completion cross-reference from a non-xtext model
Auto-Completion cross-reference from a non-xtext model [message #1809572] Thu, 18 July 2019 10:50 Go to next message
Martin BREUNEVAL is currently offline Martin BREUNEVALFriend
Messages: 17
Registered: July 2019
Junior Member
Hello everybody, first i need to say i'm a bit of a newbie in DSLs and especially in Xtext.

So here's the problem:
I have a working xtext model for a type of file *.it. What i need to deal with is this part of the whole grammar:
AddStatement: 'add' addName=package'with' fields=FieldList;
.

It is used to handle .it files that contains Statements like this one :

add  aPackage with
xxx = 'something',
yyy= 'otherValue',
zzz= 'blabla',
Re: Auto-Completion cross-reference from a non-xtext model [message #1809585 is a reply to message #1809572] Thu, 18 July 2019 14:56 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
hi, what is your actual question?

Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:Content Assist not working for Cross Reference
Next Topic:Absolute Beginner
Goto Forum:
  


Current Time: Thu Apr 25 14:08:51 GMT 2024

Powered by FUDForum. Page generated in 0.03149 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top