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
enhancement
When a literal resource key is created, there is no way to create a key derived from it (e.g., key.tooltip) using the "ResKey#suffix()" method.
This should be made possible so that, for example, a tooltip can be created for a key in the GUI.
Implementation
- When a literal key is created using a TL-Script expression, the tooltip can now also be specified here. For example: {{{
#("Ein Text"@de, "Some text"@en, "Un texto"@es, tooltip: {
"A tooltip"@de, "Some tooltip"@en, "Tooltip information"@es
} ) }}}
- If the literal resource key is entered using the form editor, the tooltip can now also be entered here:\\
Test
Key with tooltip in the Technical Demo > Components > Dynamic Columns view in the header of the "Best Rating" column