[etoys-dev] Etoys: MorphicExtras-Richo.19.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 28 10:20:59 EDT 2011


Ricardo Moran uploaded a new version of MorphicExtras to project Etoys:
http://source.squeak.org/etoys/MorphicExtras-Richo.19.mcz

==================== Summary ====================

Name: MorphicExtras-Richo.19
Author: Richo
Time: 28 March 2011, 11:20 am
UUID: 55b93063-2c40-5142-865b-e5d0cf6882ec
Ancestors: MorphicExtras-Richo.18

* Fix for: (SQ-912) You get an exception when you have a Scrollable Text's Halo displayed and click <CMD-O> to get the Object catalog.

=============== Diff against MorphicExtras-Richo.18 ===============

Item was added:
+ ----- Method: ScrollableField>>spawn: (in category 'as yet unclassified') -----
+ spawn: aByteString 
+ 	"Hack to open the object catalog when Cmd-O is pressed"
+ 	self setMyText: aByteString.
+ 	(World commandKeySelectors at: $o) value.
+ !



More information about the etoys-dev mailing list