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

commits at source.squeak.org commits at source.squeak.org
Sun May 22 08:34:23 EDT 2011


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

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

Name: Etoys-kfr.67
Author: kfr
Time: 22 May 2011, 2:33:34 pm
UUID: e0c41b97-6dfd-a54f-b820-0c6be877c7f8
Ancestors: Etoys-kfr.66

Watcher for "Playfields : cursor" changes to "Playfields : pasteUpCursor"
http://tracker.squeakland.org/browse/SQ-886

=============== Diff against Etoys-kfr.66 ===============

Item was changed:
  ----- Method: WatcherWrapper>>buildForPlayer:getter: (in category 'initialization') -----
  buildForPlayer: aPlayer getter: aGetter 
  	"Build up basic structure"
+ 	| aColor aMethodInterface |
+ 	aMethodInterface := self currentVocabulary methodInterfaceAt: aGetter ifAbsent: [Vocabulary eToyVocabulary methodInterfaceAt: aGetter ifAbsent: [ nil ]].
- 	| aColor |
  	self
  		player: aPlayer
+ 		variableName: aMethodInterface wording.
- 		variableName: (Utilities inherentSelectorForGetter: aGetter).
  	aColor := self detailedWatcherColor.
  	self listDirection: #leftToRight;
  		 hResizing: #shrinkWrap;
  		 vResizing: #shrinkWrap;
  		 color: aColor;
  		 layoutInset: -1;
  		 borderWidth: 1;
  		 borderColor: aColor darker;
  		 listCentering: #center.
  	self
  		addMorphBack: (self buildReadout: aGetter)!



More information about the etoys-dev mailing list