[Pkg] The Trunk: ToolBuilder-MVC-tpr.49.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Nov 11 00:27:12 UTC 2017


tim Rowledge uploaded a new version of ToolBuilder-MVC to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-MVC-tpr.49.mcz

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

Name: ToolBuilder-MVC-tpr.49
Author: tpr
Time: 10 November 2017, 4:27:04.88348 pm
UUID: 1b05c2bc-3134-4724-bf6c-2f96952c7d8a
Ancestors: ToolBuilder-MVC-nice.48

MVC handling of the FileChooser stuff; revert to boring old FillInTheBlanks until someone updates things

=============== Diff against ToolBuilder-MVC-nice.48 ===============

Item was added:
+ ----- Method: MVCUIManager>>filenameSaverRequest:initialAnswer: (in category 'ui requests') -----
+ filenameSaverRequest: queryString initialAnswer: defaultAnswer 
+ 	"Open a FileSaverDialog to ask for a place and filename to use for saving a file. The initial suggestion for the filename is defaultAnswer but the user may choose any existing file or type in a new name entirely"
+ 	"Note that this is a trulyawful message name but I can't think of a better one right now"
+ 	"MVC has to stick with the boring way of doing it"
+ 	^self request: queryString initialAnswer: defaultAnswer 
+ !



More information about the Packages mailing list