<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        
                                        
                                            
                                        
                                        
                                        Hmm... I prefer the pointer to DictionaryInspector because its a "more basic" tool.<div><br></div><div>DictionaryInspector specializes Inspector for Dictionaries. ObjectExplorer is a more heavy-weight way to take a look at objects, compared to Inspector. So, ObjectExplorer should re-use things from Inspector. ObjectExplorer already holds an instance of Inspector. ... which is not even used anymore! So we copied all that stuff over? Hmmm...</div><div><br></div><div>There are also more implementors of #mainFieldListMenu: than of #mainTreeListMenu:. :-)</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 03.10.2019 02:24:52 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of Help-Squeak-Project was added to project The Inbox:<br>http://source.squeak.org/inbox/Help-Squeak-Project-ct.70.mcz<br><br>==================== Summary ====================<br><br>Name: Help-Squeak-Project-ct.70<br>Author: ct<br>Time: 3 October 2019, 2:24:48.841682 am<br>UUID: 1b5d8124-e6b0-4b43-9e35-dc3d47ea06c9<br>Ancestors: Help-Squeak-Project-mt.69<br><br>Complements Tools-ct.900 (Inspector refactoring)<br><br>Just use refer to another menu that is more suitable as an example :)<br><br>=============== Diff against Help-Squeak-Project-mt.69 ===============<br><br>Item was changed:<br>  ----- Method: SqueakMessageCategoriesHelp>>menu (in category 'menu') -----<br>  menu<br>  "This category includes all methods related to menus, often context menus in particular. It contains methods defining the menu as well as often callbacks for the labels of menu items or the actions to be executed. Sometimes the menus are split up in different categories if there are multiple menus or submenus."<br>  <br>+    ^ {ObjectExplorer>>#mainTreeListMenu: . SystemWindow>>#makeClosable}!<br>-    ^ {DictionaryInspector>>#mainFieldListMenu: . SystemWindow>>#makeClosable}!<br><br><br></div></blockquote></div>