| [news.eclipse.helpwanted] Re: help contents |
Eclipse WebMaster (Denis Roy) wrote:
This is off-topic for this newsgroup (see below). Please post eclipse-related questions in the eclipse.newcomer or eclipse.platform newsgroups.
Thanks.
"Looking for developers who know the Eclipse environment? Looking for an employment where your Eclipse expertise can be an asset? Use this group to post "help wanted" ads where Eclipse plays an important role.
Please refrain from posting the same article more than once a week. Articles unrelated to Eclipse may be deleted without notice. "
vadim wrote:Hi, I am trying to attach Help im my Application, but it is't easy.
here I attach "Help Contents" to menubar
IAction fHelp = ActionFactory.HELP_CONTENTS.create(window); help.add(fHelp);
in plugin.xml Extensions
org.eclipse.ui.helpSupport
config is my class Help inherited from AbstractHelpUI
and then I haven't find a example. How I implement the methods:
displayHelp displayContext displayHelpResource isContextHelpDisplayed
to display help workbench.