Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.98.mcz==================== Summary ====================
Name: Etoys-kfr.98
Author: kfr
Time: 13 January 2012, 6:09:22 pm
UUID: 34b66038-a1a0-d949-a2f8-b3b1452dd65c
Ancestors: Etoys-bf.94
http://tracker.squeakland.org/browse/SQ-1005"Open script" halo handle for ScriptActivationButton
=============== Diff against Etoys-bf.94 ===============
Item was added:
+ ----- Method: ScriptActivationButton>>editButtonsScript (in category 'button') -----
+ editButtonsScript
+ "Open the scriptor for the script activated by this button."
+
+ target openUnderlyingScriptorFor: arguments first!
Item was added:
+ ----- Method: ScriptActivationButton>>wantsScriptorHaloHandle (in category 'miscellaneous') -----
+ wantsScriptorHaloHandle
+ "Answer whether the receiver would like the open-scriptor halo-handle to be offered."
+
+ ^ true!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev