[Pkg] The Trunk: Morphic-ar.375.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Mar 6 19:31:48 UTC 2010


Andreas Raab uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ar.375.mcz

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

Name: Morphic-ar.375
Author: ar
Time: 6 March 2010, 11:30:25.73 am
UUID: b0753b0c-d634-0c48-8f1d-fdcbb9686afd
Ancestors: Morphic-ar.374

Move a few methods between various packages to make unload easier.

=============== Diff against Morphic-ar.374 ===============

Item was added:
+ ----- Method: StandardScriptingSystem class>>removeUnreferencedPlayers (in category 'class initialization') -----
+ removeUnreferencedPlayers
+ 	"Remove existing but unreferenced player references"
+ 	"StandardScriptingSystem removeUnreferencedPlayers"
+ 	References keys do: 
+ 		[:key | (References at: key) costume pasteUpMorph
+ 			ifNil: [References removeKey: key]].
+ !

Item was removed:
- ----- Method: Lexicon>>targetClass (in category '*morphic') -----
- targetClass
- 
- 	^targetClass
- !

Item was removed:
- ----- Method: Lexicon>>representsSameBrowseeAs: (in category '*morphic') -----
- representsSameBrowseeAs: anotherModel
- 	^self hasUnacceptedEdits not
- 		and: [ anotherModel targetClass = self targetClass ]!

Item was removed:
- ----- Method: PreferenceBrowser>>representsSameBrowseeAs: (in category '*morphic') -----
- representsSameBrowseeAs: anotherModel
- 	"If an existing Preference browser is on-screen, use it."
- 	^ self class = anotherModel class!



More information about the Packages mailing list