Squeak Notes

Changing the mouse buttons

Get all the packages in squeak

packages := (PackageInfo allPackages collect: [:each | each packageName ]) asSortedCollection.

Get all the classes of a package in squeak

Smalltalk organisation listACategoryNamed: aCategoryName

Create a new category