genericworkflownodes / GenericKnimeNodes

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

[FIX] Reworked the handling of activeness of optional outports. #158

Closed jpfeuffer closed 6 years ago

jpfeuffer commented 7 years ago

Use additional boolean instead of the Inactive mimetypes. Avoids a lot of problems with special handling of that mimetype. But will result in warnings for every node when you update your plugin (because of the missing additional bool setting for each port that is now saved to settings.xml during saving).

jpfeuffer commented 7 years ago

Wait for merge. Had a different UI idea.

jpfeuffer commented 6 years ago

Ok Plan:

Possible future improvements: