[squeak-dev] The Trunk: Protocols-nice.35.mcz

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Thu Mar 31 20:07:16 UTC 2011


Sorry, my intention was to publish to inbox, but I had to diff vs trunk first...
Anyway, this won't hurt because FakeClassPool is used only to flash
the window if return value is self in a doIt when there is no
selectedClass...

Nicolas

2011/3/31  <commits at source.squeak.org>:
> Nicolas Cellier uploaded a new version of Protocols to project The Trunk:
> http://source.squeak.org/trunk/Protocols-nice.35.mcz
>
> ==================== Summary ====================
>
> Name: Protocols-nice.35
> Author: nice
> Time: 31 March 2011, 10:04:18.43 pm
> UUID: 0ca34eb6-41e5-422c-8172-164511ce8a52
> Ancestors: Protocols-ul.34
>
> Remove FakeClassPool reference because I don't like it.
>
> =============== Diff against Protocols-ul.34 ===============
>
> Item was changed:
>  ----- Method: Lexicon>>doItReceiver (in category 'model glue') -----
>  doItReceiver
>        "This class's classPool has been jimmied to be the classPool of the class being browsed. A doIt in the code pane will let the user see the value of the class variables.  Here, if the receiver is affiliated with a specific instance, we give give that primacy"
>
> +       ^ self targetObject ifNil: [self selectedClass]!
> -       ^ self targetObject ifNil: [self selectedClass ifNil: [FakeClassPool new]]!
>
>
>



More information about the Squeak-dev mailing list