[squeak-dev] The Trunk: MorphicExtras-mt.258.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Sep 2 06:01:02 UTC 2019


Marcel Taeumel uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-mt.258.mcz

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

Name: MorphicExtras-mt.258
Author: mt
Time: 2 September 2019, 8:00:53.097688 am
UUID: 7a93292a-fbd3-4c4b-91e7-ab6397cb7528
Ancestors: MorphicExtras-mt.257

Complements Morphic-mt.1512.

=============== Diff against MorphicExtras-mt.257 ===============

Item was removed:
- ----- Method: BorderedMorph>>fullPrintOn: (in category '*MorphicExtras-printing') -----
- fullPrintOn: aStream
- 	aStream nextPutAll: '('.
- 	super fullPrintOn: aStream.
- 	aStream nextPutAll: ') setBorderWidth: '; print: self borderWidth;
- 		nextPutAll: ' borderColor: ' , (self colorString: self borderColor)!

Item was removed:
- ----- Method: StringMorph>>fullPrintOn: (in category '*MorphicExtras-printing') -----
- fullPrintOn: aStream
- 
- 	aStream nextPutAll: '('.
- 	super fullPrintOn: aStream.
- 	aStream nextPutAll: ') contents: '; print: contents!

Item was removed:
- ----- Method: TextMorph>>fullPrintOn: (in category '*MorphicExtras-printing') -----
- fullPrintOn: aStream
- 
- 	aStream nextPutAll: '('.
- 	super fullPrintOn: aStream.
- 	aStream nextPutAll: ') contents: '; print: text!



More information about the Squeak-dev mailing list