Search found 397 matches

by sorin_carbunaru
Thu Mar 07, 2024 2:42 pm
Forum: Other Issues
Topic: In Git History, "Cannot open the specified file: Unable to obtain commit ID"
Replies: 1
Views: 114

Re: In Git History, "Cannot open the specified file: Unable to obtain commit ID"

Hi, In your Oxygen installation folder please create a "logback.xml" file with the following content: <configuration> <appender name="R2" class="ch.qos.logback.core.rolling.RollingFileAppender"> <file>${user.home}/Desktop/oxygenLog/oxygen.log</file> <rollingPolicy class...
by sorin_carbunaru
Fri Mar 01, 2024 10:45 am
Forum: Common Problems
Topic: Oxygen won't show my directory tree
Replies: 7
Views: 223

Re: Oxygen won't show my directory tree

Hi,

Have you tried opening the sample project from "Oxygen XML Editor\samples\sample.xpr"? If yes, do you experience the same problem?

Best wishes,
Sorin Carbunaru
Oxygen XML Editor
by sorin_carbunaru
Thu Feb 29, 2024 10:15 am
Forum: SDK-API, Frameworks - Document Types
Topic: Red error message, 'DITA' framework deleted in Document Type Association page
Replies: 1
Views: 211

Re: Red error message, 'DITA' framework deleted in Document Type Association page

Hi Olivier, We cannot know for sure what happened there, especially if something got accidentally deleted... We can only try to guess... Normally, the DITA frameworks come inside the Oxygen installation folder. So, I expect that, if you loaded the frameworks from the default location, the DITA frame...
by sorin_carbunaru
Wed Feb 28, 2024 10:55 am
Forum: SDK-API, Frameworks - Document Types
Topic: Moving Cursor on Page change
Replies: 3
Views: 209

Re: Moving Cursor on Page change

