Page 1 of 1

Editing multiple AuthorNodes

Posted: Mon Sep 01, 2025 6:40 am
by leão santos
I'm developing a plugin. When I hold down Ctrl and make multiple selections in the Author tab, only the last selection is identified and captured. Is this possible? I use Java in my plugin.

Re: Editing multiple AuthorNodes

Posted: Mon Sep 01, 2025 7:01 am
by Radu
Hi,
- If you are using Oxygen desktop, the Author visual editor mode supports multiple selection and you can use the API "ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase.getAuthorSelectionModel()" to access all selections. The Text editing mode does not.
- If you are using Oxygen WebAuthor (in browser editor) from what I remember multi selection is not available in its visual editor.
Regards,
Radu