Editing multiple AuthorNodes

Having trouble installing Oxygen? Got a bug to report? Post it all here.
leão santos
Posts: 2
Joined: Mon Sep 01, 2025 6:30 am

Editing multiple AuthorNodes

Post 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.
Radu
Posts: 9519
Joined: Fri Jul 09, 2004 5:18 pm

Re: Editing multiple AuthorNodes

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply