Action's name for edit comment

Post here questions and problems related to oXygen frameworks/document types.
Isabelle
Posts: 142
Joined: Fri Jan 20, 2017 1:11 pm

Action's name for edit comment

Post by Isabelle »

Hello,

We use oxygen-18.1.0.0.jar, and we need to manage Review actions in our application.
Before we use "Edit/Edit_Comment" to manage the edit comment action but it is not available anymore in the list provided by

Code: Select all

((WSTextEditorPage) wsEditorAccess.getCurrentPage()).getActionsProvider().getTextActions()
Is it replaced by "Edit/Comment_Change" ?
We did not find any documentation which explain what are the different actions available.
Is it possible to have it?
Thanks.

Regards,
Isabelle
alex_jitianu
Posts: 1009
Joined: Wed Nov 16, 2005 11:11 am

Re: Action's name for edit comment

Post by alex_jitianu »

Hi Isabelle,

As far as I can tell it was replaced by "Edit/Show_edit_comments". We usually try not to change these tags but this one escaped... Sorry about that!

Best regards,
Alex
Post Reply