[etoys-dev] Etoys: Etoys-kfr.98.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jan 13 12:09:43 EST 2012


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!



More information about the etoys-dev mailing list