Open long text in popup in binding preview
under review
n
nick.minchin
Currently if a binding returns a long string, there’s no way to see the full contents:
Can we please have a button to click to open the full contents in a popup textbox? Similar to how it’s done in the props editor when a string is too long to display.
I’m trying to debug a script in a transform but it’s proving difficult without being able to see what it’s returning…
Log In
J
Julian Islic
At bare minimum, it would be nice to have a copy to clipboard button next to each one so I can paste the result into my favorite text editor and view it from there. I think this would be the easiest to implement for the inductive team.
However, if you want to get fancy, maybe just a popup window that shows the dataset or if it is json, make a window that formats the text similar to the json.dumps(content, indent=4) function.
R
Ryan Pavlicek
This would be incredibly useful. I always find myself wanting to use this and see the full contents, would make development much more convenient.
A
Andrew Budaiev
P
Paul Griffith
under review