Search found 9041 matches

by Radu
Fri Mar 08, 2024 12:36 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Button Form Control (oxy_button) Truncating Action Name
Replies: 4
Views: 425

Re: Button Form Control (oxy_button) Truncating Action Name

Hi Daniel, For now I cannot reproduce the problem on Mac or Windows but I cannot control the Windows DPI as I'm working remote from a mac. I added an internal issue to look further into this, pasting the issue ID below: EXM-54294 Button group form control does not display entire text content I see y...
by Radu
Fri Mar 08, 2024 12:04 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Extension debugging with Eclipse
Replies: 4
Views: 429

Re: Extension debugging with Eclipse

Hi, So the documentation you linked says: In the Classpath tab, add a reference to your Project's classes directory and in the Extensions tab, This would mean you just need to add in the Classpath list a reference to your "bin" folder, but instead you seem to refer individual subfolders fr...
by Radu
Fri Mar 08, 2024 8:24 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA-OT projects and spaces in filenames
Replies: 3
Views: 498

Re: DITA-OT projects and spaces in filenames

Hi,
100+ PDFs compiled.
Yeah, DITA OT project files are quite useful to bring all your publishing needs together :D
Regards,
Radu
by Radu
Thu Mar 07, 2024 2:54 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Button Form Control (oxy_button) Truncating Action Name
Replies: 4
Views: 425

Re: Button Form Control (oxy_button) Truncating Action Name

Hi Daniel, You are using the Oxygen desktop application right? Or are you using the Oxygen WebAuthor in-browser distribution? Can you post maybe a small sample with how your CSS customization which adds the buttons looks like? Also what Oxygen version are you using and are you on a high dpi screen? ...
by Radu
Thu Mar 07, 2024 2:33 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Finding ditamap integrated in main file
Replies: 2
Views: 317

Re: Finding ditamap integrated in main file

