<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        
                                        
                                            
                                        
                                        
                                        Hi, Chris.<div><br></div><div>Just no. ;-) </div><div><br></div><div>The Tools menu is *not* about installing tools but starting them. Also, the "Do" menu is *not* for newcomers but for somewhat experienced programmers that are able to write and use small scripts to optimize the own workflow.</div><div><br></div><div>Just look at what is already in the Tools or Do menu and you can easily see these inherent characteristics. Please try to explain your decisions with more details. What is your perspective on the Tools menu?</div><div><br></div><div>For newcomers, they can evaluate a snippet in the workspace that includes installing such infrastructure. Just copy-and-paste from a readme.md or similar. Quite simple.</div><div><br></div><div>In the long term, we should find ways to ship such infrastructure in releases without spoiling the (development) trunk.</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 05.04.2019 00:46:44 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 Morphic to project The Trunk:<br>http://source.squeak.org/trunk/Morphic-cmm.1484.mcz<br><br>==================== Summary ====================<br><br>Name: Morphic-cmm.1484<br>Author: cmm<br>Time: 4 April 2019, 5:46:17.398582 pm<br>UUID: 5a57ba6f-fa15-44a3-9581-c919060f0378<br>Ancestors: Morphic-cmm.1483<br><br>Metacello and GitInfrastructure tools are currently the best way to load projects hosted by github.com.  Promote installation of the these tools to the Tools menu.<br><br>=============== Diff against Morphic-cmm.1483 ===============<br><br>Item was added:<br>+ ----- Method: TheWorldMainDockingBar>>gitInfrastructureMenuItemOn: (in category 'submenu - tools') -----<br>+ gitInfrastructureMenuItemOn: menu <br>+       menu addItem:<br>+                [ : item | item<br>+                       contents: 'Git Infrastructure' translated ;<br>+                          help: 'Load tools for accessing github repositories.' translated ;<br>+                   icon: (self colorIcon: Color lightGray) ;<br>+                    target: Installer ;<br>+                          selector: #installGitInfrastructure ]!<br><br>Item was added:<br>+ ----- Method: TheWorldMainDockingBar>>metacelloMenuItemOn: (in category 'submenu - tools') -----<br>+ metacelloMenuItemOn: menu <br>+   menu addItem:<br>+                [ : item | item<br>+                       contents: 'Metacello' translated ;<br>+                   help: 'Install Metacello' translated ;<br>+                       icon: (self colorIcon: Color lightGray) ;<br>+                    target: Installer ;<br>+                          selector: #ensureRecentMetacello ]!<br><br>Item was changed:<br>  ----- Method: TheWorldMainDockingBar>>toolsMenuOn: (in category 'construction') -----<br>  toolsMenuOn: aDockingBar <br>  <br>     aDockingBar addItem: [ :item |<br>                item<br>                          contents: 'Tools' translated;<br>                         addSubMenu: [ :menu | <br>                                self<br>                                          browserMenuItemOn: menu;<br>                                      workspaceMenuItemOn: menu;<br>                                    transcriptMenuItemOn: menu;<br>                                   testRunnerMenuItemOn: menu;<br>                                   methodFinderMenuItemOn: menu;<br>                                         messageNamesMenuItemOn: menu.<br>                                 menu addLine.<br>                                 self <br>-                                        monticelloBrowserMenuItemOn: menu;<br>-                                   monticelloConfigurationsMenuItemOn: menu;<br>                                     simpleChangeSorterMenuItemOn: menu;<br>+                                  dualChangeSorterMenuItemOn: menu;<br>+                                    monticelloBrowserMenuItemOn: menu;<br>+                                   monticelloConfigurationsMenuItemOn: menu ;<br>+                                   metacelloMenuItemOn: menu ;<br>+                                  gitInfrastructureMenuItemOn: menu.<br>-                                   dualChangeSorterMenuItemOn: menu.<br>                             menu addLine.<br>                                 self<br>                                          processBrowserMenuItemOn: menu;<br>                                       preferenceBrowserMenuItemOn: menu;<br>                                    fileListMenuItemOn: menu.<br>                     ] ]!<br><br>Item was changed:<br>+ (PackageInfo named: 'Morphic') postscript: '"updated Tools menu"<br>+ TheWorldMainDockingBar updateInstances'!<br>- (PackageInfo named: 'Morphic') postscript: 'TheWorldMainDockingBar updateInstances'!<br><br><br></div></blockquote></div>