The Trunk: Collections-fbs.545.mcz

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

The Trunk: Collections-fbs.545.mcz

commits-2
Frank Shearar uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-fbs.545.mcz

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

Name: Collections-fbs.545
Author: fbs
Time: 24 November 2013, 6:41:27.704 pm
UUID: bae1876f-4049-654b-bd00-d8ed69dd41b7
Ancestors: Collections-fbs.544

Creating instances based on user input belongs in a higher level package than Collections.

=============== Diff against Collections-fbs.544 ===============

Item was removed:
- ----- Method: Text class>>fromUser (in category 'instance creation') -----
- fromUser
- "Answer an instance of me obtained by requesting the user to type a string."
- "Text fromUser"
-
- ^ self fromString:
- (UIManager default request: 'Enter text followed by carriage return')
- !