mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #555] Allow Undo Buffer Disable #456
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#456
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 @Crispin-at-Linknode on GitHub (Nov 18, 2019).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/555
Originally assigned to: @NickeManarin on GitHub.
Hi,
With large volumes of data I found that the auto-undo folder was leaving me out of disk space, for example with 4,000 images, removing 3,000 nearly doubled the space required temporarily.
Could a disk space calculation for undo be estimated, or I'd be happy with an option to make an informed decision to disable undo. perhaps on a per-session basis so it resets each time.
Many thanks - Crispin
@NickeManarin commented on GitHub (Apr 3, 2020):
Would a undo/redo limit help you?
For example:
@Crispin-at-Linknode commented on GitHub (Apr 4, 2020):
Yes... as long as the limit could be set to zero!
With the example above, it is just a single operation to remove duplicates. Would a limit be on the operation or the images saved in the undo folder?
I wouldn't really want to undo to a partial state if only half the images were restored on undo.
@NickeManarin commented on GitHub (Apr 4, 2020):
If the limit is set to zero:
Now, if the limit is set for example, to 2:
@NickeManarin commented on GitHub (Apr 5, 2020):
Closing this as done.