[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Need help with the eclipse standalone help

Yay!

Jenny, thanks for posting that it works for you now. I was just about to do an experiment myself. Your message below saved me some time now. :-)

Lee Anne

Jenny wrote:
I forget to add the right header...
It works now.

Jenny


Jenny wrote:

Hi again,

I try and try it and it don't work...
What I tried so far:
-I changed my html pages to xhtml pages.
-one new includes.xhtml file with:
   <p id="copy">
      Copyright 2006 My Company. All rights reserved.
  </p>
-in another xhtml file:
    <include path="plugin/html/path/includes.xhtml/copy"/>
-added extension point org.eclipse.help.contentProducer
   and bound org.eclipse.help.dynamic
   with my own written producer: help.dynamicTopic
-added extension point org.eclipse.help.base.luceneSearchParticipants
   and bound org.eclipse.help.base.xhtml

The help didn't make the include...
Did I forget something?
I use eclipse 3.3

Jenny