Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Providing more than one TOC Help entry per Plugin
Providing more than one TOC Help entry per Plugin [message #548455] Wed, 21 July 2010 22:10
Davi Baldin is currently offline Davi BaldinFriend
Messages: 4
Registered: March 2010
Junior Member
Hi all,

I'm using Eclipse help system as an Knowledge Base system.

My question is:

I want to provide more than one TOC entry in th Infocenter using only one plugin. I mean, every first entry (bold) in the Help Center is a TOC from a plugin but unfortunately, I cannot setup more than one TOC by plugin. Is this possible by the way? In this way, this code is not working:

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.help.toc">
<toc
file="toc.xml"
primary="true">
</toc>
<toc
file="toc2.xml">
</toc>
</extension>
</plugin>

If I deploy this plugin, none of this tocs show up.

Thanks all!

Davi

[Updated on: Wed, 21 July 2010 22:10]

Report message to a moderator

Previous Topic:Programmatically compare two files
Next Topic:Providing more than one TOC Help per Plugin
Goto Forum:
  


Current Time: Sat Apr 20 00:11:58 GMT 2024

Powered by FUDForum. Page generated in 0.03378 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top