> > The stuff I need to look into for my project is mixed in with 1000s of classes that I (hopefully) can ignore for now - but there seems to be no way to hide away all the irrelevant stuff.
> Is it classes or methods ? Well "Smalttalk allClasses size" gives 9018 Object allSubclasses size gives 17742 Object class allSubclasses size gives 8864 So there are thousands of classes, right? 9018 I think is the most sensible answer since it doesn't have the meta-classes. Steve