Re: [oXygen-sdk] [OXYGEN-6212] Java extensions for both Oxygen Editor and Oxygen Author

Hi Adam, Great, I'm glad no further work was necessary for this! Regards, Radu Radu Coravu Oxygen XML Editor On 6/30/23 16:25, Adam Retter wrote:
Amazing! Thanks so much Radu, I can confirm that it does actually work just as you said :-)
On Fri, 30 Jun 2023 at 07:17, Oxygen XML Editor Support (Radu Coravu) <support@oxygenxml.com> wrote:
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/contentcomplet... 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.
_______________________________________________ oXygen-sdk mailing list oXygen-sdk@oxygenxml.com https://www.oxygenxml.com/mailman/listinfo/oxygen-sdk
participants (1)
-
Oxygen XML Editor Support (Radu Coravu)