Search found 1008 matches

by alex_jitianu
Tue Sep 27, 2022 4:57 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Issue with Actions Using an Individual XML File
Replies: 8
Views: 1267

Re: Issue with Actions Using an Individual XML File

Hi, One more thing I've noticed with delay. You have a custom operation, com.framework.operations.InsertTemplateObject . Before we invoke an operation, the editor variables from its parameters are expanded, so it should receive an absolute URL, not ${framework(BASE_FRAMEWORK_NAME)} . Is this the iss...
by alex_jitianu
Tue Sep 27, 2022 4:53 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Issue with Actions Using an Individual XML File
Replies: 8
Views: 1267

Re: Issue with Actions Using an Individual XML File

Hi, Inside the base framework ( S1000D - DM Procedure ) you have: proced/resources/ftlTemplate/templates/template.ftl proced/proced_externalAuthorActions/action.xml proced/proced.exf In the extension directory you have: proced-custom/proced-custom.exf When proced-custom.exf is compiled and action.xm...
by alex_jitianu
Mon Sep 26, 2022 5:41 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Issue with Actions Using an Individual XML File
Replies: 8
Views: 1267

Re: Issue with Actions Using an Individual XML File

Hi Isabelle, Yes, we are aware of this change. In version 24, the $framework variables from the base framework actions were left untouched when copied, but that was a problem when the base framework and the extension framework were not in the same directory. That's why we decided to rewrite ${framew...
by alex_jitianu
Mon Sep 26, 2022 5:17 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Remove processing-instruction from content completion
Replies: 5
Views: 1199

Re: Remove processing-instruction from content completion

Hi, It can be filtered like this. What happens is that you must specify from where you want to remove the proposals. If no "from" attribute is specified then no filtering is performed. In the next version we changed the default behavior and we will remove the proposal from all places when ...
by alex_jitianu
Mon Sep 19, 2022 5:57 pm
Forum: Other Issues
Topic: Export Open/Find Resource results?
Replies: 1
Views: 477

Re: Export Open/Find Resource results?

Hi, I'm not sure if this will be enough, but you can select all entries in the Open/Find Resources view by pressing Ctrl+A . Afterwards, invoke the contextual menu and click Copy Location . An alternative, if you don't use complex search queries, is to use the Find/Replace in Files... action from th...
by alex_jitianu
Mon Sep 12, 2022 9:12 am
Forum: Other Issues
Topic: git add-on: invalid SSH passphrase (and logging)
Replies: 2
Views: 670

Re: git add-on: invalid SSH passphrase (and logging)

Hello, We've changed the logging system from log4j to logback so the configuration file is different. 1. Create a logback.xml file in the lib folder from the application installation directory with the content from below. 2. Restart the application. 3. Reproduce the problem. 4. Close the application...
by alex_jitianu
Mon Sep 12, 2022 9:06 am
Forum: Common Problems
Topic: Motivating users to move to a new Oxygen release
Replies: 11
Views: 2580

Re: Motivating users to move to a new Oxygen release

Hi Chris,

I've added your note on the issue, but I will leave it open for awhile. Perhaps we will discover other scenarios in which that feature would be of help.

Best regards,
Alex
by alex_jitianu
Wed Aug 03, 2022 9:23 am
Forum: Feature Request
Topic: oxy_datePicker - input format
Replies: 1
Views: 528

Re: oxy_datePicker - input format

Hello, Thank you for reporting this issue. At the time when we added the date picker, the SWT widget didn't have a way of imposing the date format. I will add an issue to investigate it again and see if the option is now present. I did a quick investigation and even if we can't impose a format we ca...
by alex_jitianu
Thu Jul 28, 2022 3:31 pm
Forum: Common Problems
Topic: I don't use SSH Passphrases
Replies: 2
Views: 565

Re: I don't use SSH Passphrases

Hello, Perhaps the ssh-agent is configured on your system and the passphrase is set in it so you don't normally need to provide it in applications that kmow how to work with ssh-agent. Oxygen's Git Client is not currently integrated with ssh-agent so that might be why it requests for the passphrase....
by alex_jitianu
Mon Jul 25, 2022 3:40 pm
Forum: Feature Request
Topic: XSpec Schematron + SQF
Replies: 1
Views: 670

Re: XSpec Schematron + SQF

Hi Scott, Thank you for your suggestions! I see how such rules can make your life much easier! I've added an issue to investigate and implements such Schematron rules for a next Oxygen release. Once we have them we will commit them in the GitHub project and perhaps the community will further improve...
by alex_jitianu
Fri Jul 22, 2022 12:33 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: xref in Content to Bookmap TOC
Replies: 3
Views: 717

