Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » IHelpContentProducer implementation(How to keep the standard top navigation links?)
IHelpContentProducer implementation [message #885316] Tue, 12 June 2012 15:49 Go to next message
Eclipse UserFriend
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 15:49] by Moderator

Re: IHelpContentProducer implementation [message #886282 is a reply to message #885316] Thu, 14 June 2012 12:07 Go to previous message
Eclipse UserFriend
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 12:09] by Moderator

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


Current Time: Sat Jul 05 03:49:59 EDT 2025

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

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

Back to the top