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

commits at source.squeak.org commits at source.squeak.org
Sat Apr 2 17:59:24 UTC 2022


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.!



More information about the Squeak-dev mailing list