opengds / OpenGDS

Open GOOP Development Suite
MIT License
54 stars 14 forks source link

Clone class fails if parent class is Read only #76

Closed MikaelHolmstrom closed 6 months ago

Bas-vE commented 1 year ago

I was thinking about tackling this issues in the upcoming month because with SVN locking this is really annoying,.

The main reason this is happening is because there is probably a save mechanism that cannot be done because the class is read only, same goes if the project is read only. Wouldn't it be better to not save anything and let the user do this when he pleases? I also think this will prevent some issues when doing this stuff when the project is not saved after creating

Bas-vE commented 8 months ago

I've been testing this since the last version and this seems resolved.