[squeak-dev] The Trunk: Morphic-mt.1110.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Apr 12 17:53:34 UTC 2016


Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1110.mcz

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

Name: Morphic-mt.1110
Author: mt
Time: 12 April 2016, 7:52:49.946943 pm
UUID: 875b0cff-8d16-4840-a401-bc9395d9457a
Ancestors: Morphic-mt.1109

Code clean-up.

=============== Diff against Morphic-mt.1109 ===============

Item was changed:
  ----- Method: MorphicProject>>finalExitActions (in category 'enter') -----
  finalExitActions
  
  	(world findA: ProjectNavigationMorph)
  		ifNotNil: [:navigator | navigator retractIfAppropriate].
  
  	World := nil.
  
  	ActiveWorld := ActiveHand := ActiveEvent := nil.
+ 	Sensor flushAllButDandDEvents. "Will be reinstalled by World>>install"
+ 
+ 	world sleep.!
- 	Sensor flushAllButDandDEvents. "Will be reinstalled by World>>install"!

Item was removed:
- ----- Method: MorphicProject>>saveState (in category 'enter') -----
- saveState
- 	"Save the current state in me prior to leaving this project"
- 
- 	changeSet := ChangeSet current.
- 	thumbnail ifNotNil: [thumbnail hibernate].
- 	world sleep.
- 	transcript := Transcript.
- !



More information about the Squeak-dev mailing list