Customize Squeak by editing the do menu entries
Last updated at 5:37 pm UTC on 24 January 2020
The do menu contains some useful expressions.

You may customize it by choosing the last menu option; this opens a text window with the relevant Squeak code.
Add your own commands and when finished editing choose 'accept'.
For example you may add a command
GenerateListOfAllProjects new do
See details.
The result is that the do menu is updated.
Implementation notes: TheWorldMainDockingBar doMenuOn: aDockingBar.