Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Re: help contexts question
Re: help contexts question [message #609371] Tue, 05 February 2008 14:24
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
The newsgroup for Help-related discussion is eclipse.platform.ua; I'm
redirecting this thread to there.


Derek Morris wrote:
> Hi,
>
> Apologies if this is the wrong place to ask this question - I looked but
> couldn't find a better one.
>
> I am trying to define and use help contextIds across plugins. I have a
> single documentation plugin and wish to use helpContextIds from my other
> plugins.
>
> In my documentation plugin.xml I have defined:
> <extension
> point="org.eclipse.help.contexts">
> <contexts
> file="helpContexts.xml"
> plugin="com.mydocsplugin">
> </contexts>
> </extension>
>
> In the plugin.xml of another plugin, I have defined:
> <extension
> point="org.eclipse.help.contexts">
> <contexts
> file="helpContexts.xml"
> plugin="com.crt.docs">
> </contexts>
> </extension>
>
> But this doesn't work (I get a file not found warning for
> helpContexts.xml). In the manifest editor, the "Browse" for the file
> only shows files in this plugin and not in the docs plugin.
>
> I've read the docs, but there is very little detail. Can anybody point
> me in the right direction for solving this?
>
> Thanks
Previous Topic:How to add custom annotations?
Next Topic:General help documentation development question
Goto Forum:
  


Current Time: Mon Sep 23 20:50:07 GMT 2024

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

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

Back to the top