Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to get selected ICompletionProposal, mouse event problem
How to get selected ICompletionProposal, mouse event problem [message #50635] Tue, 17 March 2009 10:43 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 #50807 is a reply to message #50635] Wed, 18 March 2009 11:22 Go to previous message
Eclipse UserFriend
work around for this is to use ICompletionProposal.apply
( http://www.eclipse.org/newsportal/post.php?type=reply&id =1269&group=eclipse.platform.pde)
Re: How to get selected ICompletionProposal, mouse event problem [message #593355 is a reply to message #50635] Wed, 18 March 2009 11:22 Go to previous message
Eclipse UserFriend
work around for this is to use ICompletionProposal.apply
( http://www.eclipse.org/newsportal/post.php?type=reply&id =1269&group=eclipse.platform.pde)
Previous Topic:How to define a "garage"-folder?
Next Topic:Shared target platform, debugging, and multiple dev platforms
Goto Forum:
  


Current Time: Wed Apr 30 08:52:42 EDT 2025

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

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

Back to the top