Search found 402 matches

by sorin_carbunaru
Tue Oct 29, 2019 6:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Cannot push to Bitbucket
Replies: 9
Views: 2956

Re: Cannot push to Bitbucket

Could you please send the log file to the support address? Perhaps I can find something interesting inside it...
by sorin_carbunaru
Tue Oct 29, 2019 3:25 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Cannot push to Bitbucket
Replies: 9
Views: 2956

Re: Cannot push to Bitbucket

And now, if you commit another change and try to push it from oXygen, is it still unable to do it?
by sorin_carbunaru
Mon Oct 28, 2019 10:16 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Cannot push to Bitbucket
Replies: 9
Views: 2956

Re: Cannot push to Bitbucket

Hello, Can you push/pull using another Git client, such as SourceTree, or perhaps using Git command lines? If yes, if you try again with oXygen's Git add-on, are you still unable to push? If the remote repository is a new one and is empty, you need to explicitly push a new branch (see https://stacko...
by sorin_carbunaru
Fri Oct 25, 2019 9:27 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Cannot push to Bitbucket
Replies: 9
Views: 2956

Re: Cannot push to Bitbucket

Hello, 1. What version of the add-on are you using? 2. Can you pull changes from the remote? For us to further investigate the problem you could do the following: - in oXygen's installation folder create a "log4j.properties" file with the following content: log4j.rootCategory= info, R2 #lo...
by sorin_carbunaru
Wed Oct 02, 2019 3:29 pm
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63675

Re: What about Git support?

I'm glad to hear your colleagues love the Git integration :D ! It feels good when the clients are happy with your work.
by sorin_carbunaru
Wed Oct 02, 2019 9:29 am
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63675

Re: What about Git support?

Hi Chris, Thank you for the GIF! I think I had told you I could not reproduce the issue, but lately I started seeing it. I believe it has to do with the current repository. We are currently working on some new features for the Git add-on, but we will definitely take a look at this issue too in the n...
by sorin_carbunaru
Thu Sep 26, 2019 11:02 am
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63675

Re: What about Git support?

Hello, In the current development sprint, we have already made a couple of operations run asynchronously or faster or both, and we have a few more issues recorded on the same idea. We will try to address them for the next release(s). By the way, is there a specific set of operations that run slowly ...
by sorin_carbunaru
Tue Sep 17, 2019 12:55 pm
Forum: Other Issues
Topic: Configure different terminal shell on Windows
Replies: 2
Views: 1330

Re: Configure different terminal shell on Windows

Hello John, 1. You could create a plug-in that customizes the context menu of the Project view ( see ro.sync.exml.project.ProjectController.addPopUpMenuCustomizer(ProjectPopupMenuCustomizer) ) by removing our "Terminal" action and adding yours. This action can run a command that opens Git ...
by sorin_carbunaru
Mon Sep 16, 2019 4:53 pm
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63675

Re: What about Git support?

Hello Chris, Thank you for pointing us to JGit CLI. We are not familiar with it, so we will have to study it... We'll need to see if it is powerful enough, as the documentation states that JGit comes with its own small CLI, which, although not as feature-full as the git CLI , is a good way to showca...
by sorin_carbunaru
Mon Sep 16, 2019 10:56 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Review Pane "Next" Button Won't Jump to Next Topic
Replies: 4
Views: 1658

Re: Review Pane "Next" Button Won't Jump to Next Topic

Hi Joseph, Could you please try the following? 1. Make sure the project that contains the DITA map you are editing is opened in the Project view. 2. Go to Window > Show view > Open/Find Resources . 3. Invoke the Clear index action (see the cogwheel next to the filter panel). 4. Invoke the Reindex ac...
by sorin_carbunaru
Thu Sep 12, 2019 10:02 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Review Pane "Next" Button Won't Jump to Next Topic
Replies: 4
Views: 1658

Re: Review Pane "Next" Button Won't Jump to Next Topic

Hello, Using <oXygen/> XML Editor 21.0, build 2019030604, which I had installed on my PC, I was successful in navigating through the topics containing revisions (comments in my case). I tried with the Flowers sample from oXygen opened in the DITA Maps Manager. I then tried with <oXygen/> XML Author ...
by sorin_carbunaru
Wed Sep 11, 2019 10:01 am
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63675

