genericworkflownodes / GenericKnimeNodes

Base package for GenericKnimeNodes
https://github.com/genericworkflownodes/GenericKnimeNodes
Other
15 stars 16 forks source link

[FEATURE] Adds display layer for plugin version. #221

Closed rrahn closed 5 years ago

rrahn commented 5 years ago

Adds a property to the plugin.properties called versionDisplayLayer which can be set to either category or node and changes the behaviour of where the version number of a plugin is displayed. Either on the category layer or the node layer. Adapted the IPluginConfiguration to return the raw Version object for extraction of the version components.

rrahn commented 5 years ago

@AlexanderFillbrunn I added the enum. I hope that is the correct java style to do it.