Page 1 of 1

Initial value tooltip

Posted: Mon Apr 11, 2022 10:08 pm
by mnfisher
If I create a 'large' array - say x[256] then the tooltip displays as {0, 0, 0, ... ,0, 0] with 256 x 0 values and covering the width of the monitor.

It should probably be truncated and displayed as
"{0, 0, 0 ...." or "{N0, N1, N2, ... N255}"

If I create an 'very large' array (say x[102400]) - the tooltip is displayed as a long blank line. Truncating the tooltip would again solve this problem?
I'm not sure that the tooltip needs to be generated 'on the fly' and a more 'generic' tip of "{N1, N2 ...}" could be displayed for any array? (For a string it might be more helpful to display "ABCD ..."")

Martin

Re: Initial value tooltip

Posted: Tue Apr 12, 2022 9:34 am
by Steve-Matrix
Thanks, Martin - I've added it to my list.