[ann] oXygen XML Editor 15.2

Hi all, I am happy to announce that a new version of oXygen XML Editor, Author and Developer is available from our website: http://www.oxygenxml.com You can find the release notes and details about the new additions at http://www.oxygenxml.com/whatisnew15.2.html From the developer point of view, we added more API in 15.2: http://www.oxygenxml.com/whatisnew15.2.html#15.2Extended_API CSS support for visual editing was vastly improved: http://www.oxygenxml.com/whatisnew15.2.html#15.2CSS_Support I wrote more details about the CSS improvements on the Oxygen XML Blog: http://blog.oxygenxml.com/2014/01/oxygen-152-new-author-visual-editor-css.ht... On the visual editing side: http://www.oxygenxml.com/whatisnew15.2.html#15.2XML_Visual_Editing We added a new Text Area form control + support to properly render JPEG images with CMYK profiles and pluggable support to render PDF images. We also experimented with embedding the Author Component as a Java application inside a Sharepoint web application: http://www.oxygenxml.com/whatisnew15.2.html#15.2CMS_Integration_and_Connecti... Regards, Radu Radu Coravu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com

Hi Radu I have a small question about following new API: Actions Provider Access from DITA Map Editor Page Added the API method WSDITAMapEditorPage.getActionsProvider() to obtain actions defined in the DITA Map Editor Page and mount them to custom controls. I tried to use this api to attach a listener to the "Find/Find_replace" action but didn't see the before or afterActionPerformed called. It is working for other actions like Redo and Undo as specified in the documentation. But it doesn't seem to do anything for this specific action. Is there a plan to also support this for the Find/Replace action? Cheers Jan -----Original Message----- From: oxygen-sdk-bounces@oxygenxml.com [mailto:oxygen-sdk-bounces@oxygenxml.com] On Behalf Of Radu Coravu Sent: donderdag 23 januari 2014 9:36 To: oxygen-sdk@oxygenxml.com Subject: [oXygen-sdk] [ann] oXygen XML Editor 15.2 Hi all, I am happy to announce that a new version of oXygen XML Editor, Author and Developer is available from our website: http://www.oxygenxml.com You can find the release notes and details about the new additions at http://www.oxygenxml.com/whatisnew15.2.html From the developer point of view, we added more API in 15.2: http://www.oxygenxml.com/whatisnew15.2.html#15.2Extended_API CSS support for visual editing was vastly improved: http://www.oxygenxml.com/whatisnew15.2.html#15.2CSS_Support I wrote more details about the CSS improvements on the Oxygen XML Blog: http://blog.oxygenxml.com/2014/01/oxygen-152-new-author-visual-editor-css.ht... On the visual editing side: http://www.oxygenxml.com/whatisnew15.2.html#15.2XML_Visual_Editing We added a new Text Area form control + support to properly render JPEG images with CMYK profiles and pluggable support to render PDF images. We also experimented with embedding the Author Component as a Java application inside a Sharepoint web application: http://www.oxygenxml.com/whatisnew15.2.html#15.2CMS_Integration_and_Connecti... Regards, Radu Radu Coravu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com _______________________________________________ oXygen-sdk mailing list oXygen-sdk@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-sdk SDL PLC confidential, all rights reserved. If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us. SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207. Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK. This message has been scanned for malware by Websense. www.websense.com

Hi Jan, The contextual menu action called "Find/Replace in Files" which you are probably interested in should have the ID "Find/Find_replace_in_files" but unfortunately it is not yet present in the list, I will try to fix this in the next version. What you could do right now would be to use the API:
ro.sync.exml.workspace.api.editor.page.ditamap.WSDITAMapEditorPage.setPopUpMenuCustomizer(DITAMapPopupMenuCustomizer)
and before the pop-up menu is shown, iterate its components and if one of the JMenuItem's has an action with the ID specified above:
"WSDITAMapEditorPage.getActionsProvider().getActionID(Object)"
use the API:
WSDITAMapEditorPage.getActionsProvider().addActionPerformedListener
to add the listener to it. Regards, Radu Radu Coravu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 1/30/2014 5:41 PM, Jan Bevers wrote:
Hi Radu
I have a small question about following new API: Actions Provider Access from DITA Map Editor Page Added the API method WSDITAMapEditorPage.getActionsProvider() to obtain actions defined in the DITA Map Editor Page and mount them to custom controls.
I tried to use this api to attach a listener to the "Find/Find_replace" action but didn't see the before or afterActionPerformed called. It is working for other actions like Redo and Undo as specified in the documentation. But it doesn't seem to do anything for this specific action.
Is there a plan to also support this for the Find/Replace action?
Cheers Jan -----Original Message----- From: oxygen-sdk-bounces@oxygenxml.com [mailto:oxygen-sdk-bounces@oxygenxml.com] On Behalf Of Radu Coravu Sent: donderdag 23 januari 2014 9:36 To: oxygen-sdk@oxygenxml.com Subject: [oXygen-sdk] [ann] oXygen XML Editor 15.2
Hi all,
I am happy to announce that a new version of oXygen XML Editor, Author and Developer is available from our website:
You can find the release notes and details about the new additions at http://www.oxygenxml.com/whatisnew15.2.html
From the developer point of view, we added more API in 15.2:
http://www.oxygenxml.com/whatisnew15.2.html#15.2Extended_API
CSS support for visual editing was vastly improved:
http://www.oxygenxml.com/whatisnew15.2.html#15.2CSS_Support
I wrote more details about the CSS improvements on the Oxygen XML Blog:
http://blog.oxygenxml.com/2014/01/oxygen-152-new-author-visual-editor-css.ht...
On the visual editing side:
http://www.oxygenxml.com/whatisnew15.2.html#15.2XML_Visual_Editing
We added a new Text Area form control + support to properly render JPEG images with CMYK profiles and pluggable support to render PDF images.
We also experimented with embedding the Author Component as a Java application inside a Sharepoint web application:
http://www.oxygenxml.com/whatisnew15.2.html#15.2CMS_Integration_and_Connecti...
Regards, Radu
Radu Coravu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com _______________________________________________ oXygen-sdk mailing list oXygen-sdk@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-sdk SDL PLC confidential, all rights reserved. If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us. SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207. Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK.
This message has been scanned for malware by Websense. www.websense.com _______________________________________________ oXygen-sdk mailing list oXygen-sdk@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-sdk
participants (3)
-
Jan Bevers
-
Oxygen XML Editor Support
-
Radu Coravu