- Jan
- 179
- 2
Need right left slider for command expansion pane of CMDebug.
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!You have it on all the other panes how do can you not see the need if you have to left right scroll your scipt which would always be less than the width of the output in the command expansion or even more concerning that you'd have a variable that long that you'd have to left right scroll that section? Actually probably better to wrap all the secions than left right scrolling.It's not going to be a feature unless you request it.
The issue here is the Windows list control has a maximum horizontal width and will truncate anything past that. That can be worked around with some (well, a lot of) extra code, but since nobody had ever asked for it, it wasn't considered a high priority.
You have it on all the other panes how do can you not see the need if you have to left right scroll your scipt which would always be less than the width of the output in the command expansion or even more concerning that you'd have a variable that long that you'd have to left right scroll that section?
I posted it in the Suggestions forum as I'm sure you saw.Well -- no. Only the panes with edit controls have horizontal scrollbars. The Watch, Modified, Call Stack, and Breakpoints panes (which are list controls) do not.