Open eafpres opened 4 years ago
Hi @eafpres thanks for the feedback! I think it could be nice to have such a feature indeed. What do you guys think @jnsebgosselin @ccordoba12 @goanpeca ?
Sounds good to me. A question: When in the thumbnail scrollbar, is it possible to use Cmd/Ctrl+home / end and have this effect?
Just tested ctrl-home, ctrl-end, no effect (while code is running). Other controls work at this time. Would have been an excellent work around!
This is an excellent point! We'll try to take a look at it for 4.2.0 (to be released at the end of August).
So basically, we need to add a First plot
and Last plot
button and assign the Cmd/Ctrl+home / end
to them?
So basically, we need to add a
First plot
andLast plot
button and assign theCmd/Ctrl+home / end
to them?
That sounds right to me; however Cmd/Ctrl+home / end does work when the focus is in the code panel, the console panel, and the variable explorer. So there would need to be an action to shift the focus to the plots list. Currently, this is NOT necessary to just scroll it--hover does the job. But hovering in the plot list when the last focus was one of the other panels and using Cmd/Ctrl + home / end moves to the top/bottom of that previous panel.
[...] So there would need to be an action to shift the focus to the plots list. Currently, this is NOT necessary to just scroll it--hover does the job. But hovering in the plot list when the last focus was one of the other panels and using Cmd/Ctrl + home / end moves to the top/bottom of that previous panel.
I think this can already be done through the switch to plots
shortcut.
I think this can already be done through the
switch to plots
shortcut. I think that and/or clicking in plots is sufficient. Thanks for the clarifications.
Problem Description
Feature Request
With lots of plots, it's slow to move far, UX would improve with more controls
What steps reproduce the problem?
What is the expected output? What do you see instead?
It would be very nice to be able to jump farther in the plots than is currently provided. A great first step would be jump to beginning (e.g. <<) and jump to end (e.g. >>)
Paste Traceback/Error Below (if applicable)
NA
Versions
Spyder 4.1.2
Python 3.7.6 64-bit
Qt 5.9.6
PyQt5 5.9.2
Windows 10
Dependencies