eclipse version extension points

Are you missing a feature? Request its implementation here.
raghvendrasaboo

eclipse version extension points

Post 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"/>
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi,

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

Best Regards,
George
JulienL
Posts: 2
Joined: Tue Jul 26, 2005 5:38 pm

Post 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
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
JulienL
Posts: 2
Joined: Tue Jul 26, 2005 5:38 pm

Post by JulienL »

I'm going to look at it next week.

A big thanks to everybody who worked on this!
Post Reply