Variable Viewer-View Array: Add Display Range hints.

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
skywalk
Addict
Addict
Posts: 3994
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Variable Viewer-View Array: Add Display Range hints.

Post by skywalk »

It would help if the Variable Viewer-View Array tab had hints for the ranges. Either a tooltip or placed immediately after the "Display Range:" line near the bottom of the window. I always have to search help to get it right. :oops:
Manual wrote:"Display Range" allows displaying only a specific range of an array, a list or a map. The range can be given for each Array dimension individually, separated by commas. If one dimension is not specified at all, all of its items will be displayed. Here are a few examples for valid range input:
"1-2, 2-5, 2" : first index between 1 and 2, a second index between 2 and 5 and a third index of 2.
"1, 2-5" : first index of 1 and a second index between 2 and 5.
"1, , 5" : first index of 1, any second index and a third index of 5.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum