Skip to main content



      Home
Home » Modeling » TMF (Xtext) » Reflexive contentassist
Reflexive contentassist [message #692941] Tue, 05 July 2011 10:07 Go to next message
Eclipse UserFriend

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 10:11 Go to previous messageGo to next message
Eclipse UserFriend
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
Re: Reflexive contentassist [message #692957 is a reply to message #692944] Tue, 05 July 2011 10:42 Go to previous message
Eclipse UserFriend
Very Happy thinks Alexander
Previous Topic:ExecutableExtensionFactory#getBundle()
Next Topic:Bug in "align fields in columns" Formatter with inline comments
Goto Forum:
  


Current Time: Wed Jul 02 02:38:17 EDT 2025

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

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

Back to the top