Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » WST 1.0 and CompoundContentAssistProcessor
WST 1.0 and CompoundContentAssistProcessor [message #157842] Tue, 24 January 2006 10:03 Go to next message
Eclipse UserFriend
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!
Re: WST 1.0 and CompoundContentAssistProcessor [message #157850 is a reply to message #157842] Tue, 24 January 2006 10:40 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Michael Spector wrote:
> Please advice me what can I do to fix it.
Please open an enhancement request against the SSE component:
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Web%20To ols&component=wst.sse

--
- Nitin


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Could not load the Tomcat server configuration
Next Topic:DOM level 3
Goto Forum:
  


Current Time: Tue Apr 23 09:06:07 GMT 2024

Powered by FUDForum. Page generated in 0.03613 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top