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
Currently there are 2 different ways to create a key for the tooltip from a resource key. With .info e.g. for a table column name or a command or tooltip is created. Translations of model elements e.g. use .tooltip.
Enhancement
All uses and calls of .info are replaced by .tooltip.
Code migration
- In translation files replace ".info = " with ".tooltip = " where ".info" is the tooltip for the associated base key.
- Replace calls to ResKey#info() with ResKey.tooltip().
- In Java files replace ".info" in places where it is used for a tooltip translation. A hint are hits when searching with the regexp \ .info\b[^\(\s\.]. In this case use the method ResKey.tooltip() to get a tooltip-ResKey, or in an emergency use ".tooltip" instead of ".info".
Test
No additional test.