Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-help-dev] Controlling order of top level 'books' in help/infocenter

Thanks for the information and for letting me know about eclipse.platform. To all of you who have designed and coded eclipse's help system, a huge thank you! It's a thing of beauty.

David

-----Original Message-----
From: Dan Scott [mailto:dan.scott@xxxxxxxxxx]
Sent: Wednesday, October 01, 2003 10:06 AM
To: platform-help-dev@xxxxxxxxxxx
Subject: Re: [platform-help-dev] Controlling order of top level 'books'
in help/infocenter

You can use the org.eclipse.help/baseTOCs attribute in the
plugin_customization.ini file of your primary feature to organize the top
level 'books' in the toc pane; just use a comma-delimited list of the TOC
XML files you want ikn the order you want.

For example:

org.eclipse.help/baseTOCS=/plugin-name/toc.xml, \
    /plugin2-name/toc2.xml

FYI, this list is really meant for development (design and coding)
discussions; the eclipse.platform newsgroup at
http://eclipse.org/newsgroups/index.html is the appropriate place to ask
about how to make use of the help system technology.

Dan



                                                                                                                                              
                      "David Cramer (Tech                                                                                                     
                      Pubs)"                          To:       <platform-help-dev@xxxxxxxxxxx>                                               
                      <dcramer@xxxxxxxxxx>            cc:                                                                                     
                      Sent by:                        Subject:  [platform-help-dev] Controlling order of top level 'books' in help/infocenter 
                      platform-help-dev-admin@                                                                                                
                      eclipse.org                                                                                                             
                                                                                                                                              
                                                                                                                                              
                      01/10/2003 10:53 AM                                                                                                     
                      Please respond to                                                                                                       
                      platform-help-dev                                                                                                       
                                                                                                                                              



I'm probably being dense, but I haven't figured out how to control the
order of top level 'books' in the toc pane.


Thanks,
David



_______________________________________________
platform-help-dev mailing list
platform-help-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-help-dev


Back to the top