mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #193] Save As Gif Should Default to Project Name.gif #1529
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#1529
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 @spottedmahn on GitHub (Sep 26, 2017).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/193
When I save my project and then go to save a gif, I end up having to retype the filename again. IMHO, it should use the project name as the default. Thoughts?
How feasible would this be in the current code base? I'm open to submitting a PR for this.
@NickeManarin commented on GitHub (Sep 27, 2017):
Do you mean that if you open a project file named "Example.stg", the suggested filename of the gif (and other output types) should be "Example.xxx"?
Also, do you think that it should use the same output folder?
This could be implemented, but it needs to be optional.
@spottedmahn commented on GitHub (Sep 27, 2017):
No, but that is another valid scenario where it should probably apply. My use case is: record -> save prj -> save gif. After I save the prj, I have to re-type the filename for gif.
Yes, same output folder.
Copy that.
I happy to assist with this request 😄
@NickeManarin commented on GitHub (Sep 27, 2017):
Oh, for that behavior there's a similar ticket open.
#125
@spottedmahn commented on GitHub (Sep 27, 2017):
thanks Nicke