| Disable Help Topics in rcp application [message #663791] |
Wed, 06 April 2011 10:06  |
Eclipse User |
|
|
|
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?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03509 seconds