I have an EMF project and i want to use the editor from the emf inside a multipageeditor i have created.
Can I do it? or should I change the multipageeditor from the emf to regular editorpart (keep just one editor)
I have an EMF project and i want to use the editor from the emf inside a multipageeditor i have created.
Can I do it? or should I change the multipageeditor from the emf to regular editorpart (keep just one editor)
Considering MultiPageEditor
is deprecated, I assume you are referring to MultiPageEditorPart
.
In that case, yes, you should be able to add a MultiPageEditorPart within a MultiPageEditorPart, as mentioned in this thread, with some limits/tweaks to do for
ActionBarContributor
based off of MultiPageActionBarContributor
)