Customizing attribute value suggestion in the Editor

Having trouble installing Oxygen? Got a bug to report? Post it all here.
ankitr
Posts: 12
Joined: Thu Dec 14, 2017 11:52 am

Customizing attribute value suggestion in the Editor

Post by ankitr »

Hi,

Is it possible to customize attribute value suggestions visible in the Attributes panel?

While exploring the SDK documentation, I came across https://www.oxygenxml.com/doc/versions/ ... ditor.html which shows how a plugin extension can implement a custom dialog for editing attributes. While this would work, the ideal solution for us would be one that adds/removes values from the Attributes panel itself. Is this possible using the plugin SDK?

Regards,
Ankit
Radu
Posts: 9049
Joined: Fri Jul 09, 2004 5:18 pm

Re: Customizing attribute value suggestion in the Editor

Post by Radu »

Hi Ankit,

There is a special "Content Completion Configuration" XML file which can be set up for this:

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

or as an alternative a Java extension API:

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

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