The Trunk: System-dtl.169.mcz

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

The Trunk: System-dtl.169.mcz

commits-2
David T. Lewis uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-dtl.169.mcz

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

Name: System-dtl.169
Author: dtl
Time: 22 November 2009, 4:03:59 am
UUID: db701208-1f2f-4c7a-8772-d95e39f43fd8
Ancestors: System-nice.168

Better Project>>printOn: for displaying MVC and Morphic projects in an object explorer

=============== Diff against System-nice.168 ===============

Item was changed:
  ----- Method: Project>>printOn: (in category 'printing') -----
  printOn: aStream
 
+ super printOn: aStream.
+ aStream nextPutAll: ' (', self name, ') in '.
+ world printOn: aStream
- aStream nextPutAll: 'a Project(', self name, ')'.
  !