Is there a way to deploy Oxygen with a custom term list specified?

Having trouble installing Oxygen? Got a bug to report? Post it all here.
mattwolfe
Posts: 26
Joined: Thu Apr 26, 2012 5:36 pm

Is there a way to deploy Oxygen with a custom term list specified?

Post by mattwolfe »

I know that users can manually add a term list on the Dictionaries preference page, but is there a way I can configure Oxygen so a term list is included by default?
Radu
Posts: 9048
Joined: Fri Jul 09, 2004 5:18 pm

Re: Is there a way to deploy Oxygen with a custom term list specified?

Post by Radu »

Hi Matt,

In the Oxygen Preferences->Editor / Spell Check / Dictionaries page you can choose to include dictionaries and term lists from a specific location.
And this page can be saved at project level (there is a radio at the bottom of the page), meaning that if you have a custom project opened and used by all people working on the project, it could come with these custom spell settings.
Or you could implement an Oxygen plugin which contributes a fixed set of custom options. A sample impose-options plugin can be found here:

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

An Oxygen plugin can also be packed as an add-on and installed in Oxygen from the Help menu->"Install new add-ons":

https://www.oxygenxml.com/addons.html

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
mattwolfe
Posts: 26
Joined: Thu Apr 26, 2012 5:36 pm

Re: Is there a way to deploy Oxygen with a custom term list specified?

Post by mattwolfe »

In this case we're using Oxygen with the IXIASOFT CMS, so I believe that a group project would not be feasible.

I will look into a custom plugin.

Thanks!
Radu
Posts: 9048
Joined: Fri Jul 09, 2004 5:18 pm

Re: Is there a way to deploy Oxygen with a custom term list specified?

Post by Radu »

Hi,

That custom plugin I suggested is an approach for the standalone version of Oxygen.
But we also have Java API in our Eclipse plugin which would allow another Eclipse plugin to force set custom preferences to it.
From what I remember Ixiasoft already used our API to impose various settings from their Eclipse plugin.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
mattwolfe
Posts: 26
Joined: Thu Apr 26, 2012 5:36 pm

Re: Is there a way to deploy Oxygen with a custom term list specified?

Post by mattwolfe »

Ah, understood. In that case, it would be very nice if there was a method for specifying custom term lists in the configuration before deployment. For example, like I can with the idGenerationDefaultOptions.xml file to specify if ID generation is on by default or not.

Thanks!
Radu
Posts: 9048
Joined: Fri Jul 09, 2004 5:18 pm

Re: Is there a way to deploy Oxygen with a custom term list specified?

Post by Radu »

Hi,

I think you should also discuss this with Ixiasoft. For example we've had users who impose custom profiling condition values using the Oxygen Eclipse plugin with Ixiasoft so possibly Ixiasoft may have a procedure for imposing custom preferences in the Oxygen plugin.

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