Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » content assist for the certain position(like using index to state where to use the content assist)
content assist for the certain position [message #780637] Wed, 18 January 2012 20:33
Mokhtar Alshubei is currently offline Mokhtar AlshubeiFriend
Messages: 121
Registered: November 2011
Location: Germany
Senior Member
Hello,

maybe it is a simple question but i got stuck. assume i have these rules:
Rule: functor=ID '(' args = Args ')' '.' ;
Args:
ts+=Term(','ts+=Term)*
;


And i want to apply autocompletion for the rule Args but as it is a list, how can i let the proposals appear only for say the second argument????

Thank you.
Mokhtar
Previous Topic:Lexer too big
Next Topic:IResourceSetProvider
Goto Forum:
  


Current Time: Wed Apr 24 16:46:22 GMT 2024

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

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

Back to the top