[squeak-dev] The Trunk: Graphics-mt.458.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 12 08:47:17 UTC 2022


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

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

Name: Graphics-mt.458
Author: mt
Time: 12 January 2022, 9:47:08.021267 am
UUID: d6c46d9f-7f1a-49ca-97f0-67bce5a31b61
Ancestors: Graphics-ct.457

Adds missing complementory conversion methods for String >> #asDisplayText and Text >> #asDisplayText.

=============== Diff against Graphics-ct.457 ===============

Item was added:
+ ----- Method: DisplayText>>asString (in category 'converting') -----
+ asString
+ 	"See String >> #asDisplayText."
+ 	
+ 	^ self string!

Item was added:
+ ----- Method: DisplayText>>asText (in category 'converting') -----
+ asText
+ 	"See Text >> #asDisplayText."
+ 
+ 	^ self text!



More information about the Squeak-dev mailing list