Skip to main content



      Home
Home » Eclipse Projects » GEF » My editor is unregisterd when I add draw2d to the project - very strange behavior
My editor is unregisterd when I add draw2d to the project - very strange behavior [message #77609] Wed, 30 April 2003 20:36 Go to next message
Eclipse UserFriend
Originally posted by: nospam_danilo.floripa.com.br

Hi,

I am with a very strange problem here.
To simulate it I can do this :

- create a new plugin project using the standard wizard.
- on this project I select a Plug in with a multi-page editor.
- finish the creation.

Running it works ok. Files with the mpe are edited by my plugin and
the file show a default icon as expected.

But if I edit the plugin.xml file to add a dependenci to draw2d and
gef on it :

<requires>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.draw2d"/>
<import plugin="org.eclipse.gef"/>
</requires>

When I run the plugin again it does not work anymore.
What can be wrong ? I need to add any aditional package on the
dependencies to make it work ?

Danilo.
Re: My editor is unregisterd when I add draw2d to the project - very strange behavior [message #78122 is a reply to message #77609] Tue, 06 May 2003 15:37 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

It sounds like draw2d and GEF are not present in the target platform. Is
this possible? Do you have GEF and draw2d loaded as projects in your
workspace?

"Danilo Luiz Rheinheimer" <nospam_danilo@floripa.com.br> wrote in message
news:6jq0bvc5u8pq7jatpd2j2iu3fjmr12rr0p@4ax.com...
> Hi,
>
> I am with a very strange problem here.
> To simulate it I can do this :
>
> - create a new plugin project using the standard wizard.
> - on this project I select a Plug in with a multi-page editor.
> - finish the creation.
>
> Running it works ok. Files with the mpe are edited by my plugin and
> the file show a default icon as expected.
>
> But if I edit the plugin.xml file to add a dependenci to draw2d and
> gef on it :
>
> <requires>
> <import plugin="org.eclipse.core.resources"/>
> <import plugin="org.eclipse.ui"/>
> <import plugin="org.eclipse.draw2d"/>
> <import plugin="org.eclipse.gef"/>
> </requires>
>
> When I run the plugin again it does not work anymore.
> What can be wrong ? I need to add any aditional package on the
> dependencies to make it work ?
>
> Danilo.
Previous Topic:Moving editparts through keyboard
Next Topic:Multi-page GEF editor advice?
Goto Forum:
  


Current Time: Thu May 08 08:27:13 EDT 2025

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

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

Back to the top