[squeak-dev] The Trunk: ST80-ct.283.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Fri Apr 8 07:59:50 UTC 2022


Thanks!
Am 02.04.2022 20:02:29 schrieb Thiede, Christoph <christoph.thiede at student.hpi.uni-potsdam.de>:

Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von commits at source.squeak.org <commits at source.squeak.org>
Gesendet: Samstag, 2. April 2022 19:59:24
An: squeak-dev at lists.squeakfoundation.org; packages at lists.squeakfoundation.org
Betreff: [squeak-dev] The Trunk: ST80-ct.283.mcz
 
Christoph Thiede uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-ct.283.mcz [http://source.squeak.org/trunk/ST80-ct.283.mcz]

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

Name: ST80-ct.283
Author: ct
Time: 2 April 2022, 7:59:15.321869 pm
UUID: 83fe0dc0-e86e-c64a-83ed-7636eb866f72
Ancestors: ST80-ul.282, ST80-ct.264

Merges ST80-ct.264:
        Add inspect item to ST80 window blue-button menu.

=============== Diff against ST80-ul.282 ===============

Item was changed:
  ----- Method: StandardSystemController>>blueButtonActivity (in category 'control defaults') -----
  blueButtonActivity
 
         | menu |
         menu := SelectionMenu
                 labels:
  'edit label
  choose color...
  two-tone/full color
+ inspect
  move
  frame
  full screen
  collapse
  close'
+        lines: #(4 8)
+        selections: #(label chooseColor toggleTwoTone inspect move reframe fullScreen collapse close).
-        lines: #(3 7)
-        selections: #(label chooseColor toggleTwoTone move reframe fullScreen collapse close).
        
         menu invokeOn: self.!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220408/7865c977/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedImage.png
Type: image/png
Size: 30750 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220408/7865c977/attachment.png>


More information about the Squeak-dev mailing list