Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » cursor position in autocompletion using tabs
cursor position in autocompletion using tabs [message #779891] Mon, 16 January 2012 18:53 Go to next message
Mokhtar Alshubei is currently offline Mokhtar AlshubeiFriend
Messages: 121
Registered: November 2011
Location: Germany
Senior Member
Hello,

Is there a way to make the cursor jump to first place when getting the proposals from content assist and then by pressing tab it jumps to next place like in java method paramaters????

Thanks
Mokhtar
Re: cursor position in autocompletion using tabs [message #780093 is a reply to message #779891] Tue, 17 January 2012 07:00 Go to previous message
Sebastian Zarnekow is currently offline Sebastian ZarnekowFriend
Messages: 3118
Registered: July 2009
Senior Member
Hi,

you have to use a specialized implementation of the ICompletionProposal
for that purpose. I'd recommend to extend the
ConfigurableCompletionProposal instead of writing one from scratch.

You may also want to file an enhancement request in the Xtext bugzilla.

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

Am 16.01.12 19:53, schrieb Xtexter:
> Hello,
>
> Is there a way to make the cursor jump to first place when getting the
> proposals from content assist and then by pressing tab it jumps to next
> place like in java method paramaters????
>
> Thanks
> Mokhtar
Previous Topic:Critical MWE2Launcher error
Next Topic:DSL with "private" sections
Goto Forum:
  


Current Time: Tue Apr 16 22:21:35 GMT 2024

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

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

Back to the top