<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Nicolas,<div><br></div><div>nice catch!</div><div><br></div><div>Note that this fix applies to the "Message Trace" tool, which requires the "Trace Messages" preference to be enabled. The regular "Message Set" tool is not affected by this bug/fix. :-)</div><div><br></div><div>Best,</div><div>Marcel</div><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;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 10.04.2021 22:41:38 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Nicolas Cellier uploaded a new version of Tools to project The Trunk:<br>http://source.squeak.org/trunk/Tools-nice.1034.mcz<br><br>==================== Summary ====================<br><br>Name: Tools-nice.1034<br>Author: nice<br>Time: 10 April 2021, 10:41:23.083509 pm<br>UUID: fe72aa70-5707-479b-a576-e2950cfcf6a3<br>Ancestors: Tools-mt.1033<br><br>Quick fix for enabling search of references to a number or other literal from within a message list<br><br>Example: <br>86400 cmd+n<br>$a cmd+n<br>#(0) cmd+n<br><br>Note: it won't necessarily highlight numbers formatted differently like 16rFF for 255...<br>This would probably require AST based search.<br><br>=============== Diff against Tools-mt.1033 ===============<br><br>Item was changed:<br>  ----- Method: MessageTrace>>addParentMethodsSending: (in category 'building') -----<br>  addParentMethodsSending: selectorSymbol<br>  <br>   | methodsList |<br>       (methodsList := self systemNavigation allCallsOn: selectorSymbol) isEmpty<br>             ifTrue:<br>                       [ ^(PopUpMenu labels: ' OK ')<br>                                 startUpWithCaption: 'There are no methods that send ', selectorSymbol ]<br>               ifFalse:<br>                      [ self<br>                                addParentMessages: methodsList<br>+                               autoSelectString: selectorSymbol asString]!<br>-                          autoSelectString: selectorSymbol ]<br>- !<br><br><br></div></blockquote></div>