Etoys: Etoys-kfr.74.mcz

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

Etoys: Etoys-kfr.74.mcz

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

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

Name: Etoys-kfr.74
Author: kfr
Time: 5 June 2011, 1:00:55 pm
UUID: 9b35391a-899e-eb47-901d-19ed9a678548
Ancestors: Etoys-kfr.73

fix a slip

=============== Diff against Etoys-kfr.73 ===============

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: [nil].
  aMethodInterface ifNil:[ aMethodInterface :=Utilities inherentSelectorForGetter: aGetter]
  ifNotNil:[ aMethodInterface := aMethodInterface wording].
  self
  player: aPlayer
+ variableName: aMethodInterface.
- variableName: aMethodInterface wording .
  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)!

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