How to contributute an E4 MPartDescriptor to Eclipse Plugins via Fragments?
I'm not talking about a standalone RCP application. The question concerns plugins that contribute Part Descriptors to an Eclipse IDE plugin.
org.eclipse.e4.legacy.ide.application
as "Extended Element ID" for your newly created model fragment. MPart myPart = partService.createPart("MyPartDescriptorView");
partService.showPart(myPart, PartState.ACTIVATE);