Page 1 of 1

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

Posted: Mon Dec 18, 2017 7:10 am
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?

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

Posted: Mon Dec 18, 2017 11:17 am
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

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

Posted: Mon Dec 18, 2017 4:35 pm
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!

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

Posted: Mon Dec 18, 2017 4:39 pm
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

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

Posted: Mon Dec 18, 2017 4:58 pm
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!

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

Posted: Mon Dec 18, 2017 5:01 pm
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