Code Contents does not scroll with mouse wheel

Jeff81

Member³
Apparently this is not a new issue but I just noticed that the code contents window (procedure list windows) in a package does not scroll with the mouse wheel, it will scroll the main code window instead. Even if you click in that windows and scroll it doesn't work.
 
It does indeed not scroll because it never has the focus. As soon as you click in the Code Contents pane the editor will move to the corresponding location and will get the focus. As a result, you cannot scroll with the mouse wheel.
 
I think that when you hover the mouse above the contents pane and scroll the mouse wheel the contents should scroll instead of the main window.
 
Back
Top