seandenigris / Living-Code

How do we make the IDE more like real life - live, direct, and fun!
MIT License
8 stars 0 forks source link

Dynamically Add Meaningful Slots #20

Closed seandenigris closed 9 years ago

seandenigris commented 10 years ago

Right now, every object are always the same two slots - class and package. What does it mean to change the package of an instance?!

seandenigris commented 9 years ago

The package and class slots are hard-coded - created in #initializeSlotMorphs and set in #refresh. Don't forget to update these!!

seandenigris commented 9 years ago

screenshot 2015-04-23 14 18 57 Objects not show inst var slots by default; Classes add the package slot

seandenigris commented 9 years ago

In LivingCode-SeanDeNigris.76