[squeak-dev] The Trunk: EToys-ar.54.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 6 21:39:29 UTC 2010


Andreas Raab uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-ar.54.mcz

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

Name: EToys-ar.54
Author: ar
Time: 6 January 2010, 10:37:57 am
UUID: ee6751e8-0590-1c43-8201-f02316a7604a
Ancestors: EToys-nice.53

Move lastKeystroke back into Morphic.

=============== Diff against EToys-nice.53 ===============

Item was removed:
- ----- Method: PasteUpMorph>>lastKeystroke (in category '*eToys-e-toy support') -----
- lastKeystroke
- 	"Answer the last keystroke fielded by the receiver"
- 
- 	^ self valueOfProperty: #lastKeystroke ifAbsent: ['']!

Item was removed:
- ----- Method: PasteUpMorph>>lastKeystroke: (in category '*eToys-e-toy support') -----
- lastKeystroke: aString
- 	"Remember the last keystroke fielded by the receiver"
- 
- 	^ self setProperty: #lastKeystroke toValue: aString!




More information about the Squeak-dev mailing list