<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 2013-09-05, at 23:40, Nicolas Cellier &lt;<a href="mailto:nicolas.cellier.aka.nice@gmail.com">nicolas.cellier.aka.nice@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div>What? isn't it for instance variables?<br></div></div></blockquote><div><br></div>No, the comment appears to be misleading, it's used for class vars, too.</div><div><br></div><div><div><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; font-size: 12px; "><div style="font-family: Helvetica; ">- Bert -</div><br class="Apple-interchange-newline"></span></div><blockquote type="cite"><div dir="ltr">If yes, then aClass and aClass class might have an instance variable with same name, but these are two different things...<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">2013/9/5  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Chris Muller uploaded a new version of System to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/System-cmm.588.mcz" target="_blank">http://source.squeak.org/trunk/System-cmm.588.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: System-cmm.588<br>
Author: cmm<br>
Time: 5 September 2013, 4:07:58.158 pm<br>
UUID: 62aa5f16-061e-4e35-a7c9-cd0156c3fe42<br>
Ancestors: System-nice.587<br>
<br>
Show stores into class-vars from class-side methods, not just instance-side.<br>
<br>
=============== Diff against System-nice.587 ===============<br>
<br>
Item was changed:<br>
&nbsp; ----- Method: SystemNavigation&gt;&gt;browseAllStoresInto:from: (in category 'browse') -----<br>
&nbsp; browseAllStoresInto: varName from: aClass<br>
&nbsp; &nbsp; &nbsp; &nbsp; "Create and schedule a Message Set browser for all the receiver's methods<br>
&nbsp; &nbsp; &nbsp; &nbsp; or any methods of a subclass/superclass that refer to the instance variable name."<br>
&nbsp; &nbsp; &nbsp; &nbsp; "self new browseAllStoresInto: 'contents' from: Collection."<br>
&nbsp; &nbsp; &nbsp; &nbsp; ^ self<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; browseMessageList: (self allStoresInto: varName from: aClass), (self allStoresInto: varName from: aClass class)<br>
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; browseMessageList: (self allStoresInto: varName from: aClass)<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; name: 'Stores into ' , varName<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; autoSelect: varName!<br>
<br>
<br>
</blockquote></div><br></div>
<br></blockquote></div><br></body></html>