Re: xref in Content to Bookmap TOC

Hello,

In PDF you have a bookmarks panel and in WebHelp you have links on top of the pages. Why do you need an additional link to the toc in the topic?

Best regards,
Alex
by alex_jitianu
Mon Jul 18, 2022 1:53 pm
Forum: Common Problems
Topic: All links to other topics in a single chapter not displaying reference title
Replies: 4
Views: 743

Re: All links to other topics in a single chapter not displaying reference title

Hi Veronica, As Cris mentioned above, it's probably an issue with the correctness of the link. Since you are mentioning that the link themselves work, then probably the ids (#unique_250 etc) are no longer matching the ID of the referred topics. If you run the Validate and Check for completeness acti...
by alex_jitianu
Mon Jul 04, 2022 1:16 pm
Forum: Common Problems
Topic: Unexpected modified/outdated/deleted unstaged files showing up in the Git Staging view
Replies: 7
Views: 2019

Re: Unexpected modified/outdated/deleted unstaged files showing up in the Git Staging view

Hi Chris, We've tried to reproduce this on our side, but without success. In the screenshot, I see that there is an error reported in the bottom status area of the view, "Cannot reach remote repository". If you hover it, it should give more details about the problem. Anyway, that status ar...
by alex_jitianu
Fri Jul 01, 2022 4:47 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Enable multiple selection of alternate CSSs from Framework Extension Script File
Replies: 3
Views: 1079

Re: Enable multiple selection of alternate CSSs from Framework Extension Script File

