Search found 2850 matches

by adrian
Tue Feb 06, 2024 4:20 pm
Forum: Other Issues
Topic: Citrix
Replies: 2
Views: 125

Re: Citrix

Hello, Oxygen requires that the user profile is persistent between sessions. This is necessary for Oxygen so that it can keep its license information and user settings (last used project and edited documents). So the environment needs to be configured accordingly to accommodate this. It is important...
by adrian
Mon Feb 05, 2024 10:53 am
Forum: Common Problems
Topic: Oxygen on a Pi4B with Fedora 38
Replies: 2
Views: 453

Re: Oxygen on a Pi4B with Fedora 38

Hi, We've only tried Oxygen v24 on Raspberry Pi OS (Raspbian) with Java 8/11 and it was usable on a Raspberry Pi 4B with 4GB RAM. This was in 2022. Do note that it's not something that we officially support, but it does work. Technically I don't see any reason why it wouldn't work on Fedora 38 with ...
by adrian
Thu Jan 18, 2024 1:40 pm
Forum: Common Problems
Topic: Floating License server User management
Replies: 2
Views: 221

Re: Floating License server User management

Hello, Now I'd like to add more normal users, but that functionality is not available when running with a floating license. By design the standalone license server provides only two users with different roles: - "Administrator user" - Used for accessing the Oxygen license server administra...
by adrian
Mon Jan 15, 2024 4:51 pm
Forum: SDK-API, Frameworks - Document Types
Topic: issue compiling actions java 8
Replies: 1
Views: 402

Re: issue compiling actions java 8

Hello, My best guess it's the same issue as this: xxx-ditamap-framework.jar - The classes were compiled using a newer version of the Java compiler than the one currently In short, the build system you're using is adding this module-info.class to the jar, even though you've specified Java 8 for compi...
by adrian
Fri Jan 12, 2024 12:24 pm
Forum: Other Issues
Topic: Lose window focus - can't edit text after search
Replies: 1
Views: 216

Re: Lose window focus - can't edit text after search

Hello, But it confuses me that it only occurs when I search in the file. That means it is probably triggered by the Find window which has the specific of being non-modal (allows focus in main window). Oxygen is a Java application, it doesn't control window focus implementation other than giving focu...
by adrian
Tue Jan 09, 2024 12:17 pm
Forum: Common Problems
Topic: Content Completion related bug on Linux?
Replies: 6
Views: 792

Re: Content Completion related bug on Linux?

Hi Sebastien,

This issue has not been scheduled yet, so it is not fixed in v26.0.

Regards,
Adrian
by adrian
Fri Dec 08, 2023 12:22 pm
Forum: General XML Questions
Topic: regex not selecting last end of line
Replies: 1
Views: 276

Re: regex not selecting last end of line

Hi, I don't see a problem with the regex, it should also match the line break after the closing row tag. In Oxygen the line breaks in XML are strictly \n (a single whitespace). You may want to also add ^\s* in front, so that it consumes the indent in front of the row start tag. Perhaps that's what y...
by adrian
Thu Nov 23, 2023 12:44 pm
Forum: Other Issues
Topic: Documentation statement about required Java version
Replies: 1
Views: 265

Re: Documentation statement about required Java version

Hi Yves,

I've logged this for our documentation department.
We were initially using OpenJDK from Oracle (up to 17.0.2/Oxygen v24.1), but have switched to Eclipse Adoptium (Temurin) since v25.0, the reason being LTS for Java 17.

Thanks,
Adrian
by adrian
Fri Nov 03, 2023 4:53 pm
Forum: Common Problems
Topic: Diff directories "false positives"
Replies: 1
Views: 212

Re: Diff directories "false positives"

Hello, I noticed that some files marked as different had not differences in content. How did you reach this conclusion? Is the Diff Files open and no differences are counted? In what mode are you looking (Text/Author)? If you are using "Compare files by: Content" it also depends on the &qu...
by adrian
Fri Nov 03, 2023 12:22 pm
Forum: Feature Request
Topic: Is it possible to add some parameters for automatic cache release from idle tabs in oxygen xml editor and a button
Replies: 4
Views: 468

Re: Is it possible to add some parameters for automatic cache release from idle tabs in oxygen xml editor and a button

Hi, By default, on Windows, Oxygen limits the Java heap memory to 4000MB (-Xmx4000m). This is sufficient for most users. Java needs a reasonable heap limit (not your entire free system memory), otherwise due to the lazy garbage collection it will allocate all the memory that it is allowed to use as ...
by adrian
Thu Nov 02, 2023 4:41 pm
Forum: Feature Request
Topic: Is it possible to add some parameters for automatic cache release from idle tabs in oxygen xml editor and a button
Replies: 4
Views: 468

