napari-imagej icon indicating copy to clipboard operation
napari-imagej copied to clipboard

String module outputs are crammed into a single line and can be unreadable

Open ctrueden opened this issue 2 years ago • 1 comments

The bundled Example_Script.js produces a multi-line string output, intended for display in a text area. But napari-imagej puts it into a single line text field, and squelches the newlines, and grays out the content with no scroll bar, making it unreadable in full. This might be a place where we need to add multi-line text area support to magic_gui?

ctrueden avatar Jul 26 '23 03:07 ctrueden

If it's an output, then we are creating that widget by ourselves (here) - we can simply update the widget that is returned.

gselzer avatar Jul 26 '23 14:07 gselzer