[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
|
Re: [jwt-dev] How to extend Editpart in JWT
|
Hi Kim
Does the EditPart of the EPC Plugin load on your Eclipse ?
If not, it would be a bug.
Maybe Chris has some more ideas...
Regards,
Marc
Kim Nguyen a écrit :
Hi Marc,
We are searching for possibility how to extends the EditPart in JWT
now. We found this link, which describes the same problem what we have
too.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=257725
The problem what we have is that we have the own meta model, where
element extend from jwt meta modell. So we want to use our own
editpart to makes more flexibility.
To do that, we have looked at EditpartFactory, which is registered in
RegistryFactory. This step work fine.
In the next step we want to load our new editpart with the
EditpartFactory, but this the new editpart didn't load.
I have looked at EPC example but could find out why it does not work.
Do you have some ideas?
Best regards,
Kim