Open
Description
Create two dummy classes:
Object subclass: #Dummy1
instanceVariableNames: ''
classVariableNames: ''
poolDictionaries: ''
package: 'Dummy'.
Object subclass: #Dummy2
instanceVariableNames: ''
classVariableNames: ''
poolDictionaries: ''
package: 'Dummy'
Now add the Stuff
tag to Dummy
, leaving Dummy2
as uncategorized.
Select the Uncategorized
group and try to rename it to Other
.
This generates a Package tag Uncategorized does not exist
error.
Clearly Uncategorized
is not a real subpackage, so it can't be renamed.
Unfortunately drag and drop doesn't seem to work, so it seems each class needs to be individually tagged.