|
|
|
|
|
Re: Extending WTP XSD editor [message #1287137 is a reply to message #1284530] |
Mon, 07 April 2014 08:51  |
Eclipse User |
|
|
|
There is indeed a EFS used in our code and we use org.eclipse.ui.ide.FileStoreEditorInput. Basically it all boils down to a call to org.eclipse.ui.IWorkbenchPage.openEditor(IEditorInput editorInput, String editorID), where editorID would be declared in an extension:
<editor class="org.eclipse.wst.xsd.ui.internal.editor.InternalXSDMultiPageEditor"
extensions="xsd"
id="com.foo.MyXSDEditorID"
[...]
</editor>
So I could get away without overwriting any functionality.
But I'm still not sure how I'd use the WTP XSD editor without placing call internal APIs (either by extending the editor or by using some extension point).
So what would be the appropriate way to include the WTP XSD editor in my RCP app, if any?
Regards / Horia
|
|
|
Powered by
FUDForum. Page generated in 0.04538 seconds