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