Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Re: Need help with the eclipse standalone help
Re: Need help with the eclipse standalone help [message #611148] Wed, 16 April 2008 13:24
Eclipse UserFriend
Originally posted by: nospam_kowalskilee.gmail.com

Hi Jenny,

I'm adding the eclipse.platform.ua newsgroup to this thread.

That newsgroup includes a focus on the Eclipse help system, and folks
who hang out there might see ways to help you.

What do you mean by "tried to use the same href twice"? The hrefs in
your code snippet below look unique. Do you mean the same HTML file is
in two different toc.xml files?

I'm not sure that your displayHelpResource parameters are proper. Can
you describe what you expect to see displayed in the help system from
executing that command?

Best regards,
Lee Anne


Jenny wrote:
> Hi,
>
> I use the eclipse native help system and encountered a problem:
> i want to use a html page at two different places, but don't know how to
> do this.
>
> yet i tried to use the same href twice but the help don't show the right
> path and i tried link_toc but than he don't show the actual tree on the
> left; so neither one with satisfying success
>
> For Example:
>
> <toc label="gettingstarted" link_to="toc.xml#gettingstarted"> <topic
> label="maintopic" href="html/gettingstarted/maintopic.html"> </topic>
> <topic label="subtopic"> <link toc="tocreference.xml"/> </topic> </toc>
> <toc label="reference" link_to="toc.xml#reference"> <topic
> label="subtopic" href="html/reference/subtopic.html"> </topic> </toc>
>
> PlatformUI.getWorkbench().getHelpSystem().displayHelpResourc e( " toc=/HelpBook/tocgettingstarted.xml&topic=/HelpBook/html /reference/subtopic.html ");
>
> Can anybody help me?
>
>
Previous Topic:IntroURL action: how to run action AND closeintro part ?
Next Topic:Article on dynamic help
Goto Forum:
  


Current Time: Thu Apr 25 14:52:34 GMT 2024

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

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

Back to the top