Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Completin Proposal Recursion
Completin Proposal Recursion [message #649798] Thu, 20 January 2011 15:32 Go to next message
drew frantz is currently offline drew frantzFriend
Messages: 340
Registered: July 2009
Senior Member
I define a qualified name rule like so,

QualifiedName:
leftName=ID ('.' rightName=ID)?;

In the text editor when I invoke the completion proposal after the '.', the
method goes into an infinite loop. I am trying to figure how to debug
(either the grammar) or the provider, since my this is happening before my
completionProposalProvider gets hit.
Re: Completin Proposal Recursion [message #649830 is a reply to message #649798] Thu, 20 January 2011 17:05 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
Hi,

can you please post some more context / more of your grammar?

~Christian


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Completin Proposal Recursion [message #649953 is a reply to message #649798] Fri, 21 January 2011 07:53 Go to previous message
Sebastian Zarnekow is currently offline Sebastian ZarnekowFriend
Messages: 3118
Registered: July 2009
Senior Member
Hi Drew,

please file a ticket with a reproducable sample attached.

Thanks,
Sebastian
--
Need professional support for Eclipse Modeling?
Go visit: http://xtext.itemis.com

Am 20.01.11 16:32, schrieb drew:
> I define a qualified name rule like so,
>
> QualifiedName:
> leftName=ID ('.' rightName=ID)?;
>
> In the text editor when I invoke the completion proposal after the '.',
> the method goes into an infinite loop. I am trying to figure how to
> debug (either the grammar) or the provider, since my this is happening
> before my completionProposalProvider gets hit.
>
>
Previous Topic:Xtext/EMF cross-references to virtual/phantom resources
Next Topic:how to run the GMF integration example
Goto Forum:
  


Current Time: Wed Apr 24 18:46:56 GMT 2024

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

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

Back to the top