knime-mpicbg / knime-scripting

knime-scripting includes scripting extensions for KNIME to integrate R, Matlab, Python and Groovy scripts. These extensions include a collection of nodes to develop and deploy templates in the respective languages.
https://github.com/knime-mpicbg/knime-scripting/wiki
Other
43 stars 25 forks source link

RGG line break bug after Edit Template #35

Closed stoeter closed 8 years ago

stoeter commented 9 years ago

I noticed that the description of template gets additional line breaks in the Script Editor after edition the template using Edit Template. Each edit/apply(ok) results in an additional line break, e.g. like this:

1) Select numerical variables for ROC curves (parameter).

"here are many line breaks"

2) Template expects a column named "treatment" as category column. Enter the name of the negative control class as plain text. Select several classes as positive controls (cases) that will be plotted against the single negative control class (controls).

I noticed that also copy/paste line breaks in the editior then make these additional line breaks.

Currently seen in tds-cruncher-1 (windows/OS-specific problem?)