WST 1.0 and CompoundContentAssistProcessor [message #157842] |
Tue, 24 January 2006 05:03  |
Eclipse User |
|
|
|
Originally posted by: michael.zend.com
Dear All,
Before WST 1.0 was released, I've used getContentAssistant(ISourceViewer
sourceViewer) method and:
setContentAssistProcessor(super.getContentAssistant(sourceVi ewer),
myContentAssistProcessor, MyPartitionTypes.MY);
For now, it's not possible to set my content assist processor directly,
but only via getContentAssistProcessors(..) method. As a result there's
a CompoundContentAssistProcessor, that holds my content assist processor.
The problem, is that CompoundContentAssistProcessor doesn't implement
IContextInformationPresenter (my content assist processor does), as a
result, the method ContentAssistant.getContextInformationPresenter(...)
always returns null, so I can't manage the presentation of arguments
hints after the completion.
Please advice me what can I do to fix it.
Thanks!
|
|
|
|
Powered by
FUDForum. Page generated in 0.03707 seconds