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.
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.