[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ease-dev] Fault-finding popup help
|
Thanks for that support Christian,
after working through the examples again and again we realised that we
weren't providing unique "id" values for each new "module" extensions.
That resulted in them getting over-written each time.
I hope this helps someone in the future :-)
Thanks again,
Ian
> Date: Wed, 19 Dec 2018 13:20:34 +0000
> From: <Christian.Pontesegger@xxxxxxxxxxxx>
> To: <ease-dev@xxxxxxxxxxx>
> Subject: Re: [ease-dev] Fault-finding popup help
> Message-ID: <f0a757ebb86844a6b513b4636744bbb6@xxxxxxxxxxxx>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Ian,
>
> first a good option to create inline help is a maven build. You could check
> out
> https://git.eclipse.org/c/ease/org.eclipse.ease.modules.git/tree/releng/org.eclipse.ease.modules.releng/pom.xml
> (the module-docs profile inside)
> How it is done for ease modules on eclipse servers.
>
> An entry point where we retrieve help content can be found here:
> https://git.eclipse.org/c/ease/org.eclipse.ease.core.git/tree/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ModuleHelp.java
>
>
> HTH
> Christian
>
>
>
> -----Original Message-----
> From: ease-dev-bounces@xxxxxxxxxxx <ease-dev-bounces@xxxxxxxxxxx> On Behalf Of
> Ian Mayo
> Sent: Mittwoch, 19. Dezember 2018 12:42
> To: ease-dev@xxxxxxxxxxx
> Subject: [ease-dev] Fault-finding popup help
>
> We've produced a set of ease modules, and are now getting the hang of writing
> scripts.
>
> But, before the capability is ready to present to the users, we need to
> implement popup help from the module explorer, as the attached screenshot
> shows for the core modules.
>
> We've got the custom scriptlet running. It's producing an html page, an xml
> document, and it's modifying the plugin.xml to reference the new table of
> contents.
>
> Can anyone point me to the code where the Module Explorer retrieves the help
> to show in the popup?
>
> I'd like to fault-find where its failing to find the content.
>
> Thanks,
> Ian