Re: What about Git support?

Hi Chris, I noticed your feature request not long time ago, when I arrived at my desk. The reason I didn't reply earlier is the time zone, as we are located in Eastern Europe. Your request is a very good idea, and I added your vote to an existing issue on our side. But you can actually already do wh...
by sorin_carbunaru
Mon Aug 19, 2019 10:15 am
Forum: Feature Request
Topic: Display value of a parameter in an ${ask} message
Replies: 8
Views: 3193

Re: Display value of a parameter in an ${ask} message

Hi David,

I added all of your feedback to corresponding issues. We'll update this thread when we have any updates.

Best wishes,
Sorin C.
by sorin_carbunaru
Fri Aug 16, 2019 3:14 pm
Forum: Feature Request
Topic: Display value of a parameter in an ${ask} message
Replies: 8
Views: 3193

Re: Display value of a parameter in an ${ask} message

Well, the $ask mechanism is actually quite powerful, as I've seen it used in very interesting ways. Unfortunately in this use-case it is not capable of expanding the name of a transformation scenario parameter to the parameter's value. I added EXM-43954 for this, and we will update this thread when ...
by sorin_carbunaru
Wed Aug 14, 2019 3:31 pm
Forum: Feature Request
Topic: Display value of a parameter in an ${ask} message
Replies: 8
Views: 3193

Re: Display value of a parameter in an ${ask} message

Well, if that's the case, probably the most simple workaround (instead of using "${outputFolder}" is to add "${pd}/output" inside the message parameter of the "${ask}" variable. Would that be a viable option?
by sorin_carbunaru
Tue Aug 13, 2019 5:02 pm
Forum: Feature Request
Topic: Display value of a parameter in an ${ask} message
Replies: 8
Views: 3193

Re: Display value of a parameter in an ${ask} message

Hello David,

How is "${OutputDirectory}" set? Is its value the result of another ${ask}? Or just a simple string value?

Best wishes,
Sorin Carbunaru
oXygen XML
by sorin_carbunaru
Fri Aug 09, 2019 11:13 am
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63675

Re: What about Git support?

Hi Chris, Thank you for your words of appreciation! We already have an issue registered for branch management (internal ID: EXM-43844) and I just added your feedback on it :). As Radu mentioned, the plug-in was meant to be a lightweight Git client, providing the very basics. It probably all depends ...
by sorin_carbunaru
Thu Aug 08, 2019 11:02 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Resolving conflicts in the Git plugin?
Replies: 3
Views: 1825

Re: Resolving conflicts in the Git plugin?

Hello, Unfortunately I cannot replicate the same behavior. I got a conflict, and the "Resolve conflict" submenu is enabled. This is what I did: 1. I had the following DITA topic: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topi...
by sorin_carbunaru
Thu Aug 08, 2019 10:01 am
Forum: Feature Request
Topic: Progress indicator for "Validate and check for completeness"
Replies: 16
Views: 7464

Re: Progress indicator for "Validate and check for completeness"

Hello Christina, I checked the improvement request (internal ID: EXM-12631) and its 'Fix Version' is set to 22.0 (the version we are currently working on), whose release is scheduled for February 2020. I mentioned on that issue the fact that you asked about its status, and hopefully this will increa...
by sorin_carbunaru
Mon Aug 05, 2019 4:01 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Translation issue
Replies: 1
Views: 1151

Re: Translation issue

Hello, Unfortunately I don't know exactly what you trying to do, but a colleague of mine suggested that you may be integrating the Author Component. Is that right? :) If you do, after the UI language is set ( I suppose there is something like "Locale.setDefault(locale) )", you could try do...
by sorin_carbunaru
Mon Aug 05, 2019 12:07 pm
Forum: Other Issues
Topic: Moving all Files of one Submap
Replies: 4
Views: 1808

Re: Moving all Files of one Submap

