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

Hannes Hirzel hannes.hirzel at gmail.com
Sun May 2 22:16:48 UTC 2010


Thank you David for this contribution. I assume the class comments are
in there. We just do not see them in the diff...

--Hannes

On Sun, 2 May 2010 22:14:21.797 0000, commits at source.squeak.org
<commits at source.squeak.org> wrote:
> 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