[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.ua] Re: Is there any way filter some primary help tocs?

I don't think you can provide an action that will open the Help system with only certain TOCs showing, but I could be mistaken.

You could certainly provide an action that opens a specific help page (such as your top level help document). But the other TOCs will still be showing. Check out HelpContentsAction and IWorkbenchHelpSystem for starting points.

Regards,
Ben

Jiyul wrote:
Thanks for reply.

Our product is deployed as plugin, So I don't want to filter other tocs all the times. I just want we can let our user can see only our TOC contents when they selected specific menu.

Ben Vitale wrote:
You can filter out undesirable TOCs using the HELP_DATA file. Does that help you at all?

http://help.eclipse.org/ganymede/topic/org.eclipse.platform.doc.isv/guide/ua_help_setup_preferences.htm


Otherwise please elaborate further on your scenario.

Regards,
Ben

Jiyul wrote:
I needs to show just only our help contents by some menu. And I want to use eclipse information system. but show help command does not have a parameter to do it.

any idea?