Hello Marcus, Unfortunately there seems to be no acceptable way of doing what you want right now... We also tried to investigate if we could create a plug-in or something, but the current API isn't sufficient. I added your feedback on an improvement request (internal ID: EXM-27488). We will update t...
by sorin_carbunaru
Thu Aug 01, 2019 6:10 pm
Forum: Other Issues
Topic: Moving all Files of one Submap
Replies: 4
Views: 1808

Re: Moving all Files of one Submap

Hi Marcus, You could use the Master Files support (see https://www.oxygenxml.com/doc/versions/21.1/ug-editor/topics/dita-master-files.html). While in the DITA Maps Manager you can indeed move only one topic at a time, in the Project view, using Master Files, you can move many of them, as well as oth...
by sorin_carbunaru
Thu Aug 01, 2019 1:11 pm
Forum: Feature Request
Topic: Opening the file location of images + Refactoring image references
Replies: 6
Views: 2855

Re: Opening the file location of images + Refactoring image references

Hello Ben, Thank you for the feedback! I added two new feature requests: EXM-43886 for the image refactoring and EXM-43885 for showing the location of the selected image. Right now, for image refactoring you could use the Master Files support in DITA (https://www.oxygenxml.com/doc/versions/21.1/ug-e...
by sorin_carbunaru
Mon Jul 22, 2019 9:38 am
Forum: Other Issues
Topic: Importing DITA new topic preferences
Replies: 2
Views: 1194

Re: Importing DITA new topic preferences

Hello, If everyone in the team is working on the same project, the best approach for sharing the options is to save them at the project level. Please see https://www.oxygenxml.com/doc/versions/21.1/ug-editor/topics/preferences-storing.html#preferences-storing__project-options-section. However, I als...
by sorin_carbunaru
Fri Jul 05, 2019 1:05 pm
Forum: Common Problems
Topic: Fast create topics created duplicates
Replies: 1
Views: 957

Re: Fast create topics created duplicates

Hello Irene,

1. Does this happen every time you try to use the action?
2. May it be that you accidentally clicked/pressed the OK button twice before the dialog was hidden?

Best wishes,
Sorin Carbunaru
oXygen XML
by sorin_carbunaru
Mon Jul 01, 2019 3:10 pm
Forum: Other Issues
Topic: CSS float in author
Replies: 7
Views: 4634

Re: CSS float in author

Hello,

You could try setting "position: relative" on the parent of the 'div' elements, and then use absolute positioning inside that parent for ordering the divs as you wish.

Best wishes,
Sorin Carbunaru
oXygen XML
by sorin_carbunaru
Tue Jun 18, 2019 3:06 pm
Forum: Other Issues
Topic: Connect oxy_actions and transformations scenario for XSLT
Replies: 6
Views: 2519

Re: Connect oxy_actions and transformations scenario for XSLT

Hello Oleksii, Could you please try the solution from https://stackoverflow.com/a/55181151/1288460 (preceding the namespace with 'Q') and then let me know if it worked for you? We tried something quick on our side and it seemed to work :). Best wishes, Sorin Carbunaru oXygen XML P.S. - Alex is on va...
by sorin_carbunaru
Tue Jun 18, 2019 1:58 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Project view auto focus
Replies: 2
Views: 1145

Re: Project view auto focus

Hello,

No, this is not a new feature. Perhaps you had it deactivated until now. You can deactivate it again by clicking on the "Link with editor" button (see screenshot below).

Image

Best wishes,
Sorin Carbunaru
oXygen XML
by sorin_carbunaru
Fri Jun 14, 2019 10:52 am
Forum: Common Problems
Topic: Expand/collapse text
Replies: 5
Views: 3143

Re: Expand/collapse text

Hello Carl,

Are you asking about the text from the editing area (Text page or Author page) or about the text in the published output (for example WebHelp)?

Best wishes,
Sorin Carbunaru
oXygen XML
by sorin_carbunaru
Tue Jun 11, 2019 1:47 pm
Forum: General XML Questions
Topic: Adding Matching Tags using XML Refactoring
Replies: 4
Views: 2315

Re: Adding Matching Tags using XML Refactoring

Hello, I don't know if this is exactly what you are looking for, but in oXygen's installation directory there is the " refactoring " sub-folder where quite a few operations are defined (many of them in both XSLT and XQuery Update), and can be used as learning material. You could also take ...