Etoys: Etoys-bf.130.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Etoys: Etoys-bf.130.mcz

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

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

Name: Etoys-bf.130
Author: bf
Time: 16 March 2012, 11:05:09 am
UUID: 399d4329-3daf-4c48-a0bc-ab899443ca4a
Ancestors: Etoys-bf.129

label fix ('texutally')

=============== Diff against Etoys-bf.129 ===============

Item was changed:
  ----- Method: Player>>basicRenameSlot:newSlotName: (in category 'slots-user') -----
  basicRenameSlot: oldSlotName newSlotName: newSlotName
  "Give an existing instance variable a new name"
 
  self class renameSilentlyInstVar: oldSlotName to: newSlotName.
  self renameSlotInWatchersOld: oldSlotName new: newSlotName.
  self regenerateScripts.
 
  self updateAllViewers.
 
  self presenter allExtantPlayers do:
  [:aPlayer | (aPlayer hasScriptReferencing: oldSlotName ofPlayer: self)
  ifTrue:
  [aPlayer noteRenameOf: oldSlotName to: newSlotName inPlayer: self]].
 
  self presenter hasAnyTextuallyCodedScripts
  ifTrue:
  [self inform:
+ 'Caution!!  References in textually-coded scripts won''t be renamed.' translated].
- 'Caution!!  References in texutally coded scripts won''t be renamed.' translated].
 
  ^ true!

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev