Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Open other projects editor
Open other projects editor [message #174715] Thu, 28 February 2008 08:05 Go to next message
Eclipse UserFriend
Originally posted by: gregory.vanseghbroeck.intec.ugent.be

Hello,

Is it possible to link another project's editor to a node.
I have a node representing a WSDL file and when a user double-clicks on
it, I want to open eclipse's WSDL editor.
I already browsed the plugin.xml file of the WSDL editor, but can't seem
to find the ModelID (necessary for diagram partitioning).

Regards,
Gregory
Re: Open other projects editor [message #174782 is a reply to message #174715] Thu, 28 February 2008 12:26 Go to previous message
Boris Blajer is currently offline Boris BlajerFriend
Messages: 217
Registered: July 2009
Senior Member
Hi Gregory,

When opening non-diagram editors, you don't need a ModelID. Simply use
org.eclipse.ui.ide.IDE.openEditor(workbenchPage, yourFile).

Best regards,
Boris

Gregory Van Segbroeck wrote:
> Hello,
>
> Is it possible to link another project's editor to a node.
> I have a node representing a WSDL file and when a user double-clicks on
> it, I want to open eclipse's WSDL editor.
> I already browsed the plugin.xml file of the WSDL editor, but can't seem
> to find the ModelID (necessary for diagram partitioning).
>
> Regards,
> Gregory
>
Previous Topic:How to extract model file from mixed model-diagram file
Next Topic:creating file
Goto Forum:
  


Current Time: Fri Apr 19 16:24:50 GMT 2024

Powered by FUDForum. Page generated in 0.01977 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top