[squeak-dev] The Inbox: Monticello-nice.528.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jan 22 14:42:45 UTC 2013


A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-nice.528.mcz

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

Name: Monticello-nice.528
Author: nice
Time: 22 January 2013, 3:42:35.787 pm
UUID: 3bc3c4a2-2ec6-e942-9517-5da75b32bac5
Ancestors: Monticello-bf.527

Let MCTool inherit from Model.
This is to avoid nasty garbage to survive in DependentsFields with kilo bytes of un-released MCDefinition cache.

=============== Diff against Monticello-bf.527 ===============

Item was changed:
+ Model subclass: #MCTool
- Object subclass: #MCTool
  	instanceVariableNames: 'morph label modal modalValue'
  	classVariableNames: ''
  	poolDictionaries: ''
  	category: 'Monticello-UI'!

Item was removed:
- ----- Method: MCTool>>arrowKey:from: (in category 'morphic ui') -----
- arrowKey: aCharacter from: aPluggableListMorph 
- 	"backstop"!

Item was removed:
- ----- Method: MCTool>>postAcceptBrowseFor: (in category 'morphic ui') -----
- postAcceptBrowseFor: aModel
- 	"Nothing to do."!

Item was removed:
- ----- Method: MCTool>>representsSameBrowseeAs: (in category 'morphic ui') -----
- representsSameBrowseeAs: anotherModel 
- 	^ false!

Item was removed:
- ----- Method: MCTool>>step (in category 'morphic ui') -----
- step
- !



More information about the Squeak-dev mailing list