Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Reflexive contentassist
Reflexive contentassist [message #692941] Tue, 05 July 2011 14:07 Go to next message
Elhamlaoui Mahmoud is currently offline Elhamlaoui MahmoudFriend
Messages: 268
Registered: March 2010
Senior Member

I hop you could help me, what i try to do, is when i select for example c= option i could have the possibility to select a= in the list even if it comes before c.
Bn returns Bn:
		('a=' a=A)?
		('b=' b=B)?
		('c=' c=C)?
		('d=' d=D)?
		('e=' e=E)?
    ;



Any ideas how should i proceed?
Re: Reflexive contentassist [message #692944 is a reply to message #692941] Tue, 05 July 2011 14:11 Go to previous messageGo to next message
Alexander Nittka is currently offline Alexander NittkaFriend
Messages: 1193
Registered: July 2009
Senior Member
Hi,

use unordered groups, see the documentation.

Bn returns Bn:
('a=' a=A)? &
('b=' b=B)? &
('c=' c=C)? &
('d=' d=D)? &
('e=' e=E)?
;

Alex


Need training, onsite consulting or any other kind of help for Xtext?
Go visit http://xtext.itemis.com or send a mail to xtext@itemis.de
Re: Reflexive contentassist [message #692957 is a reply to message #692944] Tue, 05 July 2011 14:42 Go to previous message
Elhamlaoui Mahmoud is currently offline Elhamlaoui MahmoudFriend
Messages: 268
Registered: March 2010
Senior Member
Very Happy thinks Alexander
Previous Topic:ExecutableExtensionFactory#getBundle()
Next Topic:Bug in "align fields in columns" Formatter with inline comments
Goto Forum:
  


Current Time: Sat Apr 20 00:44:43 GMT 2024

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

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

Back to the top