gtoolkit icon indicating copy to clipboard operation
gtoolkit copied to clipboard

[Coder] You cannot rename the Uncategorized subpackage/tag

Open onierstrasz opened this issue 3 years ago • 4 comments

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. Screenshot 2022-03-16 at 17 55 22 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.

onierstrasz avatar Mar 16 '22 17:03 onierstrasz

I've updated the code to allow you to rename the uncategorized tag, but the Package Hierarchy isn't updating to display the tag.

j-brant avatar Aug 01 '22 14:08 j-brant