Oxygen Editor Refactoring: 'Add/Change attribute' could not be loaded

Having trouble installing Oxygen? Got a bug to report? Post it all here.
snelloru
Posts: 1
Joined: Fri May 25, 2018 9:44 pm

Oxygen Editor Refactoring: 'Add/Change attribute' could not be loaded

Post by snelloru »

Hi, We started using Oxygen 20 Editor recently. Everything works great except refactoring.
We have some Oxygen customizations, which we have been using since Oxygen 14.
Refactoring works great without applying our customizations but when we change "Document Type Association / Locations" from default to our own customizations directory, it's not loading all refactoring options.

We realize its related to some of our customizations but not sure what exactly masking refactoring options.

I did see some error messages on oxygen console related to loading of operations.

System ID: /Applications/Oxygen XML Editor 20.0/refactoring/delete-comments.xml
Severity: error
Description: Operation 'Delete comments' could not be loaded because there is already an operation 'Delete comments' with the same ID: 'Delete comments'.

Can you please help us identify the issue here. How to start and where to look to debug things?
Radu
Posts: 9044
Joined: Fri Jul 09, 2004 5:18 pm

Re: Oxygen Editor Refactoring: 'Add/Change attribute' could not be loaded

Post by Radu »

Hi,

So did you define your own refactoring operations at framework level?
If so, please check in the refactoring operations XML descriptors, see if you already define an operation with ID "delete-comments". If you do, you can change that ID to something else or remove that operation because Oxygen already has a pre-defined operation for deleting comments.

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