Add new menu

Are you missing a feature? Request its implementation here.
xephon
Posts: 140
Joined: Mon Nov 24, 2014 1:49 pm
Location: Greven/Germany

Add new menu

Post by xephon »

Hi,

I'd like to create a new menu, which is not tied to a specific framework, like "Help". This menu should always appear and not only when I'm editing a file of a specific type.

Thanks a lot
Stefan
stefan-jung.org – Your DITA/DITA-OT XML consultant
Radu
Posts: 9057
Joined: Fri Jul 09, 2004 5:18 pm

Re: Add new menu

Post by Radu »

Hi Stefan,

A framework can contribute only actions which appear when a certain type of XML document is opened.
If you want a menu which appears no matter what XML is opened, you will need to implement an Oxygen plugin using our Java API:
https://www.oxygenxml.com/doc/versions/ ... guide.html
we have a sample getting started plugin here:
https://github.com/oxygenxml/sample-plu ... ace-access

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply