Search found 206 matches

by SSC
Thu Aug 16, 2012 1:56 pm
Forum: Other Issues
Topic: How to style StringContent with the ro.sync.ecss.css.Styles class
Replies: 16
Views: 6821

Re: How to style StringContent with the ro.sync.ecss.css.Styles class

Hi, concerning this feature request http://www.oxygenxml.com/forum/topic7103.html I modified our ro.sync.ecss.extensions.api.StylesFilter so that a border is drawn around an XML element, which has a PI as previous sibling. This works with an own PI: AuthorNode taggingPI = getTaggingPI(authorNode); i...
by SSC
Thu Aug 16, 2012 11:32 am
Forum: Feature Request
Topic: New functionalities for the AuthorPersistentHighlighter
Replies: 12
Views: 6930

New functionalities for the AuthorPersistentHighlighter

Hi, In our Eclipse RCP client we currently use your ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlighter to highlight certain XML tags. For the rendering a ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter in the ro.sync.ecss.extensions.api.highlights.PersistentHighlightRend...
by SSC
Thu Aug 16, 2012 10:45 am
Forum: Other Issues
Topic: com.oxygenxml.editor.editors.author.AuthorDnDListener for multiple opened Editors
Replies: 7
Views: 3032

Re: com.oxygenxml.editor.editors.author.AuthorDnDListener for multiple opened Editors

Hi Radu,

thanks for your efforts.
Looking forward to test your fixed version.

Best regards,

Simon
by SSC
Wed Aug 15, 2012 11:49 am
Forum: Other Issues
Topic: com.oxygenxml.editor.editors.author.AuthorDnDListener for multiple opened Editors
Replies: 7
Views: 3032

Re: com.oxygenxml.editor.editors.author.AuthorDnDListener for multiple opened Editors

Thanks for the reply. Can you give us a hint, when the Oxygen 14.0 minor bug fix for the DnD behavior will be released? Our projectlead just told me that he would apreaciate to have that fix next week, if possible, because he has a demo on wednesday next week. If this is not possible, he will avoid ...
by SSC
Wed Aug 15, 2012 11:20 am
Forum: Other Issues
Topic: com.oxygenxml.editor.editors.author.AuthorDnDListener for multiple opened Editors
Replies: 7
Views: 3032

Re: com.oxygenxml.editor.editors.author.AuthorDnDListener for multiple opened Editors

I will make this fix in version 14.1. I can also give you a beta kit when I'm done. Do you need it sooner? I could also try to push the fix in an Oxygen 14.0 minor bug fix release. Could you please tell me the release date of Oxygen 14.1? We would appreciate to have that fix in the middle of septem...
by SSC
Tue Aug 14, 2012 12:07 pm
Forum: Other Issues
Topic: com.oxygenxml.editor.editors.author.AuthorDnDListener for multiple opened Editors
Replies: 7
Views: 3032

com.oxygenxml.editor.editors.author.AuthorDnDListener for multiple opened Editors

Hello, I implemented a com.oxygenxml.editor.editors.author.AuthorDnDListener for our Eclipse RCP client. I am using the ro.sync.ecss.extensions.api.AuthorAccess of the AuthorDnDListener´s init method to manipulate the xml file, according to the dropped object. That works quite well, but when I open ...
by SSC
Mon Jul 23, 2012 12:29 pm
Forum: Other Issues
Topic: How to style StringContent with the ro.sync.ecss.css.Styles class
Replies: 16
Views: 6821

Re: How to style StringContent with the ro.sync.ecss.css.Styles class

Thanks Radu,

I just realized it myself.
Sorry for disturbing you.

Best regards,

Simon
by SSC
Mon Jul 23, 2012 12:17 pm
Forum: Other Issues
Topic: How to style StringContent with the ro.sync.ecss.css.Styles class
Replies: 16
Views: 6821

Re: How to style StringContent with the ro.sync.ecss.css.Styles class

Hello, currently we use the ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlighter to store additional information for certain tag nodes. I also set a ro.sync.ecss.extensions.api.highlights.PersistentHighlightRenderer to the AuthorPersistentHighlighter in order to have custom rendering f...
by SSC
Mon Jul 02, 2012 12:26 pm
Forum: Common Problems
Topic: Customizing tags in the Author?
Replies: 12
Views: 6365

Re: Customizing tags in the Author?

Hello Radu, we´d like to be able to only change the color(not the text) of certain tags programmatically, so that the color can be changed during runtime under certain circumstances. CSS is maybe too static, or would it be possible to use the StylesFilter in order to alternate the tag colors? How ur...
by SSC
Mon Jul 02, 2012 10:44 am
Forum: Common Problems
Topic: Customizing tags in the Author?
Replies: 12
Views: 6365

Re: Customizing tags in the Author?

Radu wrote:Hi,
We already have such an improvement request registered and you'll be notified when it gets implemented.
[...]
Does Oxygen 14 now support changing the color of certain tag elements?
If yes, how can I implement this feature?

Best regards,

Simon
by SSC
Fri Jun 29, 2012 10:19 pm
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10240

Re: Dnd of Tag Elements

Hello Radu, Some time ago we talked about the org.eclipse.ui.menus extension: Have you also seen my previous post about the org.eclipse.ui.menus extension? [...] This approach seems possible so I added an improvement request to try and move the creation of most of our toolbars/menus to the plugin.xm...
by SSC
Fri Jun 15, 2012 2:52 pm
Forum: Other Issues
Topic: How to style StringContent with the ro.sync.ecss.css.Styles class
Replies: 16
Views: 6821

Re: How to style StringContent with the ro.sync.ecss.css.Styles class

Hello Radu, it seems that we were writing a post for this thread simultaneously. I will try out the ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlighter? Your Screenshot callouts.png looks great. Does the current beta of Oxygen 14 already contain this feature? If so, please explain it ...
by SSC
Fri Jun 15, 2012 2:43 pm
Forum: Other Issues
Topic: How to style StringContent with the ro.sync.ecss.css.Styles class
Replies: 16
Views: 6821

Re: How to style StringContent with the ro.sync.ecss.css.Styles class

Hello Radu, is it possible to have show individual tooltips for a certain node like you do with your comment functionality? Currently I color the AuthorNode, which has our special PI as previous sibling, in a certain color, like you also do with the comment feature. But how can I attach a certain to...
by SSC
Fri Jun 15, 2012 2:36 pm
Forum: Other Issues
Topic: NullPointerException in com.oxygenxml.editor.editors.t.dragLeave(Unknown Source)
Replies: 9
Views: 3684

Re: NullPointerException in com.oxygenxml.editor.editors.t.dragLeave(Unknown Source)

Hello Radu, I think you mean the primary DropTargetListener of the org.eclipse.ui.internal.EditorSiteDragAndDropServiceImpl.MergedDropTarget. This one is not null either in our code, but the secondary, which comes from the org.eclipse.ui.internal.WorkbenchWindowConfigurer in line 167 of the org.ecli...
by SSC
Fri Jun 15, 2012 10:51 am
Forum: Other Issues
Topic: NullPointerException in com.oxygenxml.editor.editors.t.dragLeave(Unknown Source)
Replies: 9
Views: 3684

Re: NullPointerException in com.oxygenxml.editor.editors.t.dragLeave(Unknown Source)

Hello, Now that I am analysing the DnD for the Editor, I found out that there is a standard DnD behavior for texteditors in Eclipse. If you deselect the following checkbox, the NullPointerException won´t occur any more: Preferneces -> General -> Editors -> Text Editors -> deselect checkbox "Ena...
by SSC
Thu Jun 14, 2012 7:11 pm
Forum: Other Issues
Topic: How to style StringContent with the ro.sync.ecss.css.Styles class
Replies: 16
Views: 6821

Re: How to style StringContent with the ro.sync.ecss.css.Styles class

Addition to my previous post. Now I also tried this: @namespace oxy url('http://www.oxygenxml.com/extensions/author'); oxy|processing-instruction { display:none; visibility:hidden; } oxy|processing-instruction:before { content:""; } But that only causes that the oxy|processing-instruction:...
by SSC
Thu Jun 14, 2012 6:16 pm
Forum: Other Issues
Topic: How to style StringContent with the ro.sync.ecss.css.Styles class
Replies: 16
Views: 6821

Re: How to style StringContent with the ro.sync.ecss.css.Styles class

Hello Radu, In the Oxygen Preferences->Editor / Edit modes / Author page did you select the checkbox Show processing instructions? It is unchecked by default. This was the right hint. Now it works, but we´d like only to see the before pseudo elements and not the processing instructions itself. I gue...
by SSC
Thu Jun 14, 2012 1:40 pm
Forum: Other Issues
Topic: Drop objects onto the XML editor.
Replies: 2
Views: 2796

Drop objects onto the XML editor.

Hello, We do use the Eclipse version of Oxygen 13.2. I´d like to drop graphic objects onto the XML editor, so that they are inserted at the location where the drop takes place. Currently I try to use com.oxygenxml.editor.editors.author.AuthorDnDListener extension to achieve that. When a drop occurs ...
by SSC
Wed Jun 13, 2012 4:21 pm
Forum: Other Issues
Topic: How to style StringContent with the ro.sync.ecss.css.Styles class
Replies: 16
Views: 6821

Re: How to style StringContent with the ro.sync.ecss.css.Styles class

