<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        > <span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">If approbated, I can move the deprecated methods into *60Deprecated package, of course ...</span><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px"><br></span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">It's easier for the merging if the merger then moves those messages to the deprecation package.</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px"><br></span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Best,</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Marcel</span></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;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 02.10.2019 23:25:02 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of Tools was added to project The Inbox:<br>http://source.squeak.org/inbox/Tools-ct.902.mcz<br><br>==================== Summary ====================<br><br>Name: Tools-ct.902<br>Author: ct<br>Time: 2 October 2019, 11:24:54.197682 pm<br>UUID: 4661db82-a61f-5b4c-8747-e0888c4e7590<br>Ancestors: Tools-ul.899<br><br>Shortens Inspector constructors and deprecates #withEvalPane argument that is no longer in use<br><br>If approbated, I can move the deprecated methods into *60Deprecated package, of course ...<br><br>=============== Diff against Tools-ul.899 ===============<br><br>Item was changed:<br>  ----- Method: Inspector class>>openOn: (in category 'instance creation') -----<br>  openOn: anObject<br>     "Create and schedule an instance of me on the model, anInspector. "<br>  <br>+    ^ self openOn: anObject withLabel: anObject defaultLabelForInspector!<br>-        ^ self openOn: anObject withEvalPane: true!<br><br>Item was changed:<br>  ----- Method: Inspector class>>openOn:withEvalPane: (in category 'instance creation') -----<br>  openOn: anObject withEvalPane: withEval <br>     "Create and schedule an instance of me on the model, anInspector. "<br>+        self deprecated.<br>- <br>          ^ self openOn: anObject withEvalPane: withEval withLabel: anObject defaultLabelForInspector!<br><br>Item was changed:<br>  ----- Method: Inspector class>>openOn:withEvalPane:withLabel: (in category 'instance creation') -----<br>  openOn: anObject withEvalPane: withEval withLabel: label<br>+         self deprecated.<br>          ^ToolBuilder open: (self inspect: anObject) label: label!<br><br>Item was added:<br>+ ----- Method: Inspector class>>openOn:withLabel: (in category 'instance creation') -----<br>+ openOn: anObject withLabel: label<br>+ <br>+  ^ ToolBuilder open: (self inspect: anObject) label: label!<br><br>Item was changed:<br>  ----- Method: ProcessBrowser>>inspectPointers (in category 'process actions') -----<br>  inspectPointers<br>       | tc pointers |<br>       selectedProcess ifNil: [^self].<br>       tc := thisContext.<br>    pointers := PointerFinder pointersTo: selectedProcess<br>                                 except: { <br>                                            self processList.<br>                                             tc.<br>                                           self}.<br>        pointers isEmpty ifTrue: [^self].<br>     OrderedCollectionInspector <br>           openOn: pointers<br>-             withEvalPane: false<br>           withLabel: 'Objects pointing to ' , selectedProcess browserPrintString!<br><br><br></div></blockquote>
                                        </div></body>