<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Thanks! :-)<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 27.12.2019 04:17:49 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Chris Muller uploaded a new version of Tools to project The Trunk:<br>http://source.squeak.org/trunk/Tools-cmm.928.mcz<br><br>==================== Summary ====================<br><br>Name: Tools-cmm.928<br>Author: cmm<br>Time: 20 December 2019, 10:06:10.77308 pm<br>UUID: e1a28262-590a-443a-83d8-6e994b0f676b<br>Ancestors: Tools-mt.925<br><br>Fix DictionaryInspector to allow debugging of Dictionary initialization, and render the entries in order for OrderedDictionary's.<br><br>=============== Diff against Tools-mt.925 ===============<br><br>Item was changed:<br>  ----- Method: DictionaryInspector>>calculateKeyArray (in category 'selecting') -----<br>  calculateKeyArray<br>+        "Recalculate the KeyArray from the object being inspected."<br>+        keyArray := [ object keysInOrder ] ifError: <br>+                 [ "Can occur when debugging Dictionary new"<br>+                Array empty ].<br>+       selectionIndex := 0!<br>-         "Recalculate the KeyArray from the object being inspected"<br>- <br>-     keyArray := object keysSortedSafely asArray.<br>-         selectionIndex := 0.<br>- !<br><br><br></div></blockquote>
                                        </div></body>