Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Disable Help Topics in rcp application
Disable Help Topics in rcp application [message #663791] Wed, 06 April 2011 14:06 Go to next message
Missing name Missing name is currently offline Missing name Missing nameFriend
Messages: 10
Registered: April 2010
Junior Member
hi all,
i have rcp application which has a dependency to platform and jdt. If i hit F1 the Help System appears and my problem is, that there is not only "My Help". I can find
- Workbench User Guide
- Java development user guide
- Plug-in development environment guide
- My Help

How can i disable (delete) the not needed Help toc's? I find a way to hide the toc's if i specify a helpData.xml containing all not needed toc's in the hidden entity but the Help "Search" can find all of them.

I played around with
<extension
point="org.eclipse.ui.activities">
<activityPatternBinding
activityId="com.wamas.test"
isEqualityPattern="false"
pattern=".*org\.eclipse\..*doc\.user.*">
</activityPatternBinding>
</extension>

but this have no effect! What's my problem. The whole Help System (Search, Related Topics ...) should only know "My Help" nothing more. Can anybody help me?
Re: Disable Help Topics in rcp application [message #689784 is a reply to message #663791] Tue, 28 June 2011 11:13 Go to previous messageGo to next message
Timotei Mising name is currently offline Timotei Mising nameFriend
Messages: 89
Registered: March 2010
Member
I think you are including the JDT part that contains the Help. Get rid of that, and you'll have just your help.

You could hide however some of them using activities:
http://www.vogella.de/blog/2009/07/13/eclipse-activities/

Re: Disable Help Topics in rcp application [message #1823234 is a reply to message #663791] Mon, 23 March 2020 11:17 Go to previous messageGo to next message
Veerababu  Maragani is currently offline Veerababu MaraganiFriend
Messages: 21
Registered: June 2019
Junior Member
How can we disable (delete) the not needed Help toc's .
Actually i have my help with number of versions, i want to display only one version by filtering the help tocs .

Can you please provide me the steps .
Re: Disable Help Topics in rcp application [message #1855916 is a reply to message #1823234] Wed, 09 November 2022 15:49 Go to previous message
Boris Brodski is currently offline Boris BrodskiFriend
Messages: 112
Registered: July 2009
Senior Member
Have you managed to hide unneeded help entries?
Could you please share the solution? Thank you :)
Previous Topic:Images missing in Eclipse IDE
Next Topic:Eclipse RCP with Lombok and/or MapStruct ?
Goto Forum:
  


Current Time: Tue Apr 23 17:49:43 GMT 2024

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

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

Back to the top