Usage of AbstractContentExtensionProvider and IHelpContentProducer together [message #730008] |
Tue, 27 September 2011 09:20  |
Eclipse User |
|
|
|
I try to provide help content for a complex application and the content of the help is highly dynamic and a mix off static pages, extensions, replacements and dynamicly created content. For this reason I use my own implementations of AbstractTocProvider, AbstractContentExtensionProvider and IHelpContentProducer which are registered via the corresponding extension points.
My problem is, that I need to create the content of a content extensions (IContentExtensions created by an AbstractContentExtensionProvider) dynamicly via a IHelpContentProducer, but my content producer is not ask for the content of the content extensions.
I know, that content producers are registered per plug-in and only work within the plug-in scope. Therefore I use a binding and the producer is called for help pages but not for content extensions.
So, I am not sure what I am doing wrong and thankful for any help.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03699 seconds