[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.ua] Re: Generating a ToC at run-time
|
- From: pts001@xxxxxxxxx (Peter Saunders)
- Date: Tue, 21 Jul 2009 14:18:10 +0000 (UTC)
- Newsgroups: eclipse.platform.ua
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Chris Goldthorpe wrote:
Yes, there is an API, see the tocProvider element in the extension point
org.eclipse.help.toc - see
http://help.eclipse.org/galileo/topic/org.eclipse.platform.doc.isv/reference/extension-points/org_eclipse_help_toc.html
I've tried implementing a tocProvider based on the example code at:
http://www.eclipse.org/eclipse/platform-ua/documents/providers_api.html
but this code does not build for Galileo without modification. When I add
the
missing methods, the "Hello World" ToC contribution does not appear.
I've also looked at the adapting code from the RoboHelp ToC contributor at:
http://tinyurl.com/mws4cn
but that doesn't build for Galileo either.
I note that other developers have also struggled with this. Does anyone
have
an example for Galileo based on the AbstractTocProvider class?
Peter Saunders