[squeak-dev] The Trunk: EToys-nice.91.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Mar 3 13:55:41 UTC 2013


Nicolas Cellier uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-nice.91.mcz

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

Name: EToys-nice.91
Author: nice
Time: 3 March 2013, 2:51:15.8 pm
UUID: ead198ac-ebb4-4c56-99f7-11e9718c5135
Ancestors: EToys-nice.90

Remove #printOnStream: #storeOnStream: and #propertyListOn:.

=============== Diff against EToys-nice.90 ===============

Item was removed:
- ----- Method: ActorState>>printOnStream: (in category 'filter streaming') -----
- printOnStream: aStream
- 	aStream print: 'ActorState for '; print:owningPlayer externalName; print:' '.
- 	penDown ifNotNil: [aStream cr; print: 'penDown '; write:penDown].
- 	penColor ifNotNil: [aStream cr; print: 'penColor '; write:penColor].
- 	penSize ifNotNil: [aStream cr; print: 'penSize '; write:penSize].
- 	instantiatedUserScriptsDictionary ifNotNil:
- 		[aStream cr; print:
- 			'+ '; write: instantiatedUserScriptsDictionary size; print:' user scripts'].
- !



More information about the Squeak-dev mailing list