[etoys-dev] Etoys: Morphic-bf.93.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jun 24 13:08:18 EDT 2012


Bert Freudenberg uploaded a new version of Morphic to project Etoys:
http://source.squeak.org/etoys/Morphic-bf.93.mcz

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

Name: Morphic-bf.93
Author: bf
Time: 24 June 2012, 7:07:13 pm
UUID: fceaf7ac-f19c-455d-a9a4-a89e4a8d267d
Ancestors: Morphic-bf.92

SQ-811: Ted Kaehler's fix to QuickGuides so they do trigger scripts on opening

=============== Diff against Morphic-bf.92 ===============

Item was changed:
  ----- Method: QuickGuideMorph>>goToCardNamed: (in category 'menu actions') -----
  goToCardNamed: cardName
  
+ 	| page inner |
- 	| page |
  	page _ pages detect: [:p | p guideName = cardName] ifNone: [nil].
+ 	page ifNotNil: [self goToPage: (self pageNumberOf: page).
+ 		(inner := currentPage findA: BookMorph) ifNotNil: [
+ 			inner currentPage player ifNotNil: [
+ 				inner currentPage player runAllOpeningScripts]]].
- 	page ifNotNil: [self goToPage: (self pageNumberOf: page)].
  !



More information about the etoys-dev mailing list