Skip to main content



      Home
Home » Newcomers » Newcomers » How to get selected ICompletionProposal, mouse event problem
How to get selected ICompletionProposal, mouse event problem [message #269438] Tue, 17 March 2009 10:21 Go to next message
Eclipse UserFriend
Hi
I'm writing content assist for my editor.I need to know which
ICompletionProposal was selected by user. There is
ContentAssistant.addCompletionListener(ICompletionListener) and it work ok
when you use keyboard but when you select proposal using mouse then
ICompletionListener.selectionChanged is not fired. How can I get selected
ICompletionProposal from ContentAssistant (i need whole
ICompletionProposal not only text)?
Re: How to get selected ICompletionProposal, mouse event problem [message #269442 is a reply to message #269438] Tue, 17 March 2009 10:47 Go to previous messageGo to next message
Eclipse UserFriend
This should be moved to platform forum.
Ray

tp wrote:
> Hi
> I'm writing content assist for my editor.I need to know which
> ICompletionProposal was selected by user. There is
> ContentAssistant.addCompletionListener(ICompletionListener) and it work
> ok when you use keyboard but when you select proposal using mouse then
> ICompletionListener.selectionChanged is not fired. How can I get
> selected ICompletionProposal from ContentAssistant (i need whole
> ICompletionProposal not only text)?
>
>
Re: How to get selected ICompletionProposal, mouse event problem [message #269467 is a reply to message #269442] Tue, 17 March 2009 12:26 Go to previous messageGo to next message
Eclipse UserFriend
I moved it to eclipse.platform.pde
Re: How to get selected ICompletionProposal, mouse event problem [message #269627 is a reply to message #269467] Fri, 20 March 2009 04:09 Go to previous message
Eclipse UserFriend
tp wrote:
> I moved it to eclipse.platform.pde
ContentAssistant is not from PDE. The problem is not just when using the
mouse but also when using the keyboard with the proposal list having
focus. Please file a bug report against Platform Text.

Dani
Previous Topic:Java projects disappearing
Next Topic:connectivity from project folders to CVS.
Goto Forum:
  


Current Time: Sat May 10 18:59:12 EDT 2025

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

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

Back to the top