[Pkg] The Trunk: System-dtl.169.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Nov 22 20:07:04 UTC 2009


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, ')'.
  !



More information about the Packages mailing list