Support Scripting Languages for plugins

Are you missing a feature? Request its implementation here.
newt
Posts: 38
Joined: Mon Jun 11, 2007 5:12 pm
Location: London
Contact:

Support Scripting Languages for plugins

Post by newt »

We (LexisNexis) are beginning to use oXygen more and more. However, we are only currently using it for the XML architects and engineers within the company. Our editors are all working in Arbortext Epic. The primary reason for this is that it has a high level embedded language for customisation. The requirement that any reasonably complex extension to oXygen (such as a dialog box) requires a Java developer limits the usability of oXygen.

Were oXygen to support plugin development in a higher level language (perhaps Lua or Javascript) we think that the use of oXygen in corporate environments like ours would definitely be higher. Perhaps something like the approach taken with ScriptCraft (minecraft mod development in Javascript via Rhine) could be done.

thanks

nic gibson (lead content architect @ lexisnexis)
Director, Corbas Consulting
XML and eBook consultancy and training
Radu
Posts: 9434
Joined: Fri Jul 09, 2004 5:18 pm

Re: Support Scripting Languages for plugins

Post by Radu »

Dear Nic,

Starting with Oxygen 17.1 (current version is 18.0) we added support for Javascript-based Oxygen plugins using the Rhino Javascript engine:

https://www.oxygenxml.com/doc/versions/ ... in-js.html

There is also a repository of samples here:

https://github.com/oxygenxml/wsaccess-j ... le-plugins

And we also have support to implement Author visual editing actions using a special JSOperation:

https://www.oxygenxml.com/doc/versions/ ... tions.html

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
newt
Posts: 38
Joined: Mon Jun 11, 2007 5:12 pm
Location: London
Contact:

Re: Support Scripting Languages for plugins

Post by newt »

Well, that's embarrassing :D

I'll remember to read the release notes more carefully in future!

nic
Director, Corbas Consulting
XML and eBook consultancy and training
Post Reply