[oXygen-sdk] [OXYGEN-6212] Java extensions for both Oxygen Editor and Oxygen Author
Oxygen XML Editor Support (Radu Coravu)
support at oxygenxml.com
Fri Jun 30 00:16:50 CDT 2023
Hello Adam,
The framework extension point you implemented should be used both for
the Text and Author editing modes.
In the Author visual editing mode, if you go to the Attributes view and
double click an attribute to start editing it, I think the callback
"filterAttributeValues" from your extension point should get called.
Maybe you can add some logging on your side in the TEICompleter class
and start Oxygen using the "oxygen.bat" script to see the console.
Regards,
Radu
Radu Coravu
Oxygen XML Editor
On 6/29/23 16:01, Adam Retter wrote:
> Hi there,
>
> For some time we have had a working Java extension for Oxygen XML Editor.
> Our Java class extends SchemaManagerFilter
> https://www.oxygenxml.com/InstData/Editor/SDK/javadoc/ro/sync/contentcompletion/xml/SchemaManagerFilter.html
> and is part of a TEI P5 framework.
>
> Our plugin consults a remote server to make auto-suggestions for
> various Attribute and Element values depending on the context within
> the document. See - https://github.com/BCDH/TEI-Completer
>
> At the moment as far as I can tell our plugin only works with Oxygen
> when it is in the Editor view. We would like to get it working with
> Oxygen also when it is in the Author view. I have not been able to
> find any documentation about this.
>
> Can you tell me if it is possible to have such a plugin function in
> both the Editor and Author views.
>
> Kind regards to all at Oxygen.
>
More information about the oXygen-sdk
mailing list