[squeak-dev] The Trunk: Help-Squeak-Project-nice.80.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Apr 29 20:37:31 UTC 2020


Nicolas Cellier uploaded a new version of Help-Squeak-Project to project The Trunk:
http://source.squeak.org/trunk/Help-Squeak-Project-nice.80.mcz

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

Name: Help-Squeak-Project-nice.80
Author: nice
Time: 29 April 2020, 10:36:37.48125 pm
UUID: e5ced11f-73d5-1d4f-a9ac-5af520cc1abe
Ancestors: Help-Squeak-Project-mt.79

Let Help survive to Inspector refactorings.

=============== Diff against Help-Squeak-Project-mt.79 ===============

Item was changed:
  ----- Method: SqueakMessageCategoriesHelp>>menu (in category 'menu') -----
  menu
  "This category includes all methods related to menus, often context menus in particular. It contains methods defining the menu as well as often callbacks for the labels of menu items or the actions to be executed. Sometimes the menus are split up in different categories if there are multiple menus or submenus."
  
+ 	^ {Inspector>>#mainFieldListMenu: . SystemWindow>>#makeClosable}!
- 	^ {DictionaryInspector>>#mainFieldListMenu: . SystemWindow>>#makeClosable}!



More information about the Squeak-dev mailing list