Search found 206 matches

by SSC
Thu Mar 29, 2012 5:23 pm
Forum: Other Issues
Topic: Questions about the Extension Bundles
Replies: 7
Views: 3256

Re: Questions about the Extension Bundles

Hello Radu, we will have our own package which contains a modified version of your plugin. Our Software-Architect dislikes the fact that those things must be defined inside your plugin (i.e. the frameworks folder) Is there any other approach? - plugin extension point - a listener with a certain hook...
by SSC
Thu Mar 29, 2012 1:00 pm
Forum: Other Issues
Topic: Questions about the Extension Bundles
Replies: 7
Views: 3256

Re: Questions about the Extension Bundles

Hi Radu, yes I´d succeeded with the custom implementation. The problem with this approach is that we cannot except the Author to setup the classpath and die StylesFilter, which is deeply hidden in the Preferences. I myself had problems to find the Extensions menu. Is it possible to change the Classp...
by SSC
Thu Mar 29, 2012 10:53 am
Forum: Other Issues
Topic: Questions about the Extension Bundles
Replies: 7
Views: 3256

Re: Questions about the Extension Bundles

Hello Radu, I first tried it with the CSS extension functions. And I used this static definition: content:url(concat(oxy_parent-url(oxy_parent-url(oxy_parent-url(oxy_base-uri()))) "../graphics/" attr(name))); But the fact that some customers use different locations for their graphics and p...
by SSC
Wed Mar 28, 2012 12:11 pm
Forum: Other Issues
Topic: Questions about the Extension Bundles
Replies: 7
Views: 3256

Questions about the Extension Bundles

Hello, I´d like to use ro.sync.ecss.extensions.api.StylesFilter to alter the behavior for the image file path in DITA, because we place our images in a different location. The location is specified in an PI inside the DITA XML document. I use the Eclipse Version 13.2 of Oxygen. I found this tutorial...
by SSC
Fri Mar 23, 2012 3:17 pm
Forum: Other Issues
Topic: No AuthorCaretListener in the Text View of the XML Editor
Replies: 2
Views: 1210

Re: No AuthorCaretListener in the Text View of the XML Editor

Ok thanks for your replay.

For now we decided to leave out the support for the text view, because you could actually edit the attributes directly in the text view of the XML Editor.

Best regards,

Simon
by SSC
Fri Mar 23, 2012 1:59 pm
Forum: Other Issues
Topic: No AuthorCaretListener in the Text View of the XML Editor
Replies: 2
Views: 1210

No AuthorCaretListener in the Text View of the XML Editor

Hello, I just realized that the Text View of the XML Editor is just an instance of the ro.sync.exml.workspace.api.editor.page.text.WSTextEditorPage and therefore I cannot add an AuthorCaretListener to it. Even thought your Attributes View is able to show the attributes of a XML Node, which is select...
by SSC
Tue Mar 20, 2012 11:10 am
Forum: Other Issues
Topic: AuthorCaretListener while clicking on an image
Replies: 4
Views: 1992

Re: AuthorCaretListener while clicking on an image

Hi,

I would guess that you also use the AuthorCaretListener for your Attributes View.
But the Attributes View does not load 3 times, when I click on an image or a tag element.
How do you handle it there?

Thanks in advance.

Best regards,

Simon
by SSC
Mon Mar 19, 2012 6:22 pm
Forum: Other Issues
Topic: AuthorCaretListener while clicking on an image
Replies: 4
Views: 1992

Re: AuthorCaretListener while clicking on an image

Hi Radu, as I mentioned in former posts, we use our own properties view, which is able to show the meta data of objects which are selected in the Eclipse Workbench. In order to manage the selection of tag elements in the Oxygen XML Editor I am using an AuthorCaretListener. Therefore the UI of the vi...
by SSC
Mon Mar 19, 2012 5:31 pm
Forum: Other Issues
Topic: AuthorCaretListener while clicking on an image
Replies: 4
Views: 1992

AuthorCaretListener while clicking on an image

Hello, in the Eclipse Version of Oxygen I am using the ro.sync.ecss.extensions.api.AuthorCaretListener. When I click on an AuthorNode in the XML Editor the caretMoved method is invoked only once, like it should. But when I click on an image in the WYSIWYG mode the caretMoved method is invoked 3 time...
by SSC
Thu Mar 15, 2012 4:14 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Using the PI MOD standard
Replies: 1
Views: 3034

Using the PI MOD standard

Hello, Some of our Customers use the PI MOD standard for their documents. -> http://www.pi-mod.de/index.php?lang=en This XML document standard uses a different tag element for their images than others like DITA. <inlinemediaobject objectname="Variant-B.jpg"/> Compared with DITA an inlineme...
by SSC
Tue Mar 13, 2012 6:10 pm
Forum: Other Issues
Topic: Elements View in Eclipse version
Replies: 4
Views: 2060

Elements View in Eclipse version

Hello,

we want to use the Oxygen Elements View for our RCP Client and wonder what this second Column is for.
With our sample xml documents the second column is always empty.
Is it somehow possible to leave this second column out?

Thanks in advance.

Best regards,

Simon
by SSC
Mon Mar 12, 2012 4:51 pm
Forum: Other Issues
Topic: Filtertext above the Tree in the Outline View
Replies: 1
Views: 1136

Filtertext above the Tree in the Outline View

Hello, in the Eclipse Version of Oxygen you offer a Tree with the structure of the XML content in the active IEditorPart. Above this Tree(-Viewer) you offer a text control to filter the Tree(-Viewer) which is different to the common Eclipse Filter and therefore also different to our filter-text-cont...
by SSC
Mon Mar 12, 2012 2:01 pm
Forum: Other Issues
Topic: Title of the XML editor in Eclipse version
Replies: 2
Views: 1434

Re: Title of the XML editor in Eclipse version

Hi Radu, thanks for the hint concerning the getPersistable() method. The org.eclipse.ui.ide.FileStoreEditorInputFactory just stores the uri of the file, so I´ve created my own FileStoreEditorInputFactory which also stores the name of the IEditorInput to an IMemento instance. So the issue is solved. ...
by SSC
Mon Mar 12, 2012 12:13 pm
Forum: Other Issues
Topic: Title of the XML editor in Eclipse version
Replies: 2
Views: 1434

Title of the XML editor in Eclipse version

Hello, To open the Oxygen XML editor in Eclipse RCP I inherited a class from the org.eclipse.ui.ide.FileStoreEditorInput and have overridden the getName() method so that the XML Editor has a more informative title than the actual filename of the XML document. This works well for the session in which...
by SSC
Mon Mar 05, 2012 3:31 pm
Forum: Other Issues
Topic: Necessary Preference Pages for XML only
Replies: 1
Views: 926

Necessary Preference Pages for XML only

Hallo, as I already mentioned in former posts, we are using the Eclipse plugin of Oxygen. But we just need the functionallity of your XML editor. So I nearly removed everything, which is not necessary for us. When it comes to the Preference Pages I´d like to know, which ones are necessary for the XM...
by SSC
Thu Mar 01, 2012 12:11 pm
Forum: Other Issues
Topic: Content Assist Extension - Element Values
Replies: 9
Views: 3334

Re: Content Assist Extension - Element Values

Hi,

this thread sounds interesting.
Do you have some sample code how the Oxygen Content Assist can be appended by custom items in the eclipse plugin?
Maybe this could be also useful for uns some time.

Thanks in advance.

Regards,

Simon
by SSC
Wed Feb 29, 2012 11:59 am
Forum: Other Issues
Topic: "Dynamic" toolbar
Replies: 7
Views: 3388

Re: "Dynamic" toolbar

Hello, is there something similar to the ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace.addToolbarComponentsCustomizer(ToolbarComponentsCustomizer) method for the eclipse plugin of oxygen? In former discussions you already told me that the internal toolbar of an Oxygen editor cannot...
by SSC
Tue Feb 28, 2012 3:42 pm
Forum: Other Issues
Topic: Save content of the Oxygen XML Editor
Replies: 1
Views: 970

Re: Save content of the Oxygen XML Editor

Issue solved: http://www.eclipse.org/forums/index.php/t/219216/ Sorry for disturbing you, but it could be interesting to others too. I just added the save action to our ActionBarAdvisor: protected void makeActions(IWorkbenchWindow window) { IWorkbenchAction saveAction = ActionFactory.SAVE.create(win...
by SSC
Tue Feb 28, 2012 3:28 pm
Forum: Other Issues
Topic: Save content of the Oxygen XML Editor
Replies: 1
Views: 970

Save content of the Oxygen XML Editor

Hello, We are using your Eclipse plugin to edit the content of XML files. When the XML content is edited the Oxygen Editor receives the dirty flag, because of the changed content. But when I try to save the changes in the Author or Grid View with the "STRG+S" aka "Ctrl+S" nothing...
by SSC
Thu Feb 23, 2012 3:05 pm
Forum: Other Issues
Topic: Packing Oxygen into Apache Ivy
Replies: 3
Views: 1475

Re: Packing Oxygen into Apache Ivy

Actually I meant one JAR file which wraps the whole functionality of the Oxygen plugin. When you look into the plugins folder of your Eclipse installation you usually see nearly all these eclipse plugins wrapped in a JAR file. For instance the org.eclipse.ui_3.7.0.[...].jar, when opening with a zip ...
by SSC
Thu Feb 23, 2012 1:06 pm
Forum: Other Issues
Topic: Packing Oxygen into Apache Ivy
Replies: 3
Views: 1475

Packing Oxygen into Apache Ivy

Hello, we´d like to include your Oxygen plugin into our build system(Apache Ant and Ivy). I would like to know if there is a single JAR file, which can be used for Apache Ivy? Currently I am having a huge amount of files and folders under com.oxygenxml.editor_13.2.0.v2012011017 in my Eclipse TargetP...
by SSC
Mon Jan 30, 2012 1:17 pm
Forum: Other Issues
Topic: beforeAttributeChange and attributeChanged in the AuthorListener
Replies: 3
Views: 1388

Re: beforeAttributeChange and attributeChanged in the AuthorListener

I was not referring to the ro.sync.ecss.dom.AuthorDocumentListenerExt, but to the ro.sync.ecss.extensions.api.AuthorListener. I am not able to find the ro.sync.ecss.dom.AuthorDocumentListenerExt class. Maybe it is obfuscated. How do I get the ro.sync.ecss.extensions.api.AuthorDocumentFilter, you men...
by SSC
Mon Jan 30, 2012 11:02 am
Forum: Other Issues
Topic: beforeAttributeChange and attributeChanged in the AuthorListener
Replies: 3
Views: 1388

beforeAttributeChange and attributeChanged in the AuthorListener

Hello, there are several ways to change attributes of a certain tag element. Internally I guess they are all changed by the documentController.setAttribute(attrName, new AttrValue(attrValue), authorElement); Is the AuthorListener with its attributeChanged event the correct listener for the setAttrib...
by SSC
Thu Jan 19, 2012 4:32 pm
Forum: Other Issues
Topic: XML Editor´s SelectionProvider
Replies: 4
Views: 1882

Re: XML Editor´s SelectionProvider

I forgot to response on that question: If so, what properties would be useful to present for such an XML element? We want to display the textcontent, the attributes and custom PIs over an AuthorNode. I know you have the Attributes View which is great, but it would be another view so that it would br...
by SSC
Thu Jan 19, 2012 3:34 pm
Forum: Other Issues
Topic: XML Editor´s SelectionProvider
Replies: 4
Views: 1882

Re: XML Editor´s SelectionProvider

Hello Radu, Or are you interested in calling the selection service from Eclipse and obtain the AuthorNode which is currently selected? This is what I wanted to achieve. Now I´ve done it like that : public class OxygenEditorSelectionProvider { private WSEditorPage currentEditorPage = null; private Au...
by SSC
Wed Jan 18, 2012 6:17 pm
Forum: Other Issues
Topic: XML Editor´s SelectionProvider
Replies: 4
Views: 1882

XML Editor´s SelectionProvider

Hello, Currently I am trying to use the SelectionService of Eclipse to view meta data of our business objects in the Eclipse Property View like it is described in the http://www.eclipse.org/articles/article.php?file=Article-Adapters/index.html tutorial. Using the org.eclipse.core.runtime.adapters ex...
by SSC
Wed Jan 18, 2012 10:58 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)

Hi Radu, I realized that a new Eclipse Test Client does not throw that NullPointerException either. I will have to pass that Issue to our system-architect, but with a low priority because DnD works well though having this NullPointerExeption. I will inform you about any improvements concerning that ...
by SSC
Mon Jan 16, 2012 5:35 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, Sorry for the delay. We use the 3.6.2 Eclipse for RCP and RAP Developers version of Eclipse : http://www.eclipse.org/downloads/packages/release/helios/sr2 Of cause we have several customizations and supported languages, but I guess they do not change the DnD behavior. In the Stacktrace of the...
by SSC
Mon Jan 16, 2012 9:27 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)

We are using Eclipse 3.6 Helios for our client application. The DnD NullPointerException is also thrown, when I drag a tag element only inside the editor to another position in the XML document. So it really has nothing to do with our custom views and you should be able to reproduce the Exception. W...
by SSC
Fri Jan 13, 2012 2:06 pm
Forum: Other Issues
Topic: NullPointerException in com.oxygenxml.editor.editors.t.dragLeave(Unknown Source)
Replies: 9
Views: 3684

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

Hi, Here is the stacktrace of the error: 11:51:42,579 312002 ERROR [ main ] com.oxygenxml.editor.editors.t - java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.ui.internal.EditorSiteDragAndDropServiceImpl$1.dragLeave(EditorSiteDragAndDropServiceImpl.java:107) at com.oxygenx...