genericworkflownodes / GenericKnimeNodes

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

Allow conversion to relative file paths #234

Closed AlexanderFillbrunn closed 5 years ago

AlexanderFillbrunn commented 5 years ago

Added an option to convert paths tp KNIME URIs (e.g. knime://knime.workflow/myfile.fasta) in the file chooser dialog component. Additionally simplified the layout of the component by replacing the Swing Layout with a Border Layout and a nested GridBagLayout.

The old option for the resolution of workflow relative paths is gone from the dialog, but old nodes with that setting still work the same way. It just cannot be undone anymore. In that case a new node has to be inserted to get rid of the old setting.

This PR is for issue #216.