add item... (a) and key in one
category name at a time.
TheCuisBook
subclass of Object and TheBookMorph subclass of
PlacedMorph.
The two operations above are doable in one shot. Select any existing category and key in the class definition with the category name:
PlacedMorph subclass: #TheBookMorph instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: 'TheCuisBook-Views'
Once you save the class definition, the TheBookMorph class is
created – obviously – but also the TheCuisBook-Views
category!
Open... → Installed Packages...,
press the new button and key in TheCuisBook.
save button, you are done!