Search found 47 matches

by Denis
Thu Aug 25, 2016 2:46 pm
Forum: Other Issues
Topic: NullPointerException
Replies: 2
Views: 1998

NullPointerException

Hi, we are using oxygen Author Eclipse Version 17.1. The editor is throwing two exceptions when I do the following steps: Open a document in the Authorview Set the caret behind the last tag Open the contextmenu and go to Refactoring Then select one of the actions after the seperator (e.g. Fragments ...
by Denis
Tue Apr 19, 2016 3:51 pm
Forum: Other Issues
Topic: Greek letters in title
Replies: 1
Views: 1467

Greek letters in title

Hi support team, I have a document where the editor shows me the title in greek letters. This is happens only in the author view. In the grid and plain view the text is in latin letters. Do I have a option or preference, where I can configure this behaviour? This happens only by one document. Heres ...
by Denis
Wed Mar 23, 2016 6:07 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Use different DITA version
Replies: 6
Views: 2998

Re: Use different DITA version

Hi, So, if I do not use a DITA OT. I have to create a catalog.xml file which contains the public identifiers and refers to the dtd. Then I can configure in the preferences, the path to the catalog and remove the other ones. After that the content completion will show me the tags for the dtd, which I...
by Denis
Wed Mar 23, 2016 10:11 am
Forum: SDK-API, Frameworks - Document Types
Topic: Customize link action
Replies: 1
Views: 1739

Customize link action

Hi, we are using Eclipse Oxygen Author 17.1. We are using a CMS for storing the documents. If the user want to edit a file, the file will be downloaded and when it's done the oxygen editor opens. If that document contains a xref, we usually do not download it. In this case the oxygen underline the x...
by Denis
Tue Mar 22, 2016 2:11 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Filter processing-instructions from actions
Replies: 2
Views: 2028

Filter processing-instructions from actions

Hi, we are using Eclipse Oxygen Author 17.1. We are using processing-instructions (pi) to hold informations. If there are informations that the user want to see, we read the pi and show the information through CSS. So the user do not see the pi's. Now I have found some actions, which break the infor...
by Denis
Tue Mar 22, 2016 12:32 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Use different DITA version
Replies: 6
Views: 2998

Re: Use different DITA version

Hi Costin, this is a nice way to refer to another DITA version. Thanks. Now I have a further use case, which is not covered with the DITA OT. What could I do, when I have a customized DITA schema. I deliver the DTD to the equal location like the editing file. The validation has to be against the del...
by Denis
Fri Mar 18, 2016 7:43 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Use different DITA version
Replies: 6
Views: 2998

Use different DITA version

Hi, we are using Eclipse Oxygen Author 17.1. Is it possible to use the a different version from DITA as you deliver. We have a case, where we want to use DITA 1.1. I have tried to put all dita schema files to the same location, where the editing file is located. But the content completion suggest me...
by Denis
Thu Mar 10, 2016 5:20 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Change error text, if an file could not be found
Replies: 1
Views: 1200

Change error text, if an file could not be found

Hi,
we are using Eclipse Oxygen Author 17.1.

I want to change the message, if a file, which is a referenced in a conref could not be found.
How I could achieve this?

Best regards
Denis
by Denis
Tue Jan 26, 2016 11:05 am
Forum: SDK-API, Frameworks - Document Types
Topic: [WebApp] Define sub-topics of a topic read-only
Replies: 3
Views: 2609

[WebApp] Define sub-topics of a topic read-only

Hi, I have the following use case, which I want to accomplish with the oxygen webapp: The user opens a topic to edit some parts of it. In the middle of the topic is a subtopic, which he does not have to edit. We are using processing instructions to define, which subtopic is read only. Here is an exa...
by Denis
Wed Dec 16, 2015 5:17 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Get validation warning
Replies: 1
Views: 1210

Get validation warning

Hi, we are using eclipse oxygen author 17.1. When I opening a dita topic, which contains a image it is yellow underlined with the message: "Validation: [REF] File not found: ...", but the image is displayed correctly. I think the reason why I get the validation warning is the way how we se...
by Denis
Fri Nov 20, 2015 6:14 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Get NullPointer by starting application
Replies: 2
Views: 2142

Re: Get NullPointer by starting application

Hi,
I have found that the org.eclipse.platform package has to be in feature folder. After this is done the exception will not be thrown anymore.

Best regards,
Denis
by Denis
Thu Nov 19, 2015 8:33 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Get NullPointer by starting application
Replies: 2
Views: 2142

Get NullPointer by starting application

Hi, we are using Eclipse oXygen Author 17.1. By starting the the application we get the following Nullpointer: 0 WARN [ main ] com.oxygenxml.editor.EditorPlugin - java.lang.NullPointerException java.lang.NullPointerException at com.oxygenxml.editor.EditorPlugin.getEclipseVersion(Unknown Source) at c...
by Denis
Mon Oct 05, 2015 6:24 pm
Forum: SDK-API, Frameworks - Document Types
Topic: How to store specific information for a framework
Replies: 2
Views: 1894

Re: How to store specific information for a framework

Hi Radu,

this is a nice approach. Thank you.

Best regards
Denis
by Denis
Fri Oct 02, 2015 5:16 pm
Forum: SDK-API, Frameworks - Document Types
Topic: How to store specific information for a framework
Replies: 2
Views: 1894

How to store specific information for a framework

Hi, we are using the Eclipse Oxygen Author in Version 15.2. If I want to store some information, which I defined for a specific framework, in the frameworks file. My use case to change the appeareance of some elments through the StylesFilter. This works fine, but if I want to extend the list of this...
by Denis
Wed Sep 30, 2015 6:06 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Resolve Xref in Custom Document Standard
Replies: 11
Views: 4739

Re: Resolve Xref in Custom Document Standard

Hi Radu,

thank you again! This extension point give me the possibilty to compare the URI´s, where I can decide, if the files are equal or not.

Best regards
Denis
by Denis
Wed Sep 30, 2015 10:22 am
Forum: Other Issues
Topic: Customization of link handling
Replies: 2
Views: 1437

Re: Customization of link handling

Hi Radu,

thanks this help me.

Best regards,
Denis
by Denis
Wed Sep 30, 2015 10:20 am
Forum: SDK-API, Frameworks - Document Types
Topic: Resolve Xref in Custom Document Standard
Replies: 11
Views: 4739

Re: Resolve Xref in Custom Document Standard

Hi Radu,
I have a further question to this topic. Do I have a option to customize the FileStoreEditorInput, which do you give to open the file?

Best regards,
Denis
by Denis
Tue Sep 29, 2015 10:05 am
Forum: Other Issues
Topic: Customization of link handling
Replies: 2
Views: 1437

Customization of link handling

Hi,

I have a document with a link inside. I can jump to the element by clicking the left mouse button. Is it possible to change it? I want to press CTRL and the left mouse button.

Best regards,
Denis
by Denis
Mon Sep 28, 2015 3:32 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Resolve Xref in Custom Document Standard
Replies: 11
Views: 4739

Re: Resolve Xref in Custom Document Standard

Hi Radu, thank you for your support and your investigated time! I have found the bug on our side. We have extended the FileStoreEditorInput, which contains the filepath and override the equals method. In the equals method we are added some more conditions, which are responsible for this weird behavi...
by Denis
Fri Sep 25, 2015 7:46 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Resolve Xref in Custom Document Standard
Replies: 11
Views: 4739

Re: Resolve Xref in Custom Document Standard

Hi, we have not defined a xml:base attribute. A dtd is used to define the structure. Beetween this two instances are no difference in the properties view. The paths a equal and all other properties, too. The ExtensionBundle that we are using is extended from the DocBook4ExtensionBundle. I can break ...
by Denis
Fri Sep 25, 2015 3:52 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Resolve Xref in Custom Document Standard
Replies: 11
Views: 4739

Re: Resolve Xref in Custom Document Standard

Hi Radu, I have to revoke my last post. Today I worked further on this feature and I run in a similar problem. The link opens again a second tab with the equal document in the editor. Everytime I click the link from the first document, the editor jumps to the second tab to the element, which is refe...
by Denis
Thu Sep 24, 2015 7:34 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Resolve Xref in Custom Document Standard
Replies: 11
Views: 4739

Re: Resolve Xref in Custom Document Standard

Hi Radu,

it know it comes late but thank you the the missing hashtag will do it!

FYI: The href do not start with the hashtag.

Best Regards
Denis
by Denis
Mon Jun 29, 2015 12:08 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Resolve Xref in Custom Document Standard
Replies: 11
Views: 4739

Resolve Xref in Custom Document Standard

Hi, we are using the Eclipse Oxygen Author in Version 15.2. We have created a oxygen extension for a document standard called PiMod. Now we have a problem to resolve a xref inside a topic. In the CSS I added this: link[href]:before { content: '[ Click '; link:attr(href); } When I create a link eleme...
by Denis
Mon Apr 20, 2015 5:40 pm
Forum: Feature Request
Topic: Change one attriubte on more elements
Replies: 1
Views: 2010

Change one attriubte on more elements

Hi, I am using the Eclipse Oxygen Author (Version: 15.2) I have to review and edit some documents containing CALS tables (DITA Framework). So my problem is: Every row has to get the same value for a attribute. So I am looking for a possiblity, where I can select all rows from the table and set the v...
by Denis
Fri Mar 20, 2015 7:39 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Get hidden text in author view
Replies: 4
Views: 2894

Re: Get hidden text in author view

Hi,
But they can be edited using the API, they just are not visibile because the DITA CSS sets display:none on them. So you can access those hidden elements in the Author editing mode.
You are right, I was blinded...
Thank you!

Regards,
Denis
by Denis
Fri Mar 20, 2015 5:15 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Get hidden text in author view
Replies: 4
Views: 2894

Re: Get hidden text in author view

Hi Radu, my problem is a required attribute value in the text tab. If I drop the conref, the required elements and the required attributes will be created in the text tab. Now I have the problem, that a attribute value has to be set on a element in the text tab. If not the xml file is not valid. I w...
by Denis
Fri Mar 20, 2015 12:57 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Get hidden text in author view
Replies: 4
Views: 2894

Get hidden text in author view

Hi, we are using the Eclipse Oxygen Author in Version 15.2. If I drop a content reference into the editor, the author tab shows the reference content. In the text tab are requird elments hidden to remain the xml file valid. Is there a way to get these elements by giving the start and end offset? Bes...
by Denis
Thu Feb 26, 2015 11:12 am
Forum: Common Problems
Topic: Hunspell UnsatisfiedLinkError
Replies: 8
Views: 4251

Re: Hunspell UnsatisfiedLinkError

I saw you use the jna version 3.4.0. I have take a look at this jar here . There is the jnidispatch.dll in the jar included. I assume that you extract the file from the jna.jar and put it into your lib folder. Now I would to like know: Why you extract these files from the jar? Can I configure the cl...
by Denis
Wed Feb 25, 2015 3:10 pm
Forum: Common Problems
Topic: Hunspell UnsatisfiedLinkError
Replies: 8
Views: 4251

Re: Hunspell UnsatisfiedLinkError

Hi, I have Oxygen added as dependency in a eclipse application. I am develop on Luna Service Release 1 (4.4.1) Build id: 20140925-1800 a 3.6 eclipse application. The file is in this location: Application\plugins\com.oxygenxml.author_15.2.0.v2014012017\lib\com\sun\jna\win32-x86\jnidispatch.dll Regard...
by Denis
Wed Feb 25, 2015 12:06 pm
Forum: Common Problems
Topic: Hunspell UnsatisfiedLinkError
Replies: 8
Views: 4251

Re: Hunspell UnsatisfiedLinkError

Hi,

version: 3.6
JavaSE
architekture: 32

We do not use JNA in another plugin.
Is there a way to configure the classpath?