Selecting multiple areas in Author Interface

Oxygen general issues.
cnevins
Posts: 5
Joined: Tue Mar 29, 2011 8:16 pm

Selecting multiple areas in Author Interface

Post by cnevins »

Is it possible for the Author UI to select multiple, separate areas of text?

For example, I have a table and wish to force the Author environment to select the content of all the cells in a particular column, and only those cells.

The AuthorEditorAccess interface has a select() method that takes a start/end offset pair and selects the content between those offsets. Is there a similar method somewhere that will accept multiple pairs of start/end offsets?

I suspect not, but it never hurts to ask.

Thanks!

-Cole
adrian
Posts: 2891
Joined: Tue May 17, 2005 4:01 pm

Re: Selecting multiple areas in Author Interface

Post by adrian »

Hello,

In v13.2 this is not possible, not for the user and not programatically.
However, this has already been implemented for v14.0(still in development) for both the user and the developer(API). If you have a license for v13 with SMP and you are interested in trying an early access version of v14, please write to our support email address:
support AT oxygenxml DOT com

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Radu
Posts: 9498
Joined: Fri Jul 09, 2004 5:18 pm

Re: Selecting multiple areas in Author Interface

Post by Radu »

Hi Cole,

Also Oxygen 14 will have support to easily cut/copy/paste and drag and drop table columns.
The support will be built-in for the bundled document types (DITA, Docbook, TEI, etc) but if you have a custom document type you will need to implement a specific API for column insertion.

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