Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Removing Help book "Workbench User Guide" from help
Removing Help book "Workbench User Guide" from help [message #555094] Wed, 25 August 2010 12:38 Go to next message
Geejay is currently offline GeejayFriend
Messages: 160
Registered: February 2010
Senior Member
Can someone tell me how I could possibly remove the "Workbench User Guide"
that appears when I open up help in my RCP app? I only want to display my
own contributed Help content.
Re: Removing Help book "Workbench User Guide" from help [message #555324 is a reply to message #555094] Thu, 26 August 2010 10:21 Go to previous message
Matthias is currently offline MatthiasFriend
Messages: 45
Registered: August 2010
Member
You have to create an plugin_customization.ini on client side. Bind it to your application and use this:
org.eclipse.help/HELP_DATA=helpData.xml

http://help.eclipse.org/helios/topic/org.eclipse.platform.do c.isv/guide/ua_help_setup_help_data.htm

<extensions>
<tocOrder>
<toc id="/your/plugin/toc.xml" />
</tocOrder>
<hidden>
<toc id="/org.eclipse.platform.doc.user/toc.xml" />
</hidden>
</extensions>

Works for me!
Re: Removing Help book "Workbench User Guide" from help [message #624403 is a reply to message #555094] Thu, 26 August 2010 10:21 Go to previous message
Matthias is currently offline MatthiasFriend
Messages: 45
Registered: August 2010
Member
You have to create an plugin_customization.ini on client side. Bind it to your application and use this:
org.eclipse.help/HELP_DATA=helpData.xml

http://help.eclipse.org/helios/topic/org.eclipse.platform.do c.isv/guide/ua_help_setup_help_data.htm

<extensions>
<tocOrder>
<toc id="/your/plugin/toc.xml" />
</tocOrder>
<hidden>
<toc id="/org.eclipse.platform.doc.user/toc.xml" />
</hidden>
</extensions>

Works for me!
Previous Topic:Where is Eclipse Help content stored?
Next Topic:Eclipse help system Jasper, Jetty errors on startup
Goto Forum:
  


Current Time: Thu Apr 25 16:29:10 GMT 2024

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

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

Back to the top