When there are many items in the procedures panel they don't all fit. And every time it is updated, the scroll position is reset to the top. So when I'm working with the lower parts of the source, I have to scroll again and again.
Preserving the scroll position would be really useful.
Don't reset the procedures tool panel scroll
Re: Don't reset the procedures tool panel scroll
Sounds reasonable.
The whole list is probably recreated on every change, instead of stepping through and adding/changing/deleting elements when needed.
I know I've had to implement similar ListIcon modifying routines in my own GUIs to preserve selection and scroll position... though it probably could be "faked" by remembering the selection/scroll and re-applying it after rebuilding the list?
The whole list is probably recreated on every change, instead of stepping through and adding/changing/deleting elements when needed.
I know I've had to implement similar ListIcon modifying routines in my own GUIs to preserve selection and scroll position... though it probably could be "faked" by remembering the selection/scroll and re-applying it after rebuilding the list?