Search found 402 matches

by sorin_carbunaru
Mon Apr 15, 2024 10:39 am
Forum: Feature Request
Topic: Git Plugin - Sort Submodules by name
Replies: 1
Views: 47

Re: Git Plugin - Sort Submodules by name

Hi there,

Thank you for the feedback! I created issue EXM-54420 for your request and we will update this thread when we'll release a version of the Git Client that incorporates this improvement.

All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
by sorin_carbunaru
Wed Apr 10, 2024 2:07 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Ditamaps Manager Context Menu Customisation
Replies: 13
Views: 739

Re: Ditamaps Manager Context Menu Customisation

There's no use in first looking at the element name and then the class attribute. You should first check if the node is an AuthorElement and then check the class attribute.
by sorin_carbunaru
Wed Apr 10, 2024 10:09 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Ditamaps Manager Context Menu Customisation
Replies: 13
Views: 739

Re: Ditamaps Manager Context Menu Customisation

Use ro.sync.ecss.extensions.api.node.AuthorElement.getAttribute(String) to get the "class" attribute.
by sorin_carbunaru
Wed Apr 10, 2024 9:32 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Ditamaps Manager Context Menu Customisation
Replies: 13
Views: 739

Re: Ditamaps Manager Context Menu Customisation

Have you checked what "selectedNodes[0].getName()" returns when clicking on a bookmap? By the way, when working with DITA, it's a best practice to check the "class" attribute of an element instead of the name. At some point you may specialize your DITA framework and create a new ...
by sorin_carbunaru
Wed Mar 27, 2024 11:00 am
Forum: Common Problems
Topic: oXygen (+ git add-on?) seem to modify files unasked
Replies: 3
Views: 169

Re: oXygen (+ git add-on?) seem to modify files unasked

Hi,

Do you have the possibility to check the same scenario on Windows? For me it worked on my machine (wich is a Windows machine) and I'd like to see if the OS makes any difference.

Best wishes,
Sorin Carbunaru
Oxygen XML Editor
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: 155

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

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

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

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

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 423 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: 268

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

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

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

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

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

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

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

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 554 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: 3743

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

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

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

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

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

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

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

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

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

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

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

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