Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.72.mcz==================== Summary ====================
Name: Etoys-kfr.72
Author: kfr
Time: 28 May 2011, 2:33:49 am
UUID: 65473760-58e4-0941-8624-4c6dc13b7907
Ancestors: Etoys-kfr.71
Put Kedama object in category UserObjects
Small fix to this
=============== Diff against Etoys-kfr.71 ===============
Item was changed:
----- Method: KedamaExamplerPlayer>>copyAllMethodsAgain2 (in category 'debug support') -----
copyAllMethodsAgain2
| c result |
c _ turtles class.
result _ (ClassBuilder new)
name: c name
inEnvironment: c environment
subclassOf: c superclass
type: c typeOfClass
instanceVariableNames: KedamaTurtleVectorPlayer2 instanceVariablesString
classVariableNames: KedamaTurtleVectorPlayer2 classVariablesString
poolDictionaries: KedamaTurtleVectorPlayer2 sharedPoolsString
+ category: Object categoryForUniclasses.
- category: 'UserObjects'.
turtles class copyAllCategoriesUnobtrusivelyFrom: KedamaTurtleVectorPlayer2.
sequentialStub ifNotNil: [sequentialStub class copyAllCategoriesUnobtrusivelyFrom: KedamaSequenceExecutionStub].
!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev