hiding workbench help [message #698489] |
Tue, 19 July 2011 10:52  |
Eclipse User |
|
|
|
I have tried many times to hide the help provided by org.eclipse.platform.doc.user and org.eclipse.cdt.doc.user but without success. My product plugin has plugin_customization.ini in its root with this line:
org.eclipse.help/HELP_DATA = helpData.xml
I know plugin_customization.ini is working because other preferences in this file are working. helpdata.xml is in the root of the product plugin next to the ini file and is as follows:
<?xml version="1.0" encoding="utf-8"?>
<extensions>
<tocOrder>
<toc id="/com.foo.bar.help.idde/toc.xml"/>
</tocOrder>
<hidden>
<toc id="/org.eclipse.platform.doc.user/toc.xml"/>
<toc id="/org.eclipse.jdt.doc.user/toc.xml"/>
<toc id="/org.eclipse.platform.doc.isv/toc.xml"/>
<toc id="/org.eclipse.jdt.doc.isv/toc.xml"/>
<toc id="/org.eclipse.pde.doc.user/toc.xml"/>
<toc id="/org.eclipse.cdt.doc.user/toc.xml"/>
</hidden>
</extensions>
Whatever I try, Workbench and C/C++ Help are displayed in the Help Contents.
Any help on this is appreciated.
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03907 seconds