Hi Radu,
thanks, we modified the classpath and we will see.
Regards
Stefan
Search found 40 matches
- Mon Mar 01, 2021 12:48 pm
- Forum: Other Issues
- Topic: Oxygen Auhtor (Eclipse Version) and Java 11
- Replies: 3
- Views: 108
- Wed Feb 10, 2021 12:31 pm
- Forum: Other Issues
- Topic: Oxygen Auhtor (Eclipse Version) and Java 11
- Replies: 3
- Views: 108
Oxygen Auhtor (Eclipse Version) and Java 11
Hi, we're using the Oxygen XML-Author (com.oxygenxml.author) Plugin in our Eclipse-RCP Application. Since were migrating our Application Code to Java-SE 11, we run into troubles because the oxygen.xml.author Plugin has jars on it's bundle Classpath which export packages that already exists in the JR...
- Wed Nov 11, 2020 5:47 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Different results of ciAttribute.getPossibleValues() on schema or DTD
- Replies: 4
- Views: 257
Re: Different results of ciAttribute.getPossibleValues() on schema or DTD
Hi Radu, thanks for your answer. I mean you can check if the list is not null and not empty to decide if there are possible values. This is how we fixd this issue! about the EditableState it is still not clear if ist is possible to have the state TRUE and possible values? Or the state can only be *O...
- Wed Nov 11, 2020 1:25 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Different results of ciAttribute.getPossibleValues() on schema or DTD
- Replies: 4
- Views: 257
Re: Different results of ciAttribute.getPossibleValues() on schema or DTD
Hello,
I have another question about the editableState of the CIAttribute Class.
Can I use this state to distinguish between a text field and a combo? Or is it also possible to get TRUE as the editable state and also a list of values in the possible Values?
Best Regards
Stefan
I have another question about the editableState of the CIAttribute Class.
Can I use this state to distinguish between a text field and a combo? Or is it also possible to get TRUE as the editable state and also a list of values in the possible Values?
Best Regards
Stefan
- Wed Nov 11, 2020 1:06 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Different results of ciAttribute.getPossibleValues() on schema or DTD
- Replies: 4
- Views: 257
Different results of ciAttribute.getPossibleValues() on schema or DTD
Hallo, I have a stange behaviour of the methode ciAttribute.getPossibleValues(). The methode returns different results depending if I use XML Schema or DTD. Using DTD it returs null if there are no values defined in the DTD. On Schema it returns an empty List. Is this behaviour because of a mistake ...
- Thu Oct 15, 2020 11:42 am
- Forum: Other Issues
- Topic: Failed to execute runnable (org.eclipse.swt.SWTException: Widget is disposed)
- Replies: 4
- Views: 431
Re: Failed to execute runnable (org.eclipse.swt.SWTException: Widget is disposed)
Hi Radu
We are using
Oxygen Author 22.1, build:2020072902
Eclipse 3.7
Regards
Stefan
We are using
Oxygen Author 22.1, build:2020072902
Eclipse 3.7
Regards
Stefan
- Thu Oct 15, 2020 11:01 am
- Forum: Other Issues
- Topic: Failed to execute runnable (org.eclipse.swt.SWTException: Widget is disposed)
- Replies: 4
- Views: 431
Failed to execute runnable (org.eclipse.swt.SWTException: Widget is disposed)
Hi, I discovered a SWTException on startup an RCP Client including Oxygen. How I got this: I opend RCP Client (CMS) opened a XML file in Oxygen Cleared the LIcense in the preference dialog Closed the Client with open editors restarted Client While starting the License dialog shows up and I entered t...
- Wed Oct 07, 2020 3:00 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Ref Validation of Image href
- Replies: 5
- Views: 343
Re: Ref Validation of Image href
Hi Radu, thanks for the example code ... My problem here is that I can not distinguish between problems comming from different references. I would like only to filter reference problems comming from the href in image tags not comming from other reference tags. How would I do that? Is there no possib...
- Wed Oct 07, 2020 11:30 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Ref Validation of Image href
- Replies: 5
- Views: 343
Re: Ref Validation of Image href
Hi Radu,
is there an Interface I must implement for this extension? And is there a possibility to get all ValidationFilters?
Regards,
Stefan
is there an Interface I must implement for this extension? And is there a possibility to get all ValidationFilters?
Regards,
Stefan
- Tue Oct 06, 2020 3:22 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Ref Validation of Image href
- Replies: 5
- Views: 343
Ref Validation of Image href
Hi, In our CMS we have an alternate location of images while editing content. So we implemented an StylesFilter to alter the reference either to the alternate location or to the document location. Now the problem in DITA is that there is a validation on the href of the image tag causing this warning...
- Thu Oct 01, 2020 10:18 am
- Forum: Other Issues
- Topic: Remove "Refactoring" entries in context menu
- Replies: 6
- Views: 472
Re: Remove "Refactoring" entries in context menu
Good Morning Radu, calling this IContributionItem[] items = ((IMenuManager) contribItem).getItems(); AuthorActionsProvider actionsProvider = authorAccess.getEditorAccess().getActionsProvider(); Stream.of(items).filter(ActionContributionItem.class::isInstance).map(ActionContributionItem.class::cast) ...
- Wed Sep 30, 2020 6:03 pm
- Forum: Common Problems
- Topic: Canceling Validating with... action results in NPE
- Replies: 2
- Views: 274
Re: Canceling Validating with... action results in NPE
Thanks Radu,
new Version works!
Regards
Stefan
new Version works!
Regards
Stefan
- Wed Sep 30, 2020 5:05 pm
- Forum: Other Issues
- Topic: Remove "Refactoring" entries in context menu
- Replies: 6
- Views: 472
Re: Remove "Refactoring" entries in context menu
Hi Radu,
I implemented a filter to remove some entries in the "Refactoring" menu but as I see in the debugger the ActionContributions have localized IDs
Is there a way to identify specific actions safely?
Regards,
Stefan
I implemented a filter to remove some entries in the "Refactoring" menu but as I see in the debugger the ActionContributions have localized IDs
Is there a way to identify specific actions safely?
Regards,
Stefan
- Wed Sep 30, 2020 3:39 pm
- Forum: Common Problems
- Topic: Canceling Validating with... action results in NPE
- Replies: 2
- Views: 274
Canceling Validating with... action results in NPE
Hello, When trying to cancel the "Validate with..." action from the Toolbar of the Eclipse Client (Oxygen 22.1 Eclipse version) it ends up in an NPE Accept I choose Schematron as Schama Type. java.lang.NullPointerException at com.oxygenxml.editor.editors.xml.v.sjc(Unknown Source) at com.oxygenxml.ed...
- Wed Sep 30, 2020 2:38 pm
- Forum: Other Issues
- Topic: Remove "Refactoring" entries in context menu
- Replies: 6
- Views: 472
Remove "Refactoring" entries in context menu
Hallo,
We are using Oxygen 22.1 Eclipse-version in an CMS Context and have troubles with some ootb DITA functions within the "Refactoring" context menu.
Is there a way to disable some entries of the refactoring menu?
Best
Stefan
We are using Oxygen 22.1 Eclipse-version in an CMS Context and have troubles with some ootb DITA functions within the "Refactoring" context menu.
Is there a way to disable some entries of the refactoring menu?
Best
Stefan
- Wed Sep 23, 2020 10:00 am
- Forum: Common Problems
- Topic: Problem with css attribute selector for lang
- Replies: 3
- Views: 341
Re: Problem with css attribute selector for lang
Hi Radu,
Thank you very much!
Thank you very much!
- Tue Sep 22, 2020 4:43 pm
- Forum: Common Problems
- Topic: Problem with css attribute selector for lang
- Replies: 3
- Views: 341
Problem with css attribute selector for lang
Hi, When I use an CSS attribute selector like *[langcode|="de"] filter:before { content: "Filterkriterium: "; } The localized text only shows up if I enter lang="de - ". If I just enter lang="de" the english text is still displayed. Is this the correct implementation of the selector? Explanation fro...
- Wed Sep 02, 2020 7:05 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: The "oxy_link-text()" function will not be executed
- Replies: 2
- Views: 442
Re: The "oxy_link-text()" function will not be executed
Hi Alex,
thank you very much!
I desided to user your second advice because the path to the css differ for every document loaded.
Regards
Stefan
thank you very much!
I desided to user your second advice because the path to the css differ for every document loaded.
Regards
Stefan
- Wed Sep 02, 2020 10:32 am
- Forum: SDK-API, Frameworks - Document Types
- Topic: The "oxy_link-text()" function will not be executed
- Replies: 2
- Views: 442
The "oxy_link-text()" function will not be executed
Hello, I use Oxygen 22.1 in an Eclipse CMS environment. I changed the DITA framework so that the css will be used from the document. the css is also placed beside the document on localhost. But I get this Error: Beschreibung: [CSS]: The "oxy_link-text()" function will not be executed unless the CSS ...
- Tue Apr 28, 2020 6:13 pm
- Forum: Other Issues
- Topic: CGM support for eclipse oxygen author pre 19
- Replies: 6
- Views: 825
Re: CGM support for eclipse oxygen author pre 19
yes this addon is not available any more,
What is the extension point of oxygen this addon was using? So I could write my own addon using JCGM.
Best regards
What is the extension point of oxygen this addon was using? So I could write my own addon using JCGM.
Best regards
- Tue Apr 28, 2020 2:03 pm
- Forum: Other Issues
- Topic: CGM support for eclipse oxygen author pre 19
- Replies: 6
- Views: 825
Re: CGM support for eclipse oxygen author pre 19
Hi,
thanx for your answer, i know that these versions are EOL but is there a possibility to extend oxygen 17 eclipse version to display CGM files?
Do you have a link to some customization guides for custom image renderer?
Thanx very much
thanx for your answer, i know that these versions are EOL but is there a possibility to extend oxygen 17 eclipse version to display CGM files?
Do you have a link to some customization guides for custom image renderer?
Thanx very much
- Mon Apr 27, 2020 1:17 pm
- Forum: Other Issues
- Topic: CGM support for eclipse oxygen author pre 19
- Replies: 6
- Views: 825
CGM support for eclipse oxygen author pre 19
Hi,
as you describe in your description on git hub "https://github.com/oxygenxml/oxygenxml. ... rt.eclipse" this addon is only running on oxygen post version 19.
What exactly is the reason that it is not running on previous versions?
I use the eclipse version of the oxygen author.
as you describe in your description on git hub "https://github.com/oxygenxml/oxygenxml. ... rt.eclipse" this addon is only running on oxygen post version 19.
What exactly is the reason that it is not running on previous versions?
I use the eclipse version of the oxygen author.
- Mon Nov 18, 2019 7:59 pm
- Forum: Other Issues
- Topic: Content Compare in Eclipse Plugin
- Replies: 10
- Views: 2834
Re: Content Compare in Eclipse Plugin
Hello Octavian,
thank you for the reply and the idea of integrating the Oxygen Web Editor.
But using the Web Editor for DIFFs only would cause another licence to order. Isn't is?
Or is there another way integrating this?
When will the Version 22 or 22.1 be released?
Best Regards
Stefan
thank you for the reply and the idea of integrating the Oxygen Web Editor.
But using the Web Editor for DIFFs only would cause another licence to order. Isn't is?
Or is there another way integrating this?
When will the Version 22 or 22.1 be released?
Best Regards
Stefan
- Mon Nov 18, 2019 5:31 pm
- Forum: Other Issues
- Topic: Localization of the Eclipse Oxygen Editor
- Replies: 1
- Views: 391
Localization of the Eclipse Oxygen Editor
Hi, we use Oxygen Author eclipse plug-in (version 17) in our cms product. Now one of our customers would like to have a czech and a spanish translation of the UI. So we tried to translate the language bundle plugin, but this did not work. Further research showed, that there are more texts in the UI ...
- Mon Nov 18, 2019 11:52 am
- Forum: Other Issues
- Topic: Content Compare in Eclipse Plugin
- Replies: 10
- Views: 2834
Re: Content Compare in Eclipse Plugin
Hi Octavian,
Any news on this issue?
Best Regards
Stefan
Any news on this issue?
Best Regards
Stefan
- Tue Oct 16, 2018 3:02 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Extendin the frameworks
- Replies: 1
- Views: 923
Extendin the frameworks
Hi, Is there a way to extend the oxygen frameworks without changing the default oxygen author eclipse plugin? I am using the eclipse version of the newest oxygen author 20.1 and would like to extend the frameworks by adding new Plugins into my RCP CMS Client. It would be nice if we could point to ad...
- Wed Oct 10, 2018 7:18 pm
- Forum: Common Problems
- Topic: EclipseVersionDetector fails, when starting Oxygen from the Eclipse IDE
- Replies: 2
- Views: 1115
- Tue Oct 09, 2018 11:31 am
- Forum: Common Problems
- Topic: EclipseVersionDetector fails, when starting Oxygen from the Eclipse IDE
- Replies: 2
- Views: 1115
EclipseVersionDetector fails, when starting Oxygen from the Eclipse IDE
Hi, I get the following exception when I try to open an Oxygen XML Editor instance in my Eclipse 4 RCP application, when I start it from the IDE: java.lang.NullPointerException at java.util.StringTokenizer.<init>(StringTokenizer.java:199) at java.util.StringTokenizer.<init>(StringTokenizer.java:221)...
- Mon Oct 08, 2018 6:08 pm
- Forum: Common Problems
- Topic: Problem integrating Oxygen Author into an Eclipse 4 RCP
- Replies: 1
- Views: 1108
Problem integrating Oxygen Author into an Eclipse 4 RCP
Hi, when I try to integrate the Oxygen Author into my new Eclipse 4 RCP Application I get following Exception: java.lang.NullPointerException at com.oxygenxml.editor.editors.xml.AbstractXMLTextEditor.createFoldVerifyer(Unknown Source) at com.oxygenxml.editor.editors.fold.FoldEditor.createPartControl...
- Tue Sep 11, 2018 2:35 pm
- Forum: Other Issues
- Topic: Content Compare in Eclipse Plugin
- Replies: 10
- Views: 2834
Re: Content Compare in Eclipse Plugin
What is you use case, do you want to compare two/three XML file in the Author mode? Or you want to compare two/three directories and see the changes from the files in the Author mode? Hi Octavian, Our usecase would be comparing two xml files in the author mode. We integrated the oxygen Author in ou...