[squeak-dev] Traits tooling: as simple as a one-line change to Browser?

Tony Garnock-Jones tonyg at leastfixedpoint.com
Fri Jun 17 10:34:52 UTC 2022


Hi all,

I've been using Traits (!).

It's a lovely way to program.

I needed to make a small change to Browser to reenable some 
apparently-previously-exposed functionality:

	addSpecialMenu: aMenu
		<classListMenu>
		aMenu addList: #( ...

I added `<classListMenu>` to Browser>>addSpecialMenu:, which otherwise 
was not mentioned anywhere, and then some new trait UI was available.

Should we do this by default? If not, what needs doing before we can 
make trait tooling more accessible?

Cheers,
   Tony


More information about the Squeak-dev mailing list