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

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Sat Apr 2 18:02:19 UTC 2022


[cid:d839ffa9-0c65-42e5-9fbd-399b9c217cbd]

________________________________
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

==================== 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/20220402/791291b2/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedImage.png
Type: image/png
Size: 30750 bytes
Desc: pastedImage.png
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220402/791291b2/attachment.png>


More information about the Squeak-dev mailing list