hpi-swa / sandblocks

A projectional editor for Squeak/Smalltalk.
MIT License
35 stars 3 forks source link

Bug: Cannot rename metaclass #74

Open LinqLover opened 2 years ago

LinqLover commented 2 years ago

Trying to accept a new name in a metaclass leads to the following error:

image

Instead, I would have expected to rename the underlying non-meta class, too.

tom95 commented 2 years ago

I suppose expected behavior would be to block editing in the first place?

LinqLover commented 2 years ago

This would also be consistent but might cost you a few more clicks. What other semantics could a user expect from renaming the metaclass?

LinqLover commented 2 years ago

Other issues with SBStClass: