Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The actionbar and the statusbar must be synchronized to the selection of the workbench.

 

Container

Jira
serverMagnolia
keyMGNLUI-226
We change the containers to identify the items within it not using their paths but instead in a format consisting of the node's identifier and the name of the property if it represents a property. We don't add a dedicated object for this, instead we use a string representation, to keep the memory footprint down.


Actions

The workbench passes on the selected item to the action, if nothing is selected the passed on item is the node used as root for workbench (configured in WorkbenchDefinition.path).

...