Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] TOC spanning multiple plugins

If you are talking about advanced help search dialog, it allows
selecting/deselecting top level books, not plugins, and distributing TOC
among different plugins should not make any difference.

Konrad Kolosowski
Eclipse Help System



                                                                                                                                              
                      "Mark Ayad"                                                                                                             
                      <mark@xxxxxxxxxxxx>             To:       <platform-help-dev@xxxxxxxxxxx>                                               
                      Sent by:                        cc:                                                                                     
                      platform-help-dev-admin@        Subject:  Re: [platform-help-dev] TOC spanning multiple plugins                         
                      eclipse.org                                                                                                             
                                                                                                                                              
                                                                                                                                              
                      10/16/2002 03:28 PM                                                                                                     
                      Please respond to                                                                                                       
                      platform-help-dev                                                                                                       
                                                                                                                                              
                                                                                                                                              



Thanks,

I will also need to create a plugin.xml file specifying the default toc.xml

The reason why I'm doing this is to group like documents with like which
allows you to narrow the searches, using the advanced feature plugin select
/ deselect.

Mark


----- Original Message -----
From: <konradk@xxxxxxxxxx>
To: <platform-help-dev@xxxxxxxxxxx>
Sent: Wednesday, October 16, 2002 9:10 PM
Subject: Re: [platform-help-dev] TOC spanning multiple plugins


> Mark,
>
> Your dummy plug-in would need a TOC that link other TOCs.  For example:
> <toc label="All the com docs">
>       <link toc="../com.simple.doc/toc.xml" />
>       <link toc="../com.medium.doc/toc.xml" />
>       <topic label="Advanced stuff">
>             <link toc="../com.advanced.doc/toc.xml" />
>       </topic>
> </toc>
>
> Please read "Building nested documentation structures" in on line
> documentation (type this title into search to find it).
>
> Konrad Kolosowski
> Eclipse Help System
>
>
>
>
>                       "Mark Ayad"
>                       <mark@xxxxxxxxxxxx>             To:
<platform-help-dev@xxxxxxxxxxx>
>                       Sent by:                        cc:
>                       platform-help-dev-admin@        Subject:
[platform-help-dev] TOC spanning multiple plugins
>                       eclipse.org
>
>
>                       10/16/2002 02:53 PM
>                       Please respond to
>                       platform-help-dev
>
>
>
>
>
> Hi,
>
> I was just wondering if You can define a TOC in say a dummy plugin which
> sans multiple TOC files contained in other plugin directories ?
>
> eg:
>
> com.simple.doc
>                     |
>                     toc.xml
> com.medium.doc
>                     |
>                     toc.xml
> com.advanced.doc
>                     |
>                     toc.xml
> com.all.docs
>                     |
>                     + add all toc here ?
>
> Mark
>
> _______________________________________________
> platform-help-dev mailing list
> platform-help-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-help-dev
>
>
>
> _______________________________________________
> platform-help-dev mailing list
> platform-help-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-help-dev
>

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






Back to the top