Search found 9055 matches

by Radu
Mon May 09, 2016 2:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: ANT with DITA-OT 2.2.2
Replies: 9
Views: 3111

Re: ANT with DITA-OT 2.2.2

Hi Ann,

How exactly are you starting the external DITA OT?
It might be possible that your system variable is not used by the script.

Regards,
Radu
by Radu
Mon May 09, 2016 12:26 pm
Forum: Common Problems
Topic: ArborText Editor customization in Oxygen?
Replies: 4
Views: 3241

Re: ArborText Editor customization in Oxygen?

Hi, One more approach, if you are exclusively working in the Author editing mode instead of code templates you can create a framework customization which contributes custom Author actions, actions which can be mounted on the Author toolbar and in the Author menu and contextual menu. A framework cust...
by Radu
Mon May 09, 2016 12:24 pm
Forum: Common Problems
Topic: ArborText Editor customization in Oxygen?
Replies: 4
Views: 3241

Re: ArborText Editor customization in Oxygen?

Hi Rick, You can create an Oxygen plugin which imposes a custom set of options using our API when the application starts. If you are using Oxygen 18.0, I uploaded at some point a sample plugin called "Impose Options" which uses Javascript to load an options XML when the application starts:...
by Radu
Mon May 09, 2016 12:12 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: ANT with DITA-OT 2.2.2
Replies: 9
Views: 3111

Re: ANT with DITA-OT 2.2.2

Hi Ann, Indeed there have been changes in folder structure between DITA OT 1.8 and 2.x. DITA OT 2.x contains its bundled ANT libraries in its "lib" folder and the "ant" executables are in its "bin" folder. But whenever you are publishing from Oxygen, you are using the A...
by Radu
Mon May 09, 2016 10:50 am
Forum: SDK-API, Frameworks - Document Types
Topic: How to use latest Rhino?
Replies: 5
Views: 4431

Re: How to use latest Rhino?

Hi, We'll look into updating the Rhino library which comes bundled for Oxygen 18.1. An Oxygen plugin can also contribute to Oxygen extra JAR libraries: https://www.oxygenxml.com/doc/versions/17.1/ug-editor/index.html#concepts/oxygen-plugin.html with various scopes. So possibly you could bundle your ...
by Radu
Mon May 09, 2016 10:36 am
Forum: XSLT and FOP
Topic: cell in a table overflew to the next cell
Replies: 4
Views: 4062

Re: cell in a table overflew to the next cell

Hi,

I remember there was an older conversation about the same usecase on the DITA Users List, maybe it will give you more ideas:

https://groups.yahoo.com/neo/groups/dit ... pics/35559

Regards,
Radu
by Radu
Fri May 06, 2016 9:38 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp Responsive transform fails
Replies: 5
Views: 2729

Re: Webhelp Responsive transform fails

Hi, Just to update this thread, Scott sent us the samples and we'll try to come up with a fix for the situation. Scott used an abbreviated form with keyref in a shortdescription. The new WebHelp transformations try to use this short description in various parts of the table of contents but the abbre...
by Radu
Thu May 05, 2016 11:32 am
Forum: Feature Request
Topic: Editor variables support in CSS for author mode
Replies: 9
Views: 5582

Re: Editor variables support in CSS for author mode

Hi,

Just to update this thread, Oxygen 18.0 should allow expansion of editor variables in the CSS imports.

Regards,
Radu
by Radu
Thu May 05, 2016 11:21 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Breadcrumbs not displaying for topic within reused map
Replies: 5
Views: 2131

Re: Breadcrumbs not displaying for topic within reused map

Hi,

Just to update this thread, the WebHelp classic output produced by Oxygen 18.0 should have this issue fixed.

Regards,
Radu
by Radu
Thu May 05, 2016 10:55 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Delete in-line element when Track Changes on.
Replies: 2
Views: 1627

Re: Delete in-line element when Track Changes on.

Hi,

Oxygen 18.0 should have the behavior improvement I previously suggested included.

Regards,
Radu
by Radu
Thu May 05, 2016 10:18 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customizing cross reference dialog!
Replies: 6
Views: 2571

Re: Customizing cross reference dialog!

Hi,

Just to update this thread, with Oxygen 18.0 it's possible via an XML catalog mapping to provide your own content for the preview.css stylesheet.

Regards,
Radu
by Radu
Thu May 05, 2016 10:07 am
Forum: Feature Request
Topic: Preferences: "Line wrap" should NOT affect "Highlight curren
Replies: 14
Views: 7557

Re: Preferences: "Line wrap" should NOT affect "Highlight curren

Hi,

Oxygen 18.0 should now allow the "Highlight current line" to work also with soft line wrap checked.

Regards,
Radu
by Radu
Thu May 05, 2016 10:06 am
Forum: Common Problems
Topic: Smart Paste not converting CRs to new <p>s?
Replies: 6
Views: 3972

Re: Smart Paste not converting CRs to new <p>s?

Hi,

Just to update this older thread, with Oxygen 18.0 if you copy a couple of lines of text from Notepad, Oxygen by default will attempt to create paragraphs for each of them.

Regards,
Radu
by Radu
Thu May 05, 2016 9:58 am
Forum: Common Problems
Topic: How to save webdav files locally?
Replies: 2
Views: 1706

Re: How to save webdav files locally?

Hi,

Just to update this thread, in Oxygen 18.0 you can export a folder locally from a WebDav connection configured in the Data Source Explorer.

Regards,
Radu
by Radu
Thu May 05, 2016 9:54 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Document type classpath resolution
Replies: 3
Views: 1818

Re: Document type classpath resolution

Hi,

Just to update this thread, Oxygen 18.0 should have support for this feature.

