I have a MultiPage XML editor that I generated through EMF as an RCP
plugin.
When I place the plugin in the dependencies for my project I am supplied
with an open file menu action. Upon using this action the appropriate file
opens.
My problem is that the file opens outside of my perspective and smashes
the other views together. I am trying to get the plugin to open inside my
perspective without smashing the other views together.