The Trunk: System-mt.799.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-mt.799.mcz

commits-2
Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.799.mcz

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

Name: System-mt.799
Author: mt
Time: 18 February 2016, 4:02:39.109199 pm
UUID: abedffc0-176a-40f4-bc05-58195c422508
Ancestors: System-mt.798

Provide a default view location when switching between projects. Some kinds of projects might not show open projects on the screen by default.

=============== Diff against System-mt.798 ===============

Item was changed:
  ----- Method: Project>>viewLocFor: (in category 'displaying') -----
  viewLocFor: exitedProject
  "Look for a view of the exitedProject, and return its center"
 
+ ^ Display center!
- self subclassResponsibility!