In order to allow auto refresh after a shape change action is carried out,
I have replaced the extention ShapeNodeEditPart with my own class
(CustomEditPart) which extends its self extends ShapeNodeEditPart.
This workes fine, however the classes that extend CustomEditPart revert
back to extending the original ShapeNodeEditPart whenever I re-generate. I
have tried using ?Generated NOT? but this doesn?t work, do you know of any
way to solve this problem?
Thankyou