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
Major
#26411
Tiles: User-defined commands in the context menu of object tiles
If a set of objects is displayed as tiles, one can imagine that one wants to store user-defined commands per tile/object, which operate on the displayed object without opening the tile (e.g. "Delete").
Exactly those commands that operate on the selection of the tile list and are registered to the tile list itself could be displayed in the context menus of the object tiles displayed in it.
Implementation
The tile list has been given an additional configuration option "Tile context menu commands" in which commands can be configured to be displayed in the burger menu of the tile. These then operate on the tray object that the tile represents.
Test
- Edit tile list
- In the option "Tile context menu commands" configure a handler, e.g. the generic delete handler.
- Expectation: In the burger menu of each tile the configured command is displayed, e.g. delete.
- Expectation: When the command is pressed, the handler is executed on the tile object, e.g. the tile is deleted.