Hi, thanks for your detailed help. But actually nothing happens when I follow your steps. So in order to see something I tried this: @namespace oxy url('http://www.oxygenxml.com/extensions/author'); oxy|processing-instruction:before { content:"OXY PI"; color: #FF9900; } I putted this code ...
by SSC
Wed Jun 13, 2012 1:29 pm
Forum: Other Issues
Topic: How to style StringContent with the ro.sync.ecss.css.Styles class
Replies: 16
Views: 6821

Re: How to style StringContent with the ro.sync.ecss.css.Styles class

Hello Radu, I already tried this method, but what I want is to ONLY style the ro.sync.ecss.css.StringContent.StringContent and not the text, which is actually inside the AuthorNode. styles.setProperty(Styles.KEY_FOREGROUND_COLOR, new ro.sync.exml.view.graphics.Color(192, 192, 192)); This changes the...
by SSC
Wed Jun 13, 2012 12:50 pm
Forum: Other Issues
Topic: How to style StringContent with the ro.sync.ecss.css.Styles class
Replies: 16
Views: 6821

How to style StringContent with the ro.sync.ecss.css.Styles class

Hello, We use the Eclipse Version 13.2 of Oxygen. I am using the ro.sync.ecss.css.Styles extension to add styles to AuthorNodes dynamically. String piTextContent = piNode.getTextContent(); styles.setProperty(Styles.KEY_MIXED_CONTENT, new StaticContent[] { new StringContent( piTextContent) }); Unfort...
by SSC
Fri Jun 08, 2012 12:13 pm
Forum: Feature Request
Topic: AuthorDocumentController isEditable method
Replies: 3
Views: 2152

Re: AuthorDocumentController isEditable method

Hello Radu, currently I use such an utility method, that you suggested. While was implementing this utility method, I came up with the idea that your isEditable method of the AuthorDocumentController could also offer this information. So take this post just as an impluse... :wink: I wish you a nice ...
by SSC
Fri Jun 08, 2012 11:33 am
Forum: Feature Request
Topic: AuthorDocumentController isEditable method
Replies: 3
Views: 2152

AuthorDocumentController isEditable method

Hello, Your JavaDoc says the following about the isEditable method in the AuthorDocumentController: boolean isEditable(AuthorNode node) Test if a node is editable or not. A node is not editable for one of the following cases: the CSS property 'editable' is to 'false'; the node is entirely included i...
by SSC
Sat Jun 02, 2012 12:40 pm
Forum: Other Issues
Topic: Highlight certain Tags in the XMLEditor
Replies: 2
Views: 1462

Re: Highlight certain Tags in the XMLEditor

Thanks for your answer.
It works well :)
by SSC
Fri Jun 01, 2012 4:01 pm
Forum: Other Issues
Topic: Highlight certain Tags in the XMLEditor
Replies: 2
Views: 1462

Highlight certain Tags in the XMLEditor

Hello, We use your Oxygen Eclipse plugin in Version 13.2. Our issue: We´d like to highlight certain Tags in the XMLEditor during runtime of the program. I already implemented a breadcrumb for the XML hierarchy and when you click on one of those breadcrumbs the selected XML TAG will be selected in th...
by SSC
Fri May 04, 2012 1:10 pm
Forum: Other Issues
Topic: Elements View in Eclipse version
Replies: 4
Views: 2059

Re: Elements View in Eclipse version

Hi,

I just had the same issue with a TableViewer, which I am using in a View.
Here is a solution for it in case you haven´t changed it yet.

http://blog.eclipse-tips.com/2008/05/si ... r-and.html

Best regards,

Simon
by SSC
Fri May 04, 2012 10:37 am
Forum: Other Issues
Topic: Preference store in Eclipse version
Replies: 1
Views: 1297

Preference store in Eclipse version

Hi, I´d like to change the default Preferences of the Eclipse version of Oxygen 13.2. When I looked at your obfuscated code of a PreferencePage I recognized that you use an own mechanism to store your preferences. Where do I find the file, which stores the values of the Settings in the Preferences i...
by SSC
Wed Apr 25, 2012 11:39 am
Forum: Other Issues
Topic: Oxygen Author with JRE 1.5
Replies: 1
Views: 1247

Oxygen Author with JRE 1.5

Hello,

In your requirements concerning the Eclipse version of the Oxygen XML Author, you say that JRE 1.6 is required.
Is there maybe a version for JRE 1.5 available?

My problem is that some of our customers still use the JRE 1.5

Best regards,

Simon
by SSC
Wed Apr 18, 2012 10:32 am
Forum: Other Issues
Topic: AssertionFailedException because of IUndoContext
Replies: 3
Views: 2034

Re: AssertionFailedException because of IUndoContext

Hello Adrian, we are using the Eclipse 3.6 Classic version. Steps to reproduce the Exception: 1. Open a Document with the Oxygen XML editor 2. Maximize the editor 3. Then minimize the editor again 4. Close the editor In order to find a solution I observed the "private IUndoContext undoContext&q...
by SSC
Tue Apr 17, 2012 4:30 pm
Forum: Other Issues
Topic: AssertionFailedException because of IUndoContext
Replies: 3
Views: 2034

AssertionFailedException because of IUndoContext

Hello, Precondition: we are using Eclipse 3.6 and Oxygen 13.2 Now I´ve been looking at the debugger and searching with google for 2 hours and could not figure out why the IUndoContext becomes null und then throws this Exception. The Error occurs, when I have opened a couple of Oxygen Editors and swi...