Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to customize help topics in org.eclipse.help plugin?
How to customize help topics in org.eclipse.help plugin? [message #259488] Thu, 08 July 2004 07:17 Go to next message
Eclipse UserFriend
Originally posted by: gkaviyarasu.crimsonlogic.co.in

Hi,
I've developed one plugin to call the workbench help support. I used
org.eclipse.help.toc extension point in my plugin. And i call this plugin
when a menu is clicked. I call the following code snippet in run method of
my action class.

That plugin opens the help and i m getting my help topics appended to the
workbench help.

Here is the code to call the workbenchhelp:
------------------------------------------------------------ -
WorkbenchHelp.displayHelp();
------------------------------------------------------------ -

My Question is:

Is it possible to remove some in-built help topics from the workbench
help?
I needed this to display ONLY my project related help contents, not
cluttered with eclipse help.

Thanks in advance,
Regards
Kaviyarasu.
Re: How to customize help topics in org.eclipse.help plugin? [message #259785 is a reply to message #259488] Thu, 08 July 2004 16:33 Go to previous message
Konrad Kolosowski is currently offline Konrad KolosowskiFriend
Messages: 243
Registered: July 2009
Senior Member
Either remove unwanted documentation plug-ins from you product, or do not
add them if building on top of RCP.
Another solution is to define map plug-ins Eclipse .*.doc.* plug-ins to
disabled UI capabilties.
Konrad

"Ganapathy Kaviyarasu" <gkaviyarasu@crimsonlogic.co.in> wrote in message
news:ccise8$4en$1@eclipse.org...
> Hi,
> I've developed one plugin to call the workbench help support. I used
> org.eclipse.help.toc extension point in my plugin. And i call this plugin
> when a menu is clicked. I call the following code snippet in run method of
> my action class.
>
> That plugin opens the help and i m getting my help topics appended to the
> workbench help.
>
> Here is the code to call the workbenchhelp:
> ------------------------------------------------------------ -
> WorkbenchHelp.displayHelp();
> ------------------------------------------------------------ -
>
> My Question is:
>
> Is it possible to remove some in-built help topics from the workbench
> help?
> I needed this to display ONLY my project related help contents, not
> cluttered with eclipse help.
>
> Thanks in advance,
> Regards
> Kaviyarasu.
>
Previous Topic:Java files not getting compiled. Eclipse 3.0
Next Topic:Eclipse won't start: "No application id has been found"
Goto Forum:
  


Current Time: Thu Dec 26 14:00:39 GMT 2024

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

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

Back to the top