Regards,
Radu
by Radu
Thu May 05, 2016 9:44 am
Forum: Common Problems
Topic: Plugins and Keyboard Shortcuts
Replies: 8
Views: 5157

Re: Plugins and Keyboard Shortcuts

Hi, Just to update this thread, in Oxygen 18.0 a workspace access plugin extension can register a new action with a default shortcut to Oxygen using the new API: ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace.getActionsProvider().registerAction(String actionID, Object action, String...
by Radu
Thu May 05, 2016 9:37 am
Forum: SDK-API, Frameworks - Document Types
Topic: Controlling layout of editing windows
Replies: 3
Views: 2738

Re: Controlling layout of editing windows

Hi,

Just to update this thread, in Oxygen 18.0 we added API:

ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace.getActionsProvider()

which allows access to global actions, including the one for tiling editors.

Regards,
Radu
by Radu
Thu May 05, 2016 9:36 am
Forum: SDK-API, Frameworks - Document Types
Topic: Disabling editing within the editor??
Replies: 7
Views: 4188

Re: Disabling editing within the editor??

Hi,

Just to update this thread, Oxygen 18.0 should have that new API which disables editing in all editor pages that I previously discussed.

Regards,
Radu
by Radu
Thu May 05, 2016 9:22 am
Forum: SDK-API, Frameworks - Document Types
Topic: Problem with ${xpath_eval()} in framework
Replies: 17
Views: 8823

Re: Problem with ${xpath_eval()} in framework

Hi,

About the first issue this thread was started on, which stated that in the Author Component the xpath_eval does not work, this should be fixed in the 18.0 SDK.

Regards,
Radu
by Radu
Thu May 05, 2016 8:42 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp Responsive transform fails
Replies: 5
Views: 2729

Re: Webhelp Responsive transform fails

Hi Scott, Could you look in the Prefences->DITA page and tell us what DITA OT distribution is used by default? Oxygen 18.0 started using DITA OT 2.x by default while older versions of Oxygen use DITA OT 1.8. So this might be an issue with DITA OT 2.x. For example does publishing to plain XHTML work ...
by Radu
Wed May 04, 2016 4:23 pm
Forum: Feature Request
Topic: imagemap editor
Replies: 5
Views: 3976

Re: imagemap editor

Hi,

Just to update this thread, Oxygen 18.0 should have builtin support for editing image maps for Docbook, DITA, TEI and XHTML.

Regards,
Radu
by Radu
Wed May 04, 2016 4:21 pm
Forum: Common Problems
Topic: How to create Image maps?
Replies: 10
Views: 5397

Re: How to create Image maps?

Hi,

Just to update this thread, Oxygen 18.0 now has support for editing image maps for DITA, Docbook, XHTML and TEI.

Regards,
Radu
by Radu
Wed May 04, 2016 4:15 pm
Forum: XSLT and FOP
Topic: DITA OT Localized Indexes
Replies: 4
Views: 3106

Re: DITA OT Localized Indexes

Hi Jochem,

Not sure, I have not received your post so I guess that the first post needs to be approved by the admin so this might take some time.

Regards,
Radu
by Radu
Wed May 04, 2016 3:56 pm
Forum: General XML Questions
Topic: Force p-tag in new <li> elements
Replies: 4
Views: 5257

Re: Force p-tag in new <li> elements

Hi, To bring completion to this older forum thread, in Oxygen 18.0 there is a content completion configuration XML document which can be used to state that certain elements should have required child sub elements or attributes: https://www.oxygenxml.com/doc/versions/18.0/ug-editor/topics/configure-e...
by Radu
Wed May 04, 2016 3:50 pm
Forum: Feature Request
Topic: Print View
Replies: 2
Views: 3147

Re: Print View

Hi,

Just to update this 8 year old thread, Oxygen 18 should allow you to print a document with certain folds collapsed + to print only the selected content.

Regards,
Radu
by Radu
Wed May 04, 2016 3:27 pm
Forum: Feature Request
Topic: additional CSS features for Author mode
Replies: 9
Views: 6331

Re: additional CSS features for Author mode

Hi,

The problem with the "text-decoration-color" CSS property should be fixed in Oxygen 18.0.

Regards,
Radu
by Radu
Wed May 04, 2016 3:19 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Filter processing-instructions from actions
Replies: 2
Views: 2036

Re: Filter processing-instructions from actions

Hi,

Just to update this thread, this issue should be fixed in Oxygen 18.0.

Regards,
Radu
by Radu
Wed May 04, 2016 3:18 pm
Forum: Common Problems
Topic: What does "Count Words" count?
Replies: 4
Views: 3596

Re: What does "Count Words" count?

Hi,

Just to update this thread, this issue should be fixed in Oxygen 18.0.

Regards,
Radu
by Radu
Wed May 04, 2016 1:46 pm
Forum: Common Problems
Topic: Unable to add new language to WebHelp output (DOTX001W)
Replies: 11
Views: 5299

Re: Unable to add new language to WebHelp output (DOTX001W)

Hi Ben, After step (4) you should also try running the DITA Open Toolkit Integrator task, there should be a predefined Oxygen transformation scenario called Run DITA OT Integrator in the Transformation Scenarios view which you can use for this. The integrator will add your extra translations to the ...
by Radu
Wed May 04, 2016 12:08 pm
Forum: XSLT and FOP
Topic: DITA OT Localized Indexes
Replies: 4
Views: 3106

Re: DITA OT Localized Indexes

Hi, I'm not sure this can be done without extensive XSLT customizations. The main XSLT template which gets called to create the index page is called ""createIndex"" and is located in: OXYGEN_INSTALL_DIR\frameworks\dita\DITA-OT\plugins\org.dita.pdf2\xsl\fo\index.xsl Maybe you coul...