[squeak-dev] The Trunk: Morphic-cmm.344.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Feb 15 02:17:57 UTC 2010


Chris Muller uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-cmm.344.mcz

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

Name: Morphic-cmm.344
Author: cmm
Time: 14 February 2010, 8:15:16.701 pm
UUID: 57d88898-95b6-4071-9c9e-0ad4ebcffd8c
Ancestors: Morphic-cmm.343

- More fixes of window topping feature.

=============== Diff against Morphic-cmm.343 ===============

Item was changed:
  ----- Method: HierarchyBrowser>>postAcceptBrowseFor: (in category '*morphic') -----
  postAcceptBrowseFor: aHierarchyBrowser 
  	self
  		selectClass: aHierarchyBrowser selectedClass ;
+ 		selectedMessageName: aHierarchyBrowser selectedMessageName!
- 		selectedMessageName: aHierarchyBrowser selector!

Item was changed:
  ----- Method: HierarchyBrowser>>representsSameBrowseeAs: (in category '*morphic') -----
  representsSameBrowseeAs: anotherModel
  	^ self hasUnacceptedEdits not
+ 		and: [ classList size = anotherModel classList size
- 		and: [ "anotherModel selectedClass = self selectedClass" true
  		and: [ classList includesAllOf: anotherModel classList ] ]!




More information about the Squeak-dev mailing list