[squeak-dev] The Trunk: System-dtl.325.mcz

commits at source.squeak.org commits at source.squeak.org
Sun May 2 22:14:41 UTC 2010


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

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

Name: System-dtl.325
Author: dtl
Time: 2 May 2010, 5:55:43.112 pm
UUID: e9244f29-73f0-432d-a23f-d0e8be17cafe
Ancestors: System-ul.324

Associate an instance of UIManager with each project, such that UIManager current refers to an appropriate instance for that type of project. Remove incomplete implementation of caching the current UIManager instance in class UIManager.

=============== Diff against System-ul.324 ===============

Item was added:
+ ----- Method: Project>>uiManager (in category 'accessing') -----
+ uiManager
+ 	"Answer the manager that provides user interface services for this project "
+ 	^ uiManager
+ 		ifNil: [uiManager := Smalltalk
+ 						at: #UIManager
+ 						ifPresent: [:mgr | mgr getDefault]]!

Item was changed:
(excessive method size, no diff calculated)




More information about the Squeak-dev mailing list