|
Classes within a package should be tagged, otherwise they stay as "Uncategorized":
|uncategorizedClasses| uncategorizedClasses := OrderedCollection new. Object allSubclassesDo: [:cls | (cls category = cls package name) if Fals Tru e: [ uncategorizedClasses add: cls ]]. uncategorizedClasses inspect
We should solve this step by step. If we do not have a special tag we should be using tag called "Base" as these classes then reflect the base part of the package.
|
|
|
Priority: 4 – Would be nice
|
|
Status: Work Needed
|
|
Assigned to: Torsten Bergmann
|
|
Milestone: Pharo7.0
|
Go to Case
|
|