hpi-swa / sandblocks

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

Copying a bug or method block preserves its indentity #62

Open LinqLover opened 2 years ago

LinqLover commented 2 years ago

For follow-up:

When I copy a class or method block (from the CodeHolder) and paste it after deselecting the class/method, edit the name, and accept it, the previous class/method is overridden rather than that a new class/method is created.

copying from a class block still points to the same metaobject

there's actually special handling for paste that's supposed to release the binding to the meta object....