[squeak-dev] The Trunk: Morphic-fbs.666.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jul 12 08:41:07 UTC 2013


Frank Shearar uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-fbs.666.mcz

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

Name: Morphic-fbs.666
Author: fbs
Time: 12 July 2013, 9:38:47.837 am
UUID: 0661eaf6-07b8-1d46-9a31-48a98f45f28a
Ancestors: Morphic-dtl.665

Continue the Sensor currentCursor -> Cursor currentCursor change.

=============== Diff against Morphic-dtl.665 ===============

Item was changed:
  ----- Method: Debugger>>morphicResumeProcess: (in category '*Morphic-opening') -----
  morphicResumeProcess: aTopView 
  
  	savedCursor
+ 		ifNotNil: [Cursor currentCursor: savedCursor].
- 		ifNotNil: [Sensor currentCursor: savedCursor].
  	interruptedProcess isTerminated ifFalse: [
  		errorWasInUIProcess
  					ifTrue: [Project resumeProcess: interruptedProcess]
  					ifFalse: [interruptedProcess resume]].
  	"if old process was terminated, just terminate current one"
  	interruptedProcess := nil. "Before delete, so release doesn't terminate it"
  	aTopView delete.
  	World displayWorld.
  	Smalltalk installLowSpaceWatcher. "restart low space handler"
  	errorWasInUIProcess == false
  		ifFalse: [Processor terminateActive]!



More information about the Squeak-dev mailing list