[squeak-dev] The Inbox: Tools-ct.930.mcz

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Mon Jan 13 11:28:18 UTC 2020


Ouch, the tabs look horrible again. Maybe we should not try to use them at all to achieve a multicolumn look? This just does not work for variable tab + character widths ...

Best,
Christoph
________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von commits at source.squeak.org <commits at source.squeak.org>
Gesendet: Montag, 13. Januar 2020 12:25:22
An: squeak-dev at lists.squeakfoundation.org
Betreff: [squeak-dev] The Inbox: Tools-ct.930.mcz

Christoph Thiede uploaded a new version of Tools to project The Inbox:
http://source.squeak.org/inbox/Tools-ct.930.mcz

==================== Summary ====================

Name: Tools-ct.930
Author: ct
Time: 13 January 2020, 12:25:17.41557 pm
UUID: 46d52269-9d40-c946-b341-651b03bd9b2e
Ancestors: Tools-mt.929

Adds support for browsing extension methods to Browser. Complements System-ct.1131.

=============== Diff against Tools-mt.929 ===============

Item was added:
+ ----- Method: Browser>>browseExtensions (in category 'system category functions') -----
+ browseExtensions
+
+        ^ self systemNavigation browseAllExtensionsOf: self selectedPackage!

Item was changed:
  ----- Method: Browser>>mainSystemCategoryMenu: (in category 'system category functions') -----
  mainSystemCategoryMenu: aMenu
         <systemCategoryMenu>
         ^ aMenu addList: #(
                         ('find class... (f)'                    findClass)
                         ('back... (b)'                          recent)
                         -
+                        ('browse all'                                           browseAllClasses)
+                        ('browse'                                                       buildSystemCategoryBrowser)
+                        ('browse extensions'    browseExtensions)
-                        ('browse all'                   browseAllClasses)
-                        ('browse'                               buildSystemCategoryBrowser)
                         -
                         ('printOut'                             printOutSystemCategory)
                         ('fileOut'                              fileOutSystemCategory)
                         -
                         ('reorganize'                   editSystemCategories)
                         ('alphabetize'                  alphabetizeSystemCategories)
                         -
                         ('update'                               updateSystemCategories)
                         ('add item...'                          addSystemCategory)
                         ('rename...'                            renameSystemCategory)
                         ('remove (x)'                   removeSystemCategory));
                 yourself
  !

Item was added:
+ ----- Method: Browser>>selectedPackage (in category 'system category list') -----
+ selectedPackage
+
+        ^ self environment info packages packageOfSystemCategory: self selectedSystemCategory!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200113/57b5484e/attachment.html>


More information about the Squeak-dev mailing list