mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #27] [Feature request] When Shift-Selecting frames keep up preview with last selected frame #26
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @duarteframos on GitHub (Oct 25, 2016).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/27
Originally assigned to: @NickeManarin on GitHub.
In the editor window when shift-selecting frames keep up the main preview with the last selected frame. Currently it always shows the first selected frame, and it would be useful te see a full sized version of the last selected in the frame range, so one could see what was being used for the operation.
This actually works pretty well when shift-selecting backwards say from frame 100->80 with [Shift]-[Left Arrow] but selecting forward, like say, frame 100->120 will no longer update the full size preview.
Also if I shift-select with the arrow keys all works fine, but if I shift select with the mouse from say frame 10->20 and and repeatedly press [Shift]-[Left Arrow] to deselect, it will change selection to 10->9, 10->8, 10->7 instead of 10->19, 10->18, 10->17 etc.
If I do it in reverse order and use the shit+mouse to select the frame range 20->10 it all works as expected, pressing [Shift]-[Right Arrow] will correctly update selection to 20->11, 20->12, 20->13, etc.
@NickeManarin commented on GitHub (Oct 26, 2016):
Understood :)
@NickeManarin commented on GitHub (Feb 9, 2017):
Done! (release 2.5, when available)
Shift+Left/Right will preview the current focused frame.
Shift+Click and after that Shift+Left/Right will arrange the selection based on the latest selection.
@duarteframos commented on GitHub (Feb 9, 2017):
Cool thanks for the fix! Looking forward to the next release :)