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
Bugfix
(User-visible)
Detail
#26500
Unnecessary indentation for non-existent images
If a tl:TLObject is rendered by the tl:ResourceRenderer, a type icon is rendered. Here it is first looked whether one is configured, otherwise a generic icon is created (which icon is configured in the theme under "mime.<typename>").
If nothing is configured under the generic icon name, an invisible "span" is rendered. The tl:ResourceRenderer then writes an additional "NBSP", because it is not clear that de-facto no output is generated. This leads to an unnecessary indentation on the GUI.
Improvement
If an icon is resolved to the "No-Icon", no image and no "NBSP" is rendered.
Test
No test.