[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: How to integrate XML editor into my RCP application?

Trying to join in on the conversation.

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.

-Shaun