mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 07:05:54 +03:00
[GH-ISSUE #39] [Feature request] Save at stop recording and auto save project #1406
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#1406
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 @Kristinita on GitHub (Nov 24, 2016).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/39
Originally assigned to: @NickeManarin on GitHub.
1. Request
save as project after recording. If user record GIF and press stop, video automatic will be save as project.auto saveoption. Project will be automatic saved, for example, after 20 actions or 5 minutes of work.2. Justification
Unfortunately, sometimes ScreenToGIF crash for me, if I edit my GIF. I need record and edit GIF again.
In order not to lose the results of my work, I need often save as project. If ScreenToGIF crash for me, I can open my project again and continue working. It would be nice, if Save as Project will be automatic.
3. Examples on other apps
For example, on Codepen.io site is automatic save after code changes.
Thanks.
@NickeManarin commented on GitHub (Mar 21, 2017):
You can now open recent projects by File > Recent Projects or
Ctrl+L.It will list all of your projects that didn't get erased on a list at the right side of the window, in a panel.
From there you can load the project as if you just recorded.
I still need to implement the "Auto save" feature. It is easy to do, I just need to create a setting like you wrote.
This feature is almost ready for v2.7.
@NickeManarin commented on GitHub (Mar 22, 2017):
Auto save feature done. The project is saved every time something is loaded, like after applying an overlay.