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

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