You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What the software is currently doing
When a text entry is clicked, it's not really doing the best job of showing said text:
Describe the solution you'd like
When clicking a text entry, the "Array data" textfield is unused. It would be the perfect place to show long/multiline text.
It should also be used to display the object's text interpretation, IF the clicked object does not have any more nesting inside itself.
Otherwise this would just cause the same issue as #25.
Currently the only way to get said text interpretation of an object is by clicking the array that holds it, which only works for very small arrays with simple objects. Otherwise it's just a freeze for a long time as described in the issue above.
Edit: I've only now noticed that the "Array data" element is "disabled", which prevents scrolling the text...
The text was updated successfully, but these errors were encountered:
What the software is currently doing
When a text entry is clicked, it's not really doing the best job of showing said text:
Describe the solution you'd like
When clicking a text entry, the "Array data" textfield is unused. It would be the perfect place to show long/multiline text.
It should also be used to display the object's text interpretation, IF the clicked object does not have any more nesting inside itself.
Otherwise this would just cause the same issue as #25.
Currently the only way to get said text interpretation of an object is by clicking the array that holds it, which only works for very small arrays with simple objects. Otherwise it's just a freeze for a long time as described in the issue above.
Edit: I've only now noticed that the "Array data" element is "disabled", which prevents scrolling the text...
The text was updated successfully, but these errors were encountered: