Skip to content

[Coder] You cannot rename the Uncategorized subpackage/tag #2449

Open
@onierstrasz

Description

@onierstrasz

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.

Metadata

Metadata

Assignees

Labels

bugcoderThe issue is related to the Coder

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions