[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: How to get selected ICompletionProposal, mouse event problem

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)?