Idea: Allow the user to mark nodes in a session as favorites. All favorites of the data storage are shown in an own inspector. This can be used by the user to quickly select often used nodes.
The "favorite state" should be indicated by a node bool property (org.mitk.selection.favorite). So we just add a predicated checking the property to be true.
Whats needed to do:
- Inspector that shows all favorite (could be same like simple list inspector)
- Inspector should also allow to "unfavorite" a node
- Provider for the inspector
- Add a "add as favorite" button to the QmitkNodeSelectionDialog