Hi, In the DITA Maps Manager view there is a "Context" combo box which points to a root DITA Map. You can use the API "ro.sync.ecss.dita.DITAAccess.getRootMapURL()" to access the root map listed there. We also have the API: ((StandalonePluginWorkspace)PluginWorkspaceProvider.getP...
by Radu
Wed Mar 06, 2024 12:28 pm
Forum: XSLT and FOP
Topic: Limit open/find ressource scope
Replies: 3
Views: 268

Re: Limit open/find ressource scope

HI Oleksii, I would probably use something like this: *C:/* so add a wildcard also at the beginning, this seemed to work for me. Or in the Preferences->Open/Find Resource page check the "Only index files indexed in the DITA Map as resource only". Or of course avoid adding your entire drive...
by Radu
Wed Mar 06, 2024 11:14 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Is there a way to validate external file references?
Replies: 1
Views: 292

Re: Is there a way to validate external file references?

Hi, You can create a Schematron schema to validate an XML document with custom validation rules. For example if your XML document looks like this: <?xml-model href="test.sch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> <root> <graphic mi...
by Radu
Wed Mar 06, 2024 8:23 am
Forum: Feature Request
Topic: Complete Description not visible in Results View
Replies: 3
Views: 193

Re: Complete Description not visible in Results View

Hi Garima,
How about if you open the master DITA Map in the Oxygen DITA Maps Manager view, click the "Validate and check for completeness" toolbar button and select the checkbox "Include remote resources"? This should validate each topic and also check web links.
Regards,
Radu
by Radu
Tue Mar 05, 2024 4:24 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Disable default implementation of ClipboardFragmentInformation
Replies: 7
Views: 494

Re: Disable default implementation of ClipboardFragmentInformation

Hi Ralf, I tried to use the removeClipboardFragmentProcessor( DITAUniqueAttributesRecognizer) while including dita.jar as system dependency for testing purpose - couldn't find a maven artifact for dita.jar. Unfortunately removing didn't really work. I didn't pursue this any further because of the &q...
by Radu
Tue Mar 05, 2024 3:20 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Clarification in license server
Replies: 3
Views: 1227

Re: Clarification in license server

Hi Jen,
This forum thread is from 7 years ago, the link is to the documentation for Oxygen 18.
Our newest licensing advice and documentation can be found here:
https://www.oxygenxml.com/doc/ug-editor ... e-key.html
Regards.
Radu
by Radu
Tue Mar 05, 2024 2:52 pm
Forum: Feature Request
Topic: Complete Description not visible in Results View
Replies: 3
Views: 193

Re: Complete Description not visible in Results View

Hi Garima, The description presented in the "Find/Replace in FIles" results view is limited for performance reasons, so only a small piece of content is presented containing the found piece of text. If you want to see the entire context you will need to double click each match and see dire...
by Radu
Tue Mar 05, 2024 2:49 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Disable default implementation of ClipboardFragmentInformation
Replies: 7
Views: 494

Re: Disable default implementation of ClipboardFragmentInformation

Hi Ralf, The default implementation of the clipboard processor is in the DITA framework configuration folder (OXYGEN_INSTAL_DIR/frameworks/dita). So if for example you go to the Oxygen Preferences->"Document Type Association" page and edit the "DITA" framework extension, it has a...
by Radu
Tue Mar 05, 2024 10:17 am
Forum: SDK-API, Frameworks - Document Types
Topic: Disable default implementation of ClipboardFragmentInformation
Replies: 7
Views: 494

Re: Disable default implementation of ClipboardFragmentInformation

Hi,
I need more context, did you create an Oxygen plugin which does that or did you extend the "ro.sync.ecss.extensions.dita.DITAExtensionsBundle" in a framework extension folder?
Regards,
Radu
by Radu
Tue Mar 05, 2024 9:55 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Automatically generating task labels (stepxmp, stepresult)
Replies: 8
Views: 803

Re: Automatically generating task labels (stepxmp, stepresult)

Hi Konrad, Sorry I forgot to reply to your next to last post. So: Would copying the DITA dir from the Oxygen installation directory to ${pd}/custom-settings/frameworks/dita, and then updating my project settings (Options > Preferences > DITA, with Project Options enabled) to use that folder as the c...
by Radu
Tue Mar 05, 2024 8:30 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,
Thanks for posting the solution, I'm glad this works for you now.
This probably means that the Oxygen application did not have access rights to list the structure of that specific folder.
Regards,
Radu
by Radu
Tue Mar 05, 2024 8:24 am
Forum: XML Schemas
Topic: Schematron and Oxygen 26
Replies: 3
Views: 550

Re: Schematron and Oxygen 26

Hi Alex, Does Oxygen report any particular error when you open the XML document and use the "Validate" toolbar button? In the Oxygen main menu Help->About dialog there is a "Build ID" field. Can you tell me what value it has on your side? Our latest minor bug fix release of Oxyge...
by Radu
Tue Mar 05, 2024 8:20 am
Forum: Feature Request
Topic: Committing several files
Replies: 4
Views: 231

Re: Committing several files

Hi,
Can you elaborate?
Are you using Oxygen with a Git project? Because with Git you can edit and commit several files.
https://www.oxygenxml.com/doc/ug-editor ... addon.html
Regards,
Radu
by Radu
Mon Mar 04, 2024 12:51 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Disable default implementation of ClipboardFragmentInformation
Replies: 7
Views: 494

Re: Disable default implementation of ClipboardFragmentInformation

Hi,
What kind of XML documents are you editing?
Are you adding your fragment processor from an Oxygen plugin or from a DITA framework customization?

Regards,
Radu
by Radu
Mon Mar 04, 2024 12:41 pm
Forum: Other Issues
Topic: Add items to outputclass list
Replies: 14
Views: 5456

Re: Add items to outputclass list

Hi, Oxygen uses the specified controlled values specified in the Subject Scheme map to also validate the attribute values in the XML document. I tested working with a subject scheme map which looks like this: <!DOCTYPE subjectScheme PUBLIC "-//OASIS//DTD DITA Subject Scheme Map//EN" "...
by Radu
Mon Mar 04, 2024 12:30 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Fragment inside ClipboardFragmentInformation
Replies: 1
Views: 352

Re: Fragment inside ClipboardFragmentInformation

Hi, In general the pasted AuthorDocumentFragment object should contain exactly the copied content. But there are certain cases like as you said, when an entire table cell is being copied, in this case in our code we retain only the cell content but we also have some metadata which describes that the...
by Radu
Mon Mar 04, 2024 10:25 am
Forum: Common Problems
Topic: Conditioning Question
Replies: 3
Views: 989

Re: Conditioning Question

Hi, The DITA 1.3 specs describes exactly how filtering with DITAVAL filter files should work: https://www.oxygenxml.com/dita/1.3/specs/archSpec/base/filtering.html if any token in the attribute value evaluates to "include", the element evaluates to "include"; otherwise it evaluat...
by Radu
Mon Mar 04, 2024 10:04 am
Forum: SDK-API, Frameworks - Document Types
Topic: Moving Cursor on Page change
Replies: 3
Views: 403

Re: Moving Cursor on Page change

Hi, From what I remember Oxygen should also try to restore the caret position to the last location where it was in the document when it was last closed. Maybe you can use invoke later to post pone a bit setting the caret to the custom location where you want to set it: SwingUtilities.invokeLater(new...
by Radu
Mon Mar 04, 2024 9:52 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, Not sure what the problem could be, in the Project view there is a "Settings" drop down button with a "Filters..." action. Is it possible that somehow the default filters set there instruct Oxygen to skip over the files? For example maybe you can check the "Show hidden f...
by Radu
Mon Feb 26, 2024 9:07 am
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen button modification
Replies: 6
Views: 575

Re: Oxygen button modification

Hi Aditya,
If you still have problems with this maybe you can export the entire action to an XML file and either zip and attach it to this forum thread or send it to us (support@oxygenxml.com).
Screenshot 2024-02-26 at 08.06.52.png
Screenshot 2024-02-26 at 08.06.52.png (173.02 KiB) Viewed 448 times
Regards,
Radu
by Radu
Mon Feb 26, 2024 7:57 am
Forum: SDK-API, Frameworks - Document Types
Topic: How to create a new button in oxygen and on click that button need to insert the tags and current date?
Replies: 11
Views: 1421

Re: How to create a new button in oxygen and on click that button need to insert the tags and current date?

Hi,
There is this specific editor variable:
${author.name} - Expands to the current author name that is set in the Review preferences page.
https://www.oxygenxml.com/doc/ug-editor ... ables.html
Regards,
Radu
by Radu
Fri Feb 23, 2024 6:36 pm
Forum: Common Problems
Topic: ${ask} editor variable return an error
Replies: 6
Views: 252

Re: ${ask} editor variable return an error

Hi Arthur, As far as I know from when we originally wrote the XSLTOperation it splits the parameters by "=". But it's possible that as the problem occurs in certain cases when the URL contains "=", maybe nobody else on your team pasted before such an URL in the ask dialog until n...
by Radu
Fri Feb 23, 2024 2:22 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen button modification
Replies: 6
Views: 575

Re: Oxygen button modification

Hi Aditya, I do not understand this xpath expression you are using: ancestor-or-self::*[contains(@class, ' topic/prolog')] and not(ancestor-or-self::*[contains(@class, ' topic/topic ')]/*[contains(@class, ' topic/prolog')]) If I were to translate it to a human readable description it means "whe...
by Radu
Fri Feb 23, 2024 1:42 pm
Forum: Common Problems
Topic: ${ask} editor variable return an error
Replies: 6
Views: 252

Re: ${ask} editor variable return an error

Hi, I managed to setup and reproduce the problem on my side, the "arg-externalParams" parameter takes a comma separated list of "paramName=paramValue" so once the value starts like in your case having "=" inside it, the parameters parser breaks. I added an internal issu...
by Radu
Fri Feb 23, 2024 9:15 am
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen button modification
Replies: 6
Views: 575

Re: Oxygen button modification

Hi Aditya,
So this button is for the Oxygen desktop application, not for the WebAuthor in-browser editor, right?
Can you paste some code showing me how you implemented the button's functionality? How do you decide the offset in the document where to insert the XML fragment?
Regards,
Radu
by Radu
Fri Feb 23, 2024 9:13 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Expand/collapse elements for htmlhelp
Replies: 2
Views: 482

Re: Expand/collapse elements for htmlhelp

Hi, I do not know for sure, you can add custom CSS selectors by setting the "args.css" and "args.copy.css" parameters in your transformation scenario, but in general the HTML viewer is quite limited in functionality, I'm not sure if it would allow for embedding and executing Java...