| [news.eclipse.platform] Re: SimpleContentProposalProvider with LabelProvider gives a wrong proposal text |
Remy Chi Jian Suen wrote:
Kirill Zotkin wrote:but it is not quite right, isn't it?
and i suggest to add this code to SimpleContentProposalProvider:
private IContentProposal makeContentProposal(final String proposal) { return new IContentProposal() { ... public String toString() { return proposal; } }; }
Please file an enhancement request at bugzilla. http://bugs.eclipse.org/bugs/
Remy
https://bugs.eclipse.org/bugs/show_bug.cgi?id=258412
Kurill