[etoys-dev] Etoys: Etoys-kfr.128.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 15 15:42:22 EDT 2012


Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.128.mcz

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

Name: Etoys-kfr.128
Author: kfr
Time: 15 March 2012, 8:41:25 pm
UUID: 06e4b461-ba80-434c-ba53-28ea2ebe421c
Ancestors: Etoys-kfr.127

Missing ) in wording SQ-1044

=============== Diff against Etoys-kfr.127 ===============

Item was changed:
  ----- Method: FollowingWatcher>>addCustomMenuItems:hand: (in category 'accessing') -----
  addCustomMenuItems: aMenu hand: aHand
  	"Add morph-specific items to a menu."
  
  	aMenu addUpdating:  #attachmentEdgeString  action: #chooseAttachmentEdge.
  
+ 	aMenu add: (('offset (currently {1}' translated format: {offset printString}), ')') action: #chooseOffset.
- 	aMenu add: ('offset (currently {1}' translated format: {offset printString}) action: #chooseOffset.
  	aMenu balloonTextForLastItem: 'fine-tune the position of this watcher relative to its chosen attachment edge' translated!



More information about the etoys-dev mailing list