in IDE:
- debugger variable list: show in alphabetical order
- debugger variable list: ability to "navigate" in a var/view.
example I have an array of 100x2 elements (2 dim). I cannot read the (example) cell(80,1): it is out of screen
some properties are not accessible. example the "visible" property
a solution could be a (SIMPLE) "immediate window". example "print myview.visible"
- code editor page: when I search for a string (and I find it) I don't know in what sub I am. I have to scroll up to know. so the whish is "show in what sub the cursor is now"
thank you