The Trunk: ToolBuilder-MVC-tpr.51.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: ToolBuilder-MVC-tpr.51.mcz

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

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

Name: ToolBuilder-MVC-tpr.51
Author: tpr
Time: 21 December 2017, 12:16:12.950398 pm
UUID: 88429193-fa3e-40d3-ab97-76a522fa74e6
Ancestors: ToolBuilder-MVC-tpr.50

delete obsolete version

=============== Diff against ToolBuilder-MVC-tpr.50 ===============

Item was removed:
- ----- 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
- !