Search found 16 matches

by Stevee
Mon Jun 05, 2023 6:18 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Framework Customization: "Show Placeholders for emtpy Elements" does not work.
Replies: 3
Views: 670

Re: Framework Customization: "Show Placeholders for emtpy Elements" does not work.

Hi Radu, thank you for your reply. The Example you have posted works on my side. Thanks to your hints i found the Issue that causes this Problem when using our Custom-Framework. We have set empty Content to the CSS Pseudoelement :before of every Node. We make intensive Use of the Stylesfilter and i ...
by Stevee
Wed May 31, 2023 6:12 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Framework Customization: "Show Placeholders for emtpy Elements" does not work.
Replies: 3
Views: 670

Framework Customization: "Show Placeholders for emtpy Elements" does not work.

Hello, i have the following Issue: We've created / Customized some XML-Frameworks. The Option "Show Placeholders for emtpy Elements" does not take any effect in this customized Frameworks. Placeholders will not be shown regardless if the above mentioned preference is set to true (checked)....
by Stevee
Tue Dec 06, 2022 6:49 pm
Forum: Other Issues
Topic: Tag-Font Setting in Preferences does not affect Font of Tags in Compare-Mode.
Replies: 1
Views: 482

Tag-Font Setting in Preferences does not affect Font of Tags in Compare-Mode.

Hello, the Tag-Font Settings done under Preferences-> OxygenXMLAuthor -> Editor -> Edit modes/Pages -> Author seem not to be respected when comparing XML-Files (e.g two Dita-Topics etc..): I am not sure if this setting was ever intended to be also affect the Compare-Editor Tag-Font, but since users ...
by Stevee
Fri Nov 25, 2022 4:50 pm
Forum: Common Problems
Topic: Keybord Shortcuts dont work (Eclipse-Plugin / Dita Framework)
Replies: 4
Views: 776

Re: Keybord Shortcuts dont work (Eclipse-Plugin / Dita Framework)

Hi Radu,
i unchecked this option in Preferences and restartet Eclipse.
I verifyed that the option was still unchecked and tried again, but the Key-Shortcuts sill won't work.

I am using Eclipse 2022-09 (4.25).

Greets Stevee
by Stevee
Fri Nov 25, 2022 2:57 pm
Forum: Common Problems
Topic: Keybord Shortcuts dont work (Eclipse-Plugin / Dita Framework)
Replies: 4
Views: 776

Keybord Shortcuts dont work (Eclipse-Plugin / Dita Framework)

Hello, when editing Dita Content and try to use some Actions, some Keyboard-Shortcuts seem not to work. These applies to (at least) the following Actions: Make your Text bold (CTRL+B) Italicize your Text (CTRL+I) Underline your Text (CTRL+U) Insert a new Paragraph in the Document (CTRL+SHIFT+P Inser...
by Stevee
Mon Nov 21, 2022 6:55 pm
Forum: Common Problems
Topic: Replace All in Find/Replace Dialog shows wrong number of replaced Elements when used in AuthorView.
Replies: 5
Views: 946

Re: Replace All in Find/Replace Dialog shows wrong number of replaced Elements when used in AuthorView.

Hi chrispitude

Sorry, I forgot to add that i refer to the OxygenXML Author Eclipse Plugin. (25.0 2022110706)
I assume you tried to reproduce this in the Standalone OxygenXMLAuthor? Then it may is only an Issue in the Eclipse Plugin.

Greets Stevee.
by Stevee
Fri Nov 18, 2022 5:39 pm
Forum: Common Problems
Topic: Replace All in Find/Replace Dialog shows wrong number of replaced Elements when used in AuthorView.
Replies: 5
Views: 946

Replace All in Find/Replace Dialog shows wrong number of replaced Elements when used in AuthorView.

Hi, when using the Find/Replace Dialog to replace all matches of some text by some other, there will be always displayed that only 1 match was replaced even if more matches have been replaced. Steps to reproduce: => Create some content in OxygenXML AuthorView using some text that occures multiple ti...
by Stevee
Fri Sep 23, 2022 11:20 am
Forum: Common Problems
Topic: Framework Customization: Hide Elements (Tags) in AuthorView using Stylesfilter.
Replies: 4
Views: 666

Re: Framework Customization: Hide Elements (Tags) in AuthorView using Stylesfilter.

Hi Radu, thanks for your reply. My code gets called. If i set another CSS-Property like the visibility - hidden, that works, and the style is applied to the authorNode that i expect that it has to. My Stylesfilter Method looks like this: @Override public Styles filter(Styles styles, AuthorNode autho...
by Stevee
Mon Sep 19, 2022 5:51 pm
Forum: Common Problems
Topic: Framework Customization: Hide Elements (Tags) in AuthorView using Stylesfilter.
Replies: 4
Views: 666

Re: Framework Customization: Hide Elements (Tags) in AuthorView using Stylesfilter.

Sorry, i forgot to add some additional Information about my used Oxygen Version:
I am using:
<oXyygen/> XML Author 23.1 , build: 2021030206
Eclipse Plugin.
by Stevee
Mon Sep 19, 2022 5:18 pm
Forum: Common Problems
Topic: Framework Customization: Hide Elements (Tags) in AuthorView using Stylesfilter.
Replies: 4
Views: 666

Framework Customization: Hide Elements (Tags) in AuthorView using Stylesfilter.

Hi, i want to hide several XML-Tags ( and their children) , from the AuthorView. I used the following approach: In a Stylesfilter, i check for the AuthorNode which i want to hide. I then use the according Styles object which i receive in the filter Method and do styles.setProperty(Styles.KEY_DISPLAY...
by Stevee
Thu Aug 11, 2022 4:36 pm
Forum: Common Problems
Topic: NPE in Oxygen Eclipse Plugin when disposing display.
Replies: 4
Views: 894

Re: NPE in Oxygen Eclipse Plugin when disposing display.

Hi Mircea,
sorry for my late Reply.

I used the 24.1 Plugin as you suggested and did some testing and it seems that the NPE does not occur anymore. :D
by Stevee
Mon Aug 08, 2022 3:23 pm
Forum: Other Issues
Topic: Customizing Content Completion Assistant. Removing "new Element" from Content Completion Proposals.
Replies: 2
Views: 736

Customizing Content Completion Assistant. Removing "new Element" from Content Completion Proposals.

Hi, I want to exclude an Element from the Content-Completion-Proposals Window. I use therefore the Aproach that is described in Step 3 in this Documentation: https://www.oxygenxml.com/doc/versions/24.1/ug-editor/maps/topics/dg-configure-content-completion-assistant-for-author-only.html The Element i...
by Stevee
Thu Jul 14, 2022 1:03 pm
Forum: Common Problems
Topic: NPE in Oxygen Eclipse Plugin when disposing display.
Replies: 4
Views: 894

Re: NPE in Oxygen Eclipse Plugin when disposing display.

Hi Mircea,

thank you for your reply.
The Version of the Eclipse RCP Platform used is 4.21.

The org.eclipse.swt Plugin has the Version 3.117.0.v20210906-0842
by Stevee
Wed Jul 13, 2022 4:16 pm
Forum: Common Problems
Topic: NPE in Oxygen Eclipse Plugin when disposing display.
Replies: 4
Views: 894

NPE in Oxygen Eclipse Plugin when disposing display.

Hi, we are integrating the OxygenXMLAuthor Eclipse Plugin v24.0 in an Eclipse RCP Application. When the Eclipse RCP Application gets closed, the org.eclipse.swt.Display will disposed. This leads to a Nullpointer-Exception in the OxygenXMLAuthor that pops up when closing the Application: Here is an e...
by Stevee
Thu Mar 10, 2022 6:11 pm
Forum: SDK-API, Frameworks - Document Types
Topic: read-only attributes
Replies: 5
Views: 4931

Re: read-only attributes

Hi :)

I seem to have the same/ similar Use-Case.

I want to make some Attributes of XML-Tags to be not editable via the Attributes-Side View and the In-place Attributes Editor in Author Mode.

Instead of Web Author, i am using OxygenXMLAuthor Eclipse Plugin v24.0

Greetings,
Steffen