Page 1 of 1

eclipse version extension points

Posted: Wed Oct 06, 2004 3:26 pm
by raghvendrasaboo
Is there any document giving details on the following extension points that the oXygen Eclipse plugin provides ?

<extension-point id="outlineDelimiters" name="Example extension point for Oxygen"/>
<extension-point id="contextMenuAdditions" name="Context menu additions"/>
<extension-point id="outlineMenuAdditions" name="Outline menu additions"/>
<extension-point id="toolbarActions" name="Actions for XML Editor toolbar"/>

Posted: Thu Oct 07, 2004 4:46 pm
by george
Hi,

We will try to have these documented in the oXygen Eclipse help/user guide for the next release.

Best Regards,
George

Posted: Tue Jul 26, 2005 5:40 pm
by JulienL
Hi,

I see there are still no examples for using your extension-point inside Eclipse in the user guide.

Would it be possible to post a small snipet here?

Thanks

Posted: Sun Jul 31, 2005 8:51 am
by george
Hi,

We uploaded a sample plugin that shows how to use these extension points. It is linked from the documentation page:
http://www.oxygenxml.com/documentation.html
See <oXygen/> Eclipse plugin extensions - example plugin at the bottom of the page.

Best Regards,
George

Posted: Sun Jul 31, 2005 3:55 pm
by JulienL
I'm going to look at it next week.

A big thanks to everybody who worked on this!