[BUG] Class Category reorganization

Andreas Raab andreas.raab at gmx.de
Fri May 27 17:56:38 UTC 2005


Karsten Wolf wrote:
> A quick hack for me was to create a preference called 
> unlimitedPrintString (I don't remember if there's more needed to 
> correctly create a preference) and changing the Method
> 
> Object>>printStringLimitedTo:

A better solution is to define

Categorizer>>printString
     "Answer a String whose characters are a description of the receiver."
     ^self fullPrintString

Cheers,
   - Andreas



More information about the Squeak-dev mailing list