[Pkg] Packages: Sake-Packages-kph.25.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Thu Mar 5 15:34:19 UTC 2009


A new version of Sake-Packages was added to project Packages:
http://www.squeaksource.com/Packages/Sake-Packages-kph.25.mcz

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

Name: Sake-Packages-kph.25
Author: kph
Time: 5 March 2009, 3:34:13 pm
UUID: 143d9640-099b-11de-9863-000a95edb42a
Ancestors: Sake-Packages-kph.24

Changed the way stepping works, now the debugger is closer to the action

=============== Diff against Sake-Packages-kph.24 ===============

Item was added:
+ ----- Method: Packages>>doActionStep: (in category 'as yet unclassified') -----
+ doActionStep: priorTasks
+ 
+ 	super doActionStep: priorTasks.
+ 
+ 	name ifNil: [ ^ self ].
+ 		
+ 	 self isUnloading 
+ 		ifTrue: [ self step: 'Confirm unload: ', self name printString ]
+ 		ifFalse: [ self step: 'Confirm load: ', self name printString ]!

Item was removed:
- ----- Method: Packages>>doActionStep (in category 'as yet unclassified') -----
- doActionStep
- 
- 	name ifNil: [ ^ self ].
- 		
- 	 self isUnloading 
- 		ifTrue: [ self step: 'Confirm unload: ', self name printString ]
- 		ifFalse: [ self step: 'Confirm load: ', self name printString ]!



More information about the Packages mailing list