Hi, Have you taken a look at ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage.setCaretPosition(int) ? You can use it in a code similar to this one: WSEditor editor = PluginWorkspaceProvider.getPluginWorkspace() .getCurrentEditorAccess(PluginWorkspace.MAIN_EDITING_AREA); if (editor != nul...
by sorin_carbunaru
Tue Feb 27, 2024 9:32 am
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen button modification
Replies: 6
Views: 332

Re: Oxygen button modification

Hi,

So, I took your action, edited the activation XPath expression to change "changehistory" to "change-historylist", and when I used it, the newer entries where at the top:
image.png
image.png (31.54 KiB) Viewed 180 times
Cheers,
Sorin Carbunaru
Oxygen XML Editor
by sorin_carbunaru
Wed Feb 14, 2024 9:41 am
Forum: XSLT and FOP
Topic: Limit open/find ressource scope
Replies: 3
Views: 200

Re: Limit open/find ressource scope

Hi,

Yes, I think those 2 features are indeed not connected. You could try going to the Options menu > Preferences > Open/Find Resource page and adjust the settings from there.

Cheers,
Sorin Carbunaru
Oxygen XML Editor
by sorin_carbunaru
Tue Feb 13, 2024 2:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Correct way to reuse ordered list?
Replies: 2
Views: 246

Re: Correct way to reuse ordered list?

Hello, I guess you have a Schematron rule that triggers this error. The default DITA validation does not see any error there. When you insert a content reference to a list, the result is as follows: <ol conref="introduction.dita#introduction/abc" id="ol_tjt_lyp_k1c"> <li/> </ol> ...
by sorin_carbunaru
Tue Feb 13, 2024 1:19 pm
Forum: Common Problems
Topic: If we start Oxygen via the .bat launcher, CMD console for oxygen 24.1 not showing
Replies: 1
Views: 115

Re: If we start Oxygen via the .bat launcher, CMD console for oxygen 24.1 not showing

Hello, Starting with Oxygen 24.1 the logging system has changed. We no longer use log4j, but logback. You can find an example of content of a logback file here: https://www.oxygenxml.com/doc/versions/26.0/ug-editor/topics/problem-report-submitted-on-technical-support-form.html. To log to the console...
by sorin_carbunaru
Thu Nov 09, 2023 2:58 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Spell Check as part of the workflow
Replies: 1
Views: 312

Re: Spell Check as part of the workflow

Hi!

From the terminology you used (submit/check-in), I suppose you are using Oxygen XML Author with a CMS. Am I right?

All the best,
Sorin Carbunaru
Oxygen XML Editor
by sorin_carbunaru
Tue Nov 07, 2023 1:26 pm
Forum: Feature Request
Topic: Add import button in DTA Author Actions menu
Replies: 5
Views: 1465

Re: Add import button in DTA Author Actions menu

Hi! I just tried exporting an action that I quickly created in a framework using the Oxygen GUI, and the proposed name was correct (the action ID value + the "xml" extension). I also copied an existing action file in the same location where I had the previous action, and after I restarted ...
by sorin_carbunaru
Fri Nov 03, 2023 11:37 am
Forum: Feature Request
Topic: Add import button in DTA Author Actions menu
Replies: 5
Views: 1465

Re: Add import button in DTA Author Actions menu

Hi! When you try to export an action, Oxygen should take you to the folder where the external actions reside for that framework. My colleague Alex already mentioned the locations in a previous post. You can also check the location by hovering over the first cell of the row corresponding to an action...
by sorin_carbunaru
Thu Nov 02, 2023 4:58 pm
Forum: Common Problems
Topic: Topicmeta end tag is not in the right location
Replies: 4
Views: 480

Re: Topicmeta end tag is not in the right location

Hi Micaela, Does this happen for every bookmap that has the same structure for the "topicmeta" element? What version of Oxygen are you using? And do you know if you have any customizations in the CSS files responsible for rendering the bookmap content in the Author page? All the best wishe...
by sorin_carbunaru
Wed Jun 14, 2023 10:43 am
Forum: Other Issues
Topic: Oxygen always asking for local Git rep
Replies: 2
Views: 543

Re: Oxygen always asking for local Git rep

Hello!

You can go to Options > Preferences > Plugins > Git Client and change this option
image.png
image.png (4.82 KiB) Viewed 537 times
I suppose you have it set to "Always ask".

All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
by sorin_carbunaru
Mon Sep 06, 2021 10:51 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Git Branch Manager
Replies: 14
Views: 3679

Re: Git Branch Manager

Hi Stefan, Could you tell us what features you and your team miss the most in our Git Client? This would be very helpful to us. Also take a look at what will be available in v2.6.0 (scheduled for the end of this month or the beginning of the next one): https://github.com/oxygenxml/oxygen-git-plugin/...
by sorin_carbunaru
Fri Sep 03, 2021 5:04 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Git Branch Manager
Replies: 14
Views: 3679

Re: Git Branch Manager

Hi Chris, We had a discussion during a review meeting and the conclusion was that it's a bit weird to add an option to deactivate such an important feature. When working with branches, merging them is what completes the workflow. Of course, you can also rebase or create a pull request... Is working ...
by sorin_carbunaru
Thu Aug 19, 2021 4:39 pm
Forum: Common Problems
Topic: Problems with master file / main file support in Editor 23.1
Replies: 4
Views: 1246

Re: Problems with master file / main file support in Editor 23.1

Hi Kai, Having access to your project for testing would be great. Please tell me how exactly you reproduce the problem: which is the main file, in which file the IDREF problem happens, on which element, etc. If there is any sensitive information that you don't want to post here, you can write us at ...
by sorin_carbunaru
Wed Aug 18, 2021 1:07 pm
Forum: Common Problems
Topic: Problems with master file / main file support in Editor 23.1
Replies: 4
Views: 1246

Re: Problems with master file / main file support in Editor 23.1

Hello Kai,

What kind of documents are you working with? Are they simple XML, or perhaps DocBook, or something else?

All the best,
Sorin Carbunaru
Oxygen XML Editor
by sorin_carbunaru
Wed Aug 18, 2021 12:55 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Presenting Validation Errors in Author Mode
Replies: 1
Views: 601

Re: Presenting Validation Errors in Author Mode

Hello, I don't know why the error is not shown, perhaps it was a bug or an improvement not yet implemented at that time. But I noticed that starting with Oxygen 22.0 the error is shown. By the way, Oxygen version 21 will soon reach its "End of Support" milestone, when all support for that ...
by sorin_carbunaru
Tue Aug 17, 2021 4:49 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Git Branch Manager
Replies: 14
Views: 3679

Re: Git Branch Manager

Hi Chris, It's enough to know that we are not the only people thinking that a dialog box would be a good option for the Stash support. As for the rest of the GUI details, we will analyze them internally. Thank you for your help! In regards to branch merging, we were wondering, do you use Oxygen proj...
by sorin_carbunaru
Mon Aug 16, 2021 10:17 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: indexterm doubts
Replies: 1
Views: 617

Re: indexterm doubts

Hello,

I suggest you ask the same question here: https://github.com/dita4publishers/org. ... shers.epub. This is the project responsible for publishing DITA to EPUB.

Best wishes,
Sorin Carbunaru
by sorin_carbunaru
Mon Aug 16, 2021 9:25 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Can you use abbreviated-form for glossentry elements in a glossgroup
Replies: 6
Views: 1344

Re: Can you use abbreviated-form for glossentry elements in a glossgroup

Oh, OK. The code you pasted in the first post is actually a glossentry, not a glossgroup...

Now, getting back to the question, it seems you can't create key references to glossentries inside a glossgroup. See this related forum post for more details.
by sorin_carbunaru
Fri Aug 13, 2021 4:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Can you use abbreviated-form for glossentry elements in a glossgroup
Replies: 6
Views: 1344

Re: Can you use abbreviated-form for glossentry elements in a glossgroup

Hello,

Have you tried to use "abbreviated-form" and it didn't work? You can take a look at the DITA "abbreviated-form" specification first and see if you find any answers.

Regards,
Sorin
by sorin_carbunaru
Fri Aug 13, 2021 12:24 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Git Branch Manager
Replies: 14
Views: 3679

Re: Git Branch Manager

Hi Chris, 1. Right now, we are thinking about creating a dialog for the stashes. We thought that usually writers would probably not have too many stashed changes, and a separate side-view might be too much for a few items. On top of that, the Git Client already contributes 3 side-views... Therefore,...
by sorin_carbunaru
Wed Aug 11, 2021 11:58 am
Forum: Feature Request
Topic: Affected Ditamaps Panel
Replies: 12
Views: 3733

Re: Affected Ditamaps Panel

Hello,

Just wanted to let you know that I created an improvement request (EXM-48556) related to expanding branches in DITA Reusable Components.

All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
by sorin_carbunaru
Wed Aug 11, 2021 11:48 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Git Branch Manager
Replies: 14
Views: 3679

Re: Git Branch Manager

Hello! 1. You can't pull from another branch using our Git Client Add-on. At least not yet. We have an improvement request already recorded and I added your vote for it. An alternative would probably be to create an external tool that runs " git pull origin ${ask()} ", where " ${ask()...
by sorin_carbunaru
Thu Jul 29, 2021 8:49 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Git Branch Manager
Replies: 14
Views: 3679

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: 821

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: 1081

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: 1762

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: 1762

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...