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}! |
Yeah, I had to add a checkpoint t othe update map because of 60Deprecated. Not sure this change helps the help browser. Sorry. Best, Marcel
|
Ah! You were referring to #mainFieldListMenu: not being in DictionaryInspector but in Inspector. Ah, I see. It is not a problem with the update process but with the regular use of the Help Browser. @all: You might want to call "Smalltalk removeEmptyMessageCategories" to remove those old and empty message categories from Inspector and all its subclasses. Note that this happens automatically during CI and bundle creation (see files.squeak.org/6.0alpha). Best, Marcel
|
Hi Nicolas, Hi Marcel,
See also Help-Squeak-Project-ct.70. These methods should be the simplest possible examples, shouldn't they be? I think Inspector has reached an (inherent) complexity that makes it an imperfect candidate for such examples.
Best, Christoph Von: Squeak-dev <[hidden email]> im Auftrag von Taeumel, Marcel
Gesendet: Donnerstag, 30. April 2020 10:16:27 An: Robert via Squeak-dev; [hidden email] Betreff: Re: [squeak-dev] The Trunk: Help-Squeak-Project-nice.80.mcz
Ah! You were referring to #mainFieldListMenu: not being in DictionaryInspector but in Inspector. Ah, I see. It is not a problem with the update process but with the regular use of the Help
Browser.
@all: You might want to call "Smalltalk removeEmptyMessageCategories" to remove those old
and empty message categories from Inspector and all its subclasses. Note that this happens automatically during CI and bundle creation (see files.squeak.org/6.0alpha).
Best,
Marcel
Carpe Squeak!
|
Free forum by Nabble | Edit this page |