Major
Detail
Bugfix
Major
Detail
#26382
Error messages "Duplicate tag name..." when starting an application in the IDE from a TL-Studio
#26405
TTypeRewriter logs warning "Unable to resolve items by external reference" also unnecessarily
#26431
Changed superclass relationship leads to changed attribute list in the form editor only after a restart
Enhancement
Detail
#26417
Safety: Label output even in error situations and with invalid system status
For the output of objects (in error messages) the tl:MetaLabelProvider is usually used. However, especially in test cases when outputting error messages, it is possible that the tl:LabelProviderService is not available at all. In this case, the output of the error message crashes with the indication that the necessary service is not available. This behavior is not helpful for finding the cause of the error.
Fix
The tl:MetaLabelProvider should be able to supply labels regardless of whether the tl:LabelProviderService is available or not.
Test
No test.