Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 14:43 Go to next message
tp is currently offline tpFriend
Messages: 6
Registered: July 2009
Junior Member
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 15:22 Go to previous message
tp is currently offline tpFriend
Messages: 6
Registered: July 2009
Junior Member
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 15:22 Go to previous message
tp is currently offline tpFriend
Messages: 6
Registered: July 2009
Junior Member
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 24 22:17:50 GMT 2024

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

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

Back to the top