Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Custom modules help generation

Hi Serge,


for a different format you would need to adapt the doclet to your needs. It is available on the ease.core repository:

http://git.eclipse.org/c/ease/org.eclipse.ease.core.git/tree/developers/org.eclipse.ease.helpgenerator


HTML creation happens here:

http://git.eclipse.org/c/ease/org.eclipse.ease.core.git/tree/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/HTMLWriter.java


In case you change the output, you should also have a look at

http://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


Here we extract data from the generated html pages to display tooltips for the Module Explorer view. Changing the html structure might break the tooltip generator.


Christian



On 24.11.2017 12:22, Serge Lamikhov-Center wrote:
Works like a charm!
Thank you!

One more, low priority, question:
In the help system, Unittest module's help looks like having a different CSS - method parameters are organized in a table. I like this presentation more. Is there a way for me to generate in the similar format?

Serge



_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ease-dev


Back to the top