Re: Is it possible to add some parameters for automatic cache release from idle tabs in oxygen xml editor and a button

Hi, I've logged your suggestion on our issue tracking tool. For future reference it is issue EXM-53889. Oxygen already has what we call "lazy editors", editors whose content has not been loaded, even though they were left opened since the previous session. By design these are only loaded w...
by adrian
Thu Oct 26, 2023 5:46 pm
Forum: Other Issues
Topic: Slow in connection with GoogleDrive
Replies: 5
Views: 498

Re: Slow in connection with GoogleDrive

Hi, I guess you can try disabling that check, sure. Go to Options > Preferences, Global and clear the box for Check opened files for file system changes . For saving files faster you can also try going to Options > Preferences, Editor > Save and clearing the Safe save (only for local files) option. ...
by adrian
Thu Oct 26, 2023 5:17 pm
Forum: Other Issues
Topic: Slow in connection with GoogleDrive
Replies: 5
Views: 498

Re: Slow in connection with GoogleDrive

Hello, Have you tested with a different application, if opening and saving files from that synchronized folder is affected? I can't really comment on what GoogleDrive does, I'm guessing it polls for file changes, but that shouldn't affect file opening. Oxygen only polls for file changes for open fil...
by adrian
Wed Oct 18, 2023 3:36 pm
Forum: Common Problems
Topic: JVM problems
Replies: 12
Views: 1529

Re: JVM problems

Hi,
Actually, if you do install v26.0 side-by-side with v25.1, please try this in v26.0 as the Java Home:
If you still have Oxygen v25.1 installed, you can try with the Java runtime (Temurin 17.0.6) from that (Oxygen/jre folder).
Regards,
Adrian
by adrian
Wed Oct 18, 2023 9:19 am
Forum: Common Problems
Topic: JVM problems
Replies: 12
Views: 1529

Re: JVM problems

Hi, Further question about Adoptium open jdk 17 temurin 17.0.8, is that the only JDK oXygen v26 supports? I notice Adoptium's latest Open JDK release is version 21, is it compatible with oXygen v26? I'm not sure the backwards compatibility. Oxygen v26 requires Java/OpenJDK 17, mainly because of DITA...
by adrian
Tue Oct 17, 2023 4:01 pm
Forum: Common Problems
Topic: JVM problems
Replies: 12
Views: 1529

Re: JVM problems

Hello, It appears to be a bug in the Java runtime bundled with Oxygen v26 ( Temurin 17.0.8 ) that affects the Java just-in-time compiler: Current thread (0x00000240bf9dd6d0): JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=22764, stack(0x000000f08b200000,0x000000f08b300000)] ...
by adrian
Tue Sep 26, 2023 8:57 am
Forum: General XML Questions
Topic: XC0012: XProc does not get access to directory on Mac
Replies: 3
Views: 540

Re: XC0012: XProc does not get access to directory on Mac

Hi, My best guess is that it's not looking for the files in the expected location. Try other values for p:directory-list/@path. I see that @path is of type xsd:anyURI: http://www.datypic.com/sc/xproc/e-p_directory-list.html Perhaps try an absolute file URL, or an absolute file path (should work on m...
by adrian
Wed Sep 20, 2023 11:08 am
Forum: General XML Questions
Topic: XC0012: XProc does not get access to directory on Mac
Replies: 3
Views: 540

Re: XC0012: XProc does not get access to directory on Mac

Hi, I'm afraid that this may be a macOS security problem rather than an XProc problem. Check if it does have access to the folder where the pipeline is run. In the macOS settings under "Privacy and Security" check both "Full Disk Access" and "Files and Folders" (check f...
by adrian
Mon Jul 31, 2023 8:06 am
Forum: Common Problems
Topic: Deprecation Warning from JDK
Replies: 1
Views: 346

Re: Deprecation Warning from JDK

Hello,

We are aware of this. Unfortunately Java 17 won't let us hide/bypass these warnings. They are not meant for the end-user.

Regards,
Adrian
by adrian
Fri Jul 28, 2023 2:32 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Compatibility Check - Intel Core i7 Laptops and Oxygen XML Versions
Replies: 1
Views: 448

Re: Compatibility Check - Intel Core i7 Laptops and Oxygen XML Versions

