Search found 402 matches

by sorin_carbunaru
Thu Jul 29, 2021 8:49 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Git Branch Manager
Replies: 14
Views: 3743

Re: Git Branch Manager

Hello,

I'm glad to hear to are using the add-on.

Yes, we do plan to implement these 2 features in the near feature. If all goes well, perhaps they will be available in a few months.

All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
by sorin_carbunaru
Mon Jul 26, 2021 9:52 am
Forum: Other Issues
Topic: How to not execute 2nd action if 1st is cancelled
Replies: 1
Views: 839

Re: How to not execute 2nd action if 1st is cancelled

Hello Kim,

It seems there's no way to do that right now, as I found an unresolved issue related to this (issue ID: EXM-36154). I added your vote for it, to increase its priority.

All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
by sorin_carbunaru
Wed Jul 21, 2021 10:45 am
Forum: SDK-API, Frameworks - Document Types
Topic: Adding ask editor variable type
Replies: 2
Views: 1106

Re: Adding ask editor variable type

Hello, If you would be willing to write some Java code, then you could add an EditorVariablesResolver using the API, and this way you can create your own variables. If you want to see a simple example, you can take a look at this class from our Git Client Add-on. All the best wishes, Sorin Carbunaru...
by sorin_carbunaru
Mon Jul 19, 2021 5:53 pm
Forum: Common Problems
Topic: Possible bug when reverting a branch to an older commit (and a small Git Branch Manager suggestion)
Replies: 5
Views: 1791

Re: Possible bug when reverting a branch to an older commit (and a small Git Branch Manager suggestion)

Hello Micaela, First of all, I've just noticed that I had written "rebase" instead of "reset" in my previous reply. I corrected that. Now, coming to your question, the short answer is that you cannot revert commits using the Git Client Add-on in Oxygen. At least not now. We plan ...
by sorin_carbunaru
Thu Jul 15, 2021 10:14 am
Forum: Common Problems
Topic: Possible bug when reverting a branch to an older commit (and a small Git Branch Manager suggestion)
Replies: 5
Views: 1791

Re: Possible bug when reverting a branch to an older commit (and a small Git Branch Manager suggestion)

Hello Micaela, 1. Please note that the action in the Git History view is actually reset , not revert . You can read about the difference here: https://www.atlassian.com/git/tutorials/resetting-checking-out-and-reverting. Perhaps you had the wrong expectations thinking you have reverted a commit, whe...
by sorin_carbunaru
Tue Jul 13, 2021 1:47 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How can I exclude unused keyrefs from HTML5 output?
Replies: 6
Views: 1315

Re: How can I exclude unused keyrefs from HTML5 output?

I didn't find any argument that helped. On the other hand, I found this DITA-OT issue: https://github.com/dita-ot/dita-ot/issues/3692. It seems a bit similar to your situation. Perhaps they have a common cause.

You could add your situation on that issue. Maybe this will increase its priority.
by sorin_carbunaru
Tue Jul 13, 2021 10:29 am
Forum: Other Issues
Topic: CSS float in author
Replies: 7
Views: 4617

Re: CSS float in author

Hello, I added your feedback to a couple of feature requests that we already had recorded for float and flex. As for the future plans, I'm sorry, but I don't have an answer. Our team manager is on vacation, but he will be back soon. And when he does, he might have a better answer. As for the broken ...
by sorin_carbunaru
Tue Jul 13, 2021 10:21 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How can I exclude unused keyrefs from HTML5 output?
Replies: 6
Views: 1315

Re: How can I exclude unused keyrefs from HTML5 output?

Hello, If you have that key reference, it's normal for the corresponding file to be in the output folder, in order for the reference to be properly resolved. Otherwise you would have a broken reference. It wasn't included in the index.html file because there was no reference to it in the map. The in...
by sorin_carbunaru
Mon Jul 12, 2021 3:10 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How can I exclude unused keyrefs from HTML5 output?
Replies: 6
Views: 1315

Re: How can I exclude unused keyrefs from HTML5 output?

Hello, I tried you scenario in <oXygen/> XML Editor 23.1, build 2021061407, and I didn't reproduce the problem. I actually published to a few HTML-related formats (HTML5, XHTML, WebHelp Responsive), and for all of them there was only one topic file generated. I used the built-in DITA-OT 3.x for publ...
by sorin_carbunaru
Thu Apr 29, 2021 10:58 am
Forum: Other Issues
Topic: Adding alt text to images
Replies: 6
Views: 2901

