Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Fault-finding popup help

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

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top