[MOD][Modules] How to create a new module

Hannes Hirzel hirzel at spw.unizh.ch
Wed Feb 6 14:26:30 UTC 2002


On Wed, 6 Feb 2002, Bergel Alexandre wrote:

> Click on the 'People' on the leftmost panel. You should have :
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Object subclass: #NameOfSubclass
> 	instanceVariableNames: ''
> 	classVariableNames: ''
> 	poolDictionaries: ''
> 	category: 'People'
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> 
> Change your className, and category, in you case I think 'People-HannesHirzel'
> And accept...

Thank you that worked fine.
I think it would help people to completly remove the menu entries 
- add item
- rename
- remove
from the categories menu in the SystemBrowser for the time beeing.



And a next question:

What do I have to do when I want to add a method to class String but want
this addition to go into a DeltaModule belonging to 'People-HannesHirzel'?
I want this added method to load and unload together with the my module.

I actually added a method to the class String and it was possible as
usual. However I do not know where it went to? How can I look at the
DeltaModules.

Regards
HJH




More information about the Squeak-dev mailing list