Re: Adding alt text to images

OK... So, let me see if I understand... The metadata is embedded in the image file itself and the scenario is to extract it from the image and add it to the "alt" attribute in HTML. Is that correct? If that's correct, then I think https://commons.apache.org/proper/commons-imaging/ may be h...
by sorin_carbunaru
Fri Apr 09, 2021 11:47 am
Forum: Common Problems
Topic: SSH to GIT not working
Replies: 3
Views: 1431

Re: SSH to GIT not working

Hi Dan, SSH know how to automatically load private keys only if they have the default names. I dare say that setting the $HOME variable didn't help you with this issue, but the renaming of the private key file really did the trick. I added a feature request based on your suggestion (EXM-47801 - for ...
by sorin_carbunaru
Thu Apr 08, 2021 2:36 pm
Forum: Common Problems
Topic: SSH to GIT not working
Replies: 3
Views: 1431

Re: SSH to GIT not working

Hello, If you are using Pageant or ssh-agent, it seems that the Apache MINA SSHD library that we use in our Git Client does not support them: - https://bugs.eclipse.org/bugs/show_bug.cgi?id=541275 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=541274 You could try switching to JSch by adding "...
by sorin_carbunaru
Tue Apr 06, 2021 8:58 am
Forum: Common Problems
Topic: Discussion about the Oxygen Git Plugin v2.3.0
Replies: 8
Views: 2759

Re: Discussion about the Oxygen Git Plugin v2.3.0

Hello, Thank you for the feedback! To publish a new branch, you need to push it to the remote. You can do this from the main toolbar of the Git Staging side-view. By the way, in such cases, the tooltip of the Push action should read like this: "Create and track remote branch X, and push changes...
by sorin_carbunaru
Wed Mar 31, 2021 9:07 am
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen editor variables is not picked up to generate a id for the topic
Replies: 3
Views: 1349

Re: Oxygen editor variables is not picked up to generate a id for the topic

Hi, Yes, you can use the following API: ro.sync.exml.workspace.api.options.GlobalOptionsStorage.setGlobalObjectProperty(String, Object). The first argument value (the option key) is "new.dita.topic.use.file.name.for.root.id". So, the code would look like this: PluginWorkspaceProvider.getPl...
by sorin_carbunaru
Tue Mar 30, 2021 1:25 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen editor variables is not picked up to generate a id for the topic
Replies: 3
Views: 1349

Re: Oxygen editor variables is not picked up to generate a id for the topic

Hello, Thank you for reporting this to us! This is a know issue (ID = EXM-43014), and I added your vote to it. As a workaround, you can go to the Options menu > Preferences > DITA page > Topics sub-page and deactivate the Use the file name as the value of the root ID attribute option. Regards, Sorin...
by sorin_carbunaru
Tue Mar 23, 2021 10:41 am
Forum: Common Problems
Topic: Has anyone used Git submodules with the Git plugin?
Replies: 21
Views: 6431

Re: Has anyone used Git submodules with the Git plugin?

Hi all,

Just wanted to say that we released version 2.5.0 of the Git Client, and this version received some improvements on submodules. You can find them in the release notes from https://github.com/oxygenxml/oxygen-git ... /tag/2.5.0.

Best wishes,
Sorin Carbunaru
Oxygen XML Editor
by sorin_carbunaru
Wed Mar 10, 2021 10:13 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to open local files from Git History
Replies: 4
Views: 1485

Re: How to open local files from Git History

Hello Catherine, Unfortunately, there is no way to do this at the moment, but I created a new improvement request (ID: EXM-47571). As a workaround, you could use the "Open/Find Resource" side-view (https://www.oxygenxml.com/doc/versions/23.1/ug-editor/topics/open-find-resource-view.html) o...
by sorin_carbunaru
Thu Mar 04, 2021 12:10 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Setting the FULL filename via the .properties file
Replies: 3
Views: 1095

Re: Setting the FULL filename via the .properties file

Hello, I cannot think of a way of properly doing this. I believe that usually a filename is manually provided or generated based on the title, to reflect the content. If you don't need a title for your DITA topic, perhaps you could re-enable the option to generate the filename from the title, and on...
by sorin_carbunaru
Tue Feb 16, 2021 10:13 am
Forum: DocBook
Topic: Opening ulinks in the browser
Replies: 12
Views: 10937

Re: Opening ulinks in the browser

Hello, It's best to contact that team and let them know about your problem. Perhaps they can remember what they have changed. For example, they could use the CSS Inspector View (see https://www.oxygenxml.com/doc/versions/23.0/ug-editor/topics/author-css-inspector-view.html) to check if the value of ...
by sorin_carbunaru
Tue Feb 02, 2021 5:27 pm
Forum: Other Issues
Topic: Syntax for ${xpath_eval} and xpath function document() for external documents (URL, ${cfdu}, parent folder)
Replies: 6
Views: 2136

Re: Syntax for ${xpath_eval} and xpath function document() for external documents (URL, ${cfdu}, parent folder)

Hi Dominique,

Does it work if you use the doc() function and you provide a URL instead of a file path?

For example, something like this:

Code: Select all

${xpath_eval(doc('file:/C:/Users/me/Desktop/test.xml')/root/@id/string())}
Cheers,
Sorin
by sorin_carbunaru
Tue Feb 02, 2021 11:52 am
Forum: Other Issues
Topic: Syntax for ${xpath_eval} and xpath function document() for external documents (URL, ${cfdu}, parent folder)
Replies: 6
Views: 2136

Re: Syntax for ${xpath_eval} and xpath function document() for external documents (URL, ${cfdu}, parent folder)

Hi Dominique, Can you make it clear where exactly the problem resides? Perhaps show me the troublesome code. It's quite a lot of information on this thread and I am getting lost into it :oops:. What I understood is that you have problems with document() and $xpath_eval ... If you check the value of ...
by sorin_carbunaru
Tue Feb 02, 2021 11:38 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Why can't I see ditamap in Both Maps Manager View and Editor View?
Replies: 5
Views: 1596

Re: Why can't I see ditamap in Both Maps Manager View and Editor View?

Hello Ann, No, this is not a feature in Oxygen. I haven't heard about this kind of behavior until now. Do you have any plugins installed in Oxygen? Perhaps a CMS plugin? And could you also try the same scenarios in a freshly installed Oxygen, without any plugins or other customizations? All the best...
by sorin_carbunaru
Mon Feb 01, 2021 5:20 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Why can't I see ditamap in Both Maps Manager View and Editor View?
Replies: 5
Views: 1596

Re: Why can't I see ditamap in Both Maps Manager View and Editor View?

Hello Ann, If you use right-click to show the contextual menu for the tree root inside the DITA Maps Manager, you should see an "Open map in Editor" action. The same action is also available in the DITA Maps Manager toolbar. Also, in the contextual menu shown for the editor tab (where the ...
by sorin_carbunaru
Fri Jan 08, 2021 12:02 pm
Forum: Common Problems
Topic: Diff tool error when reusing content from a Git submodule
Replies: 4
Views: 1799

Re: Diff tool error when reusing content from a Git submodule

Hello,

Just wanted to you know that in v2.4.0 of the Git Client the references from the Diff dialog should be properly resolved.

All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
by sorin_carbunaru
Fri Jan 08, 2021 11:59 am
Forum: Common Problems
Topic: Discussion about the Oxygen Git Plugin v2.3.0
Replies: 8
Views: 2759

Re: Discussion about the Oxygen Git Plugin v2.3.0

Hi Chris,

We added some more information in the dialog in the recently released v2.4.0. Let me know what you think about that.

Best wishes,
Sorin Carbunaru
by sorin_carbunaru
Mon Dec 21, 2020 5:30 pm
Forum: Feature Request
Topic: Automatically set @keys attribute for new topics
Replies: 6
Views: 2656

Re: Automatically set @keys attribute for new topics

Hi Chris,

Now I am able to reproduce the bug. Thank you for the info! I created EXM-47008 :).

All the best,
Sorin C.
by sorin_carbunaru
Wed Dec 09, 2020 3:45 pm
Forum: Feature Request
Topic: Automatically set @keys attribute for new topics
Replies: 6
Views: 2656

Re: Automatically set @keys attribute for new topics

Hi Chris! The <mapref> element is, in the end, just a convenience element that is equivalent to a <topicref> with the @format attribute set to "ditamap". Therefore, I would say it's normal for the <mapref> to also get a @keys attribute, just like other references do. You can later use the ...