Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » IHelpContentProducer implementation(How to keep the standard top navigation links?)
IHelpContentProducer implementation [message #885316] Tue, 12 June 2012 19:49 Go to next message
Peter Dell is currently offline Peter DellFriend
Messages: 12
Registered: September 2011
Junior Member
I have implemented an own AbstractTocProvider and a related IHelpContentProducer which reads contents from files or generates them dynamically. It all work fine, expect that I cannot find a way to keep the standard link navigation path in the content pane. Is there any re-use component/method/class/configuration to get it?
index.php/fa/10282/0/

[Updated on: Tue, 12 June 2012 19:49]

Report message to a moderator

Re: IHelpContentProducer implementation [message #886282 is a reply to message #885316] Thu, 14 June 2012 16:07 Go to previous message
Peter Dell is currently offline Peter DellFriend
Messages: 12
Registered: September 2011
Junior Member
Found a way to achieve this by debugging the help plugin:

The URL path for the resource in the TOC/Topc for the resource to returned by the IHelpContentProducer must end with ".htm" or ".html", so the content type is detected correctly as "HTML". If this is the case, content filtes of the help applet will automaticaly add the navigation breadcrumbs.

index.php/fa/10303/0/

[Updated on: Thu, 14 June 2012 16:09]

Report message to a moderator

Previous Topic:Building dynamic context menus using Eclipse Commands
Next Topic:Is there a trace log view?
Goto Forum:
  


Current Time: Thu Apr 25 04:19:39 GMT 2024

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

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

Back to the top