Hi, First I should mention that we cannot possibly test Oxygen with any and all combinations of hardware. We generally test on all supported OSs (macOS, Windows, Linux) on minimum and recommended requirements. Oxygen will generally work well with any strong 4-core CPU (i5 and up) with at least 8GB o...
by adrian
Thu Jul 27, 2023 8:43 am
Forum: Common Problems
Topic: diffDirs
Replies: 1
Views: 314

Re: diffDirs

Hello,

We are aware of this. Unfortunately Java 17 won't let us hide/bypass these warnings. They are not meant for the end-user.

Regards,
Adrian
by adrian
Wed Jul 05, 2023 11:11 am
Forum: Common Problems
Topic: Custom Term List not honoured?
Replies: 3
Views: 543

Re: Custom Term List not honoured?

Hi, That is correct. They may look similar and are implemented using .tdi files, but they are two different things: Custom term lists , en_US_customname.tdi - This is a static file that you can use to contribute with terms (or forbid terms) to the standard dictionary for that language. This is a sta...
by adrian
Fri Jun 23, 2023 12:58 pm
Forum: Common Problems
Topic: double-click mac open dita but not file
Replies: 1
Views: 395

Re: double-click mac open dita but not file

Hi, 1. On what platform is this, Windows, macOS? 2. What version/build of Oxygen is this (Help > About)? If on Windows, did you use the .exe installer and checked the box to associate .dita files with Oxygen during installation? Or did you manually make the association in File Explorer? Regards, Adr...
by adrian
Mon May 29, 2023 9:08 am
Forum: Common Problems
Topic: oXygen Offline Help with restricted internect access
Replies: 3
Views: 512

Re: oXygen Offline Help with restricted internect access

Hi, Thank you for the feedback. In retrospective it would have been useful to also have the WebHelp documentation as an offline package. Unfortunately that is currently only available online. I've logged an issue to accommodate it. The offline package is a slightly different WebHelp output (no Oxyge...
by adrian
Fri May 19, 2023 10:47 am
Forum: Feature Request
Topic: Sharing Violation
Replies: 1
Views: 460

Re: Sharing Violation

Hello, What version and build of Oxygen are you using (Help > About)? I have tested with v25.1, build 2023042509. Oxygen still has the spreadsheet locked which prevents me from saving the Excel file from Excel I can't comment on Excel, but from what I tested, Oxygen doesn't leave any handles open fo...
by adrian
Wed May 17, 2023 2:47 pm
Forum: General XML Questions
Topic: Invisible characters
Replies: 2
Views: 600

Re: Invisible characters

Hi, As you can probably imagine, this doesn't really qualify as an XML question... but anyway... The AI (LLM) of the day says that: If you're looking to make specific characters, such as the letter "i" or ".", appear invisible while still maintaining their spacing properties, the...
by adrian
Fri May 12, 2023 1:35 pm
Forum: Other Issues
Topic: Searching for a <li> tag that didn't close
Replies: 1
Views: 420

Re: Searching for a <li> tag that didn't close

Hi, This: <li>.*?</(?=ul>) searches for something that starts with "<li>" and ends in "</ul>" (first occurrence) while not including in the match the "ul>" string. So it's not greedy. Greedy means choosing the longest string that can match, expanding to the right as muc...
by adrian
Wed May 10, 2023 3:25 pm
Forum: Common Problems
Topic: Order of switching between editor tabs
Replies: 1
Views: 417

Re: Order of switching between editor tabs

Hello, Thank you for the feedback. I have tested in v25.1 and I do see some issues with the "visual order" option. I believe the problems are triggered by the "new" option: [x] Load file content only when switching to its corresponding editor tab This option (default enabled) opt...
by adrian
Fri Apr 21, 2023 11:14 am
Forum: Common Problems
Topic: Oxygen Author consume high power
Replies: 2
Views: 480

Re: Oxygen Author consume high power

Hello, What you're running there is not a clean distribution of Oxygen. You are running an XDocs distribution of Oxygen that may contain some add-ons and possibly other modifications. We do not provide support for third party add-ons or custom distributions. So, in this context, you should contact B...
by adrian
Thu Apr 20, 2023 1:38 pm
Forum: Common Problems
Topic: Content Completion related bug on Linux?
Replies: 6
Views: 792

Re: Content Completion related bug on Linux?

Hi, Actually thank you for the detailed post. While I can't reproduce the issue exactly in Ubuntu 22, I can reproduce something very similar with a German (no dead keys) keyboard layout when using AltGr (right Alt key) in combination with Shift to input a capital letter. Are you using the AltGr key?...