major
minor
defect
major
minor
#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
defect
(User-visible)
minor
#26500
Unnecessary indentation for non-existent images
If a tl:TLObject is rendered by the tl:ResourceRenderer, a type icon is rendered. The system first checks whether one is configured; otherwise, a generic icon is created (the 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 adds an extra “NBSP” because it is not clear that, in fact, no output is being generated. This results in unnecessary indentation on the GUI.
Improvement
If an icon is resolved to the "No-Icon," neither an image nor an "NBSP" is rendered.
Test
No test.