<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        <img id="a7386479-7490-4adc-b086-a223c2f979a6" src="cid:1527d21d-1271-46c7-a0ef-df9dcbd52bd8" width="376" height="368"></img><br><div class="mb_sig"></div><blockquote class='history_container' type='cite' style='border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 22.06.2021 08:58:54 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style='font-family:Arial,Helvetica,sans-serif'>Marcel Taeumel uploaded a new version of Tools to project The Trunk:<br>http://source.squeak.org/trunk/Tools-mt.1058.mcz<br><br>==================== Summary ====================<br><br>Name: Tools-mt.1058<br>Author: mt<br>Time: 22 June 2021, 8:58:40.213448 am<br>UUID: dd77c5e8-ea36-4e94-9022-de53acef15d2<br>Ancestors: Tools-eem.1057<br><br>Fixes missing "references to binding" entry in DictionaryInspector menu.<br><br>The bug was that there are bindings other than (sub-)instances of Binding, even regular Associations. Well, #isVariableBinding is older than Environment's Binding hierarchy. Not sure whether even Undeclared should hold instances of Binding.<br><br>See http://lists.squeakfoundation.org/pipermail/squeak-dev/2021-June/215860.html<br><br>=============== Diff against Tools-eem.1057 ===============<br><br>Item was changed:<br>  ----- Method: DictionaryInspector>>isBindingSelected (in category 'bindings') -----<br>  isBindingSelected<br>    "Whether the currently selection association is a binding to a class or global."<br>    <br>      ^ self selectedKey ifNil: [false] ifNotNil: [:key |<br>+          (self object associationAt: key) isVariableBinding]!<br>-                 (self object associationAt: key) isKindOf: Binding]!<br><br><br></div></blockquote>
                                        </div></body>