Hello, Unfortunately, you can't set this option through the script. I've added an issue to make it available in the the next Oxygen release. Meanwhile, if you are compiling the script (you can compile the script to obtain the *.framework file by using the Compile Framework Extension script action fr...
by alex_jitianu
Thu Jun 30, 2022 4:32 pm
Forum: Common Problems
Topic: XSpec/XPath error
Replies: 3
Views: 879

Re: XSpec/XPath error

Hello, At first glance, I can't say I understand either why the error appears. It might help to have a look at the XSLT generated out of the XSpec file. For that: - click the Configure transformation scenario and edit the Run XSpec Test scenario - on the Parameters tab set the clean.output.dir param...
by alex_jitianu
Fri Jun 10, 2022 12:50 pm
Forum: Feature Request
Topic: Tab stops in code templates and inserted fragments in Author Mode?
Replies: 2
Views: 1027

Re: Tab stops in code templates and inserted fragments in Author Mode?

Hello, Unfortunately, you can't do this right now. We only have the ${caret} variable for controlling the initial position. I've added your vote for this feature and increase its priority. Some thoughts on the matter, considering we are talking about the Author mode only. 1. I believe the navigation...
by alex_jitianu
Mon May 30, 2022 11:13 am
Forum: Common Problems
Topic: Unexpected modified/outdated/deleted unstaged files showing up in the Git Staging view
Replies: 7
Views: 2019

Re: Unexpected modified/outdated/deleted unstaged files showing up in the Git Staging view

Hi,

If you happen to come across this situation again, please try to move focus to another application and then return to Oxygen. On such event we drop internal caches and we recompute the state of the repository. I would be interested to see if it has something to do with this.

Best regards,
Alex
by alex_jitianu
Mon May 30, 2022 11:06 am
Forum: Other Issues
Topic: <egXML> in ODD to XHTML
Replies: 2
Views: 673

Re: <egXML> in ODD to XHTML

Hello, I managed to reproduce the behavior with by following your procedure. It looks like it's something introduced in the 7.53.0 which comes bundled into the 16.0.0. addon. I suggest adding an issue on https://github.com/TEIC/Stylesheets/issues Meanwhile, as a workaround, you can go to Options->Pr...
by alex_jitianu
Mon May 23, 2022 11:35 am
Forum: Other Issues
Topic: combobox for inserting attribute+value in the current context
Replies: 2
Views: 658

Re: combobox for inserting attribute+value in the current context

Hello, Unfortunately, I don't see a way to achieve this using a code template. In the author page, you can create an author action based on a ChangeAttributeOperation . Afterwards, you can contribute the action in the contextual menu , toolbar or even content completion window. Best regards, Alex
by alex_jitianu
Wed May 18, 2022 4:32 pm
Forum: TEI
Topic: TEI ODD Transformation fail - ant.main
Replies: 7
Views: 4368

Re: TEI ODD Transformation fail - ant.main

Hello, Can you send us the full log on support@oxygenxml.com? When you open the XML document, please go to Window->Show view and select the Properties view. Click inside the view adn then press Ctrl+A to select all entries and then Ctrl+C to copy the information. Attach this information to the email...
by alex_jitianu
Thu May 12, 2022 9:16 am
Forum: Feature Request
Topic: Prompt for confirmation when discarding staged files in a merge context
Replies: 2
Views: 646

Re: Prompt for confirmation when discarding staged files in a merge context

Hello Chris, Thank you for the detailed explanation and samples. I've added an improvement request and we will try to implement it on the short term. Git concepts and workflows can be challenging at time, so I agree that we should try and help writers better understand the effect of some actions. Be...
by alex_jitianu
Wed May 11, 2022 3:13 pm
Forum: Common Problems
Topic: Getting Data from listPers.xml
Replies: 2
Views: 639

Re: Getting Data from listPers.xml

Hello,

We now have the possibility to configure content completion through a configuration file. You can execute an XSLT that that retrieves the values from an external file.

Best regards,
Alex
by alex_jitianu
Tue May 10, 2022 9:51 am
Forum: Other Issues
Topic: changing attribute name, not value, with form controls in Author View
Replies: 4
Views: 812

Re: changing attribute name, not value, with form controls in Author View

Hi Toma, I think that you can use xpath_eval, like this: 'dateKind= ${xpath_eval(@ana)}' . Another option is to use XQueryUpdateOperation which is invoked in the content of the element: onChange, oxy_action( name, 'Insert', operation, 'XQueryUpdateOperation', arg-script, 'insert node <product>{xs:st...
by alex_jitianu
Mon May 09, 2022 3:02 pm
Forum: Other Issues
Topic: changing attribute name, not value, with form controls in Author View
Replies: 4
Views: 812

Re: changing attribute name, not value, with form controls in Author View

Hello, In theory it sounds feasible. The onChange can execute an XQueryUpdateOperation , for example, to refactor the document. Afterwards, to make the date picker edit a different attribute you can rely on a number of extra selectors: correspAction date[notBefore]:before { font-family: "Platfo...
by alex_jitianu
Mon May 09, 2022 1:34 pm
Forum: Other Issues
Topic: Setting height and width to oxy_button?
Replies: 1
Views: 564

Re: Setting height and width to oxy_button?

Hello, The text field and the button are aligned on baseline. image.png The result is not great, but I haven't yet succeeded in finding a CSS combination to align it differently.... You mention that making the button transparent didn't help either. For me it looks like it fixes the issue, because th...
by alex_jitianu
Thu May 05, 2022 12:10 pm
Forum: Other Issues
Topic: Form control - how to replace text using Author Mode Operations?
Replies: 2
Views: 611

Re: Form control - how to replace text using Author Mode Operations?

Hello, I tried this myself and what I observed was that a new "Placeholder name" part was inserted instead of replacing the entire content. Is this what happens in your case as well? It does this because the operation only replaces the selection and in this case you have no selection. In t...
by alex_jitianu
Fri Apr 29, 2022 3:11 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Change tag name display in Oxygen Author
Replies: 2
Views: 602

Re: Change tag name display in Oxygen Author

Hello, This label comes from the CSS. In general, to understand what CSS rule is involved, place the caret in a given context and invoke the CSS Inspector from the contextual menu. For the topichead case, you will notice: image.png It is now a matter of adding an additional rule to override this one...
by alex_jitianu
Thu Apr 28, 2022 12:44 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Syntax diagrams in SVG
Replies: 6
Views: 2186

Re: Syntax diagrams in SVG

Hi, I've added your vote to include the plugin and increased the issue's priority. I've installed the plugin myself and it seemed to work just fine. I'm writing the steps I took here and perhaps you can draw inspiration from it: 1. I've downloaded the last: from https://github.com/robander/svg-synta...
by alex_jitianu
Tue Apr 26, 2022 1:18 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Conref push to multiple files
Replies: 1
Views: 453

Re: Conref push to multiple files

Hello, I'll try to answer to the best of my knowledge, but I recommend asking a question on the DITA Users list too. Out of the box, I don't think there is a way to push to multiple targets. You would need add a conref push for each target. If it's possible to edit the target documents, perhaps you ...
by alex_jitianu
Wed Apr 20, 2022 12:52 pm
Forum: Other Issues
Topic: After new TEI update attribute suggestions stopped appearing!
Replies: 1
Views: 476

Re: After new TEI update attribute suggestions stopped appearing!

Hello, I'm not sure how you've created those customizations, but they probably are at framework level. After you've installed the TEI P5 framework from that update site, that framework became the active one and it's lacking your customizations. Hopefully, your customized framework is still present o...