[squeak-dev] The Trunk: ST80Tools-mt.14.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Nov 29 17:39:29 UTC 2021


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

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

Name: ST80Tools-mt.14
Author: mt
Time: 29 November 2021, 6:39:27.370615 pm
UUID: b6439244-d84e-40cf-8bcb-1a7f50be89d7
Ancestors: ST80Tools-mt.13

Complements Tools-mt.1079

=============== Diff against ST80Tools-mt.13 ===============

Item was added:
+ ----- Method: ParagraphEditor>>saveContentsInFile (in category '*ST80Tools') -----
+ saveContentsInFile
+ 	"Save the receiver's contents string to a file, which usually prompts the user for a file name."
+ 
+ 	paragraph text string
+ 		ifEmpty: [self inform: 'Nothing to save.']
+ 		ifNotEmpty: [:stringToSave | model saveContents: stringToSave accessMode: #create].!



More information about the Squeak-dev mailing list