Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Create help toc plugin(Why isn't my toc showing in the help panel?)
Create help toc plugin [message #491224] Tue, 13 October 2009 16:54
No real name is currently offline No real nameFriend
Messages: 3
Registered: October 2009
Junior Member
Hi,

I'm trying to create a custom documentation plugin. What I have now:

- plugin.xml
- content.xml
- helpfiles/

These files are in a directory in the plugins/ folder. The plugin.xml is the following:
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin name="Custom docs" id="custom.docs" provider-name="Custom docs">
<extension
point="org.eclipse.help.toc">
<toc
primary="true"
file="content.xml"/>
</extension>
</plugin>

content.xml is according to the documentation and the helpfiles dir contains the actual html files.

Is there something else I have to do to make my helpfiles show up in the help panel?

Thanks!

[Updated on: Tue, 13 October 2009 16:55]

Report message to a moderator

Previous Topic:Tracking plugin loading errors?
Next Topic:[CVS] file has been added but not commited
Goto Forum:
  


Current Time: Fri Apr 19 22:34:47 GMT 2024

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

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

Back to the top