I am not responsible of the consequences of the following code:
First:
Gofer new
��� squeaksource: 'autoMethodCat';
��� package: 'AutomaticMethodCategorizer';
��� load.
After:
| autoCat |
autoCat := AutomaticMethodCategorizer new.
Smalltalk allClassesDo: [:each | autoCat categorizeAllUncategorizedMethodsOf: each ].
Cheers
Mariano
hi guys
I wanted to know if one you try tried to automatically recategorized all the methods of the system.
Because I'm tired to get this as yet unclassified in my face. I looks to my like dirt in the street.
Wanna get clean...
Pharo-project@lists.gforge.inria.fr
Stef
_______________________________________________
Pharo-project mailing list
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project