Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.134.mcz==================== Summary ====================
Name: Etoys-kfr.134
Author: kfr
Time: 26 March 2012, 6:54:53 pm
UUID: d548580a-1fd1-e241-8e1a-74aa533b85a7
Ancestors: Etoys-kfr.133
Put ScriptableButton in ObjectCatalog category scripting
=============== Diff against Etoys-kfr.133 ===============
Item was changed:
----- Method: ScriptableButton class>>descriptionForPartsBin (in category 'name') -----
descriptionForPartsBin
"Answer a description for use in bulding parts bins. In latest take, this is not seen in any explicit category, but rather only in alphabetic or 'find' retrievals."
^ self partName: 'Button' translatedNoop
+ categories: {'Scripting' translatedNoop. }
- categories: {"'Scripting' translatedNoop. 'Basic' translatedNoop"}
documentation: 'A button to use with tile scripting; its script will be a method of its containing playfield' translatedNoop!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev