Search found 206 matches

by SSC
Thu Jan 12, 2012 5:17 pm
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10240

Re: Dnd of Tag Elements

Thanks for your hint :)

It´s really great to see how fast you have realized the requests of your customers. Thumbs up for that. :wink:
by SSC
Wed Jan 11, 2012 5:42 pm
Forum: Other Issues
Topic: Acrolinx IQ support in Eclipse Plugin version?
Replies: 6
Views: 2982

Re: Acrolinx IQ support in Eclipse Plugin version?

Probably more likely by adding a custom view which shows possible actions depending on the caret position. That could be a solution, but it is not as pretty as the one which is shown in the video. I would rather call it a workaround when looking at the solution of the standalone client. In our full...
by SSC
Wed Jan 11, 2012 4:17 pm
Forum: Other Issues
Topic: Acrolinx IQ support in Eclipse Plugin version?
Replies: 6
Views: 2982

Re: Acrolinx IQ support in Eclipse Plugin version?

By the way, is there a similar comparison like the one concerning the 3 different products(Editor,Developer,Author) for standalone client and Eclipse plugin?
by SSC
Wed Jan 11, 2012 4:01 pm
Forum: Other Issues
Topic: Acrolinx IQ support in Eclipse Plugin version?
Replies: 6
Views: 2982

Re: Acrolinx IQ support in Eclipse Plugin version?

Hi Radu, but even if we contact Acrolinx IQ, I am not sure we would be able to rebuild the functionality, which is shown in your video about the Acrolinx IQ integration. http://www.oxygenxml.com/demo/Acrolinx_Plugin.html How shall we handle the highlighting and edit the context-menu of the Oxygen XM...
by SSC
Tue Jan 10, 2012 6:58 pm
Forum: Other Issues
Topic: Acrolinx IQ support in Eclipse Plugin version?
Replies: 6
Views: 2982

Acrolinx IQ support in Eclipse Plugin version?

Hi,

I´d like to know if the Acrolinx IQ support is also available for the Oxygen Eclipse Plugin.

And if it is supported by the Oxygen Eclipse Plugin, I´d like to know how it can be embedded?

Regards,
Simon
by SSC
Tue Jan 10, 2012 1:49 pm
Forum: Other Issues
Topic: Printpreview in Eclipse Plugin?
Replies: 1
Views: 1632

Printpreview in Eclipse Plugin?

Hi, when I searched for printing on your website, I found this: http://www.oxygenxml.com/xml_print_preview.html Is this preview page feature also available for the Oxygen Eclipse Plugin or only in the standalone version? I would like to have an Eclipse View with such a kind of preview for an XML doc...
by SSC
Wed Jan 04, 2012 10:36 am
Forum: Other Issues
Topic: Internationalization for Oxygen
Replies: 5
Views: 2734

Re: Internationalization for Oxygen

My Question concerns the whole Eclipse plugins of the Oxygen Editor.

For instance the oxygen views are in english and our own views are in german, like they are supposed to.
So my actual question is how to set a certain localization for the Oxygen Eclipse Plugins?
by SSC
Tue Jan 03, 2012 4:10 pm
Forum: Other Issues
Topic: Internationalization for Oxygen
Replies: 5
Views: 2734

Internationalization for Oxygen

Hello, in our projects we pass the information, of which kind the internationalization should be used, as program arguments to our application. What has to be done when I want to set certain internationalization for the Oxygen plugin? I only found some general information about the internationalizat...
by SSC
Thu Dec 22, 2011 5:08 pm
Forum: Other Issues
Topic: Start Editor with Workbenchpage
Replies: 9
Views: 4083

Re: Start Editor with Workbenchpage

What exact Oxygen version are you using? I am using the lastest version of the oxygen xml editor ( 13.1 ) Can you perform an async exec on the task which opens the editor like Display.getDefault().asyncExec(runnable) ? I am already performing an Display.getDefault().syncExec(new Runnable() {... for...
by SSC
Thu Dec 22, 2011 12:12 pm
Forum: Other Issues
Topic: Start Editor with Workbenchpage
Replies: 9
Views: 4083

Re: Start Editor with Workbenchpage

Hi, Unfortunately I get a NullPointerException like I already did before with my code : java.lang.NullPointerException at org.eclipse.ui.editors.text.ForwardingDocumentProvider.addElementStateListener(ForwardingDocumentProvider.java:211) at com.oxygenxml.editor.editors.xml.nb.<init>(Unknown Source) ...
by SSC
Wed Dec 21, 2011 2:52 pm
Forum: Other Issues
Topic: Start Editor with Workbenchpage
Replies: 9
Views: 4083

Re: Start Editor with Workbenchpage

IWorkbenchpage page = site.getPage(); IEditorPart editor = page.openEditor(?EditorInput?, "com.oxygenxml.editor.editors.xml.XMLEditor"); Is it possible to start the XML Editor like it is done in the code mentioned above? I am not sure which IEditorInput implementation is require for your ...
by SSC
Fri Dec 16, 2011 7:07 pm
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10240

Re: Dnd of Tag Elements

Sorry for the delay, we had a longer talk internally about this. We also just had an internal meeting about the Oxygen XML Editor and I was nearly able to persuade the management to choose Oxygen as a solution. My job is now to do some final tests concering the integration of Oxygen into our eclips...
by SSC
Fri Dec 16, 2011 1:23 pm
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10240

Re: Dnd of Tag Elements

Thanks for your reply. If in Version 13.2 those classes are not obfuscated any more or you offer an interface for those classes I would resign to use the solution with reflection and just wait until January. Using reflection and check whether it contains a certain method is IMHO not satisfactory, I ...
by SSC
Thu Dec 15, 2011 7:51 pm
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10240

Re: Dnd of Tag Elements

Now I use this code while knowing that the unobfuscated classnames may change in future releases... Object data = event.data; if (data instanceof StructuredSelection) { StructuredSelection selection = (StructuredSelection) data; Object firstElement = selection.getFirstElement(); if (firstElement ins...
by SSC
Thu Dec 15, 2011 5:24 pm
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10240

Re: Dnd of Tag Elements

Specifying toolbar extensions directly in the Java code gives us flexibility for handling different types of documents (XML, XSL, CSS, PHP, Javascript, etc). This means that when opening a "CSS" the toolbar has fewer buttons for example. Specifying extensions in the "plugin.xml"...
by SSC
Thu Dec 15, 2011 1:33 pm
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10240

Re: Dnd of Tag Elements

Thank you for your reply. This really helped a lot and we are almost happy with the oxygen solution for a XML editor. There are currently three things left we would really appreciate in the next oxygen releases : 1. You should offer an API for the ro.sync.ecss.component.AuthorTransferredObject objec...
by SSC
Wed Dec 14, 2011 3:54 pm
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10240

Re: Dnd of Tag Elements

And how about using the outline view for DnD? I mean in the default outline in eclipse you can also drag and drop items which are in the outline view. But in connection with the oxygen xml editor it seems to be that you cannot DnD the items of the outline view. Even to drop those outline items onto ...
by SSC
Thu Dec 08, 2011 6:39 pm
Forum: Common Problems
Topic: Customizing tags in the Author?
Replies: 12
Views: 6365

Re: Customizing tags in the Author?

Hello, just did a search in the forum about "coloring tag elements" in the Author view and found this thread. I found the possibility to change the color of all the tag elements in the preferences ( oXygen -> Editor -> Edit modes/Pages -> Author ) What can I do if I want to color certain t...
by SSC
Thu Dec 08, 2011 6:07 pm
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10240

Re: Dnd of Tag Elements

Thanks for the code example.

And back to DnD

Code: Select all


com.oxygenxml.editor.editors.gb

com.oxygenxml.editor.editors.xml.cb
Those two classes are subclasses of

Code: Select all

org.eclipse.swt.dnd.Transfer
Isn´t there a possibility work with your TransferData and get an AuthorNode or something similar out of it?
by SSC
Thu Dec 08, 2011 11:36 am
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10240

Re: Dnd of Tag Elements

Hello, yesterday I ran the following code, but it seems that I only get those attributes, which are already declared... AuthorDocumentController documentController = ((WSAuthorEditorPage) currentPage).getDocumentController(); WhatAttributesCanGoHereContext availableAttrs = documentController.getAuth...
by SSC
Wed Dec 07, 2011 4:25 pm
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10240

Re: Dnd of Tag Elements

Thanks for the hint with the "apiSrc".
This makes it much easier to understand your api.

I´ll try my best using your canvas, because I think we will want to draw additional information on your editor in the future. (Like some CMS specific meta data and so on...)
by SSC
Wed Dec 07, 2011 2:19 pm
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10240

Re: Dnd of Tag Elements

Thanks a lot. It is a pity that there is just one piece of sample code for the eclipse plugin. So unfortunately I am forced to ask a lot of questions here in the support forum. For instance I wonder if I ever would have figured out that I am supposed to use the setAttribute method of the DocumentCon...
by SSC
Tue Dec 06, 2011 6:19 pm
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10240

Re: Dnd of Tag Elements

Thanks for your answer. The response time is great. Also thanks for the hint with the eclipse SDK, but I am already using it and also found the AuthorNode, but I am missing a getter for the Attributes of the selected node. As I can see your "Attributes" view is able to view the attributes ...
by SSC
Tue Dec 06, 2011 4:53 pm
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10240

Dnd of Tag Elements

Hi, is it possible to add a custom draglistener to tags in the xml editor? When I turn on the feature with Full Tags in the Author View of the XML Editor and drag a XML Tag on a DropTarget I only receive the text between the tag elements as event.data. My goal is to get the tag as a DOM node or some...
by SSC
Tue Dec 06, 2011 1:47 pm
Forum: Other Issues
Topic: Start Editor with Workbenchpage
Replies: 9
Views: 4083

Re: Start Editor with Workbenchpage

Thanks for your answer. Now I was able to remove the xml perspective. But now I am wondering how omit the XML and DITA menues and those additional coolbar items. In the plugin.xml I cannot find an org.eclipse.ui.menues extension for the menu:org.eclipse.ui.main.menu. How are those items added then a...
by SSC
Mon Dec 05, 2011 2:57 pm
Forum: Other Issues
Topic: Start Editor with Workbenchpage
Replies: 9
Views: 4083

Start Editor with Workbenchpage

Hi, I would like to know if there is a way to have a standalone Eclipse RCP project and just including the XML Editor and nothing else? I am just trying to with an IWorkbenchpage . IWorkbenchpage page = site.getPage(); IEditorPart editor = page.openEditor([color=#FF0040]?EditorInput?[/color], "...