mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #6] [Suggestion] Add the ability to make settings portable #6
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#6
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 @Tyf0x on GitHub (Aug 24, 2016).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/6
Originally assigned to: @NickeManarin on GitHub.
Hi,
I discovered ScreenToGif not so long ago and I must say it is awesome!
As the title says, I'm suggesting to add the ability to turn the application fully portable to carry the settings over on any machine (USB key).
I'm not sure how much is implied there but file paths will most certainly need to be made relative.
Thoughts?
@NickeManarin commented on GitHub (Aug 25, 2016):
Thank you 😄
Portability is a main request. Indeed, paths need to be relative. I'm thinking about creating special codes (like %DIR%) that will be resolved/calculated during runtime.
@NickeManarin commented on GitHub (Oct 17, 2016):
Ready for release 2.3 (still not released).
The
UserSettingsis based on a resource dictionary namedSettings.xaml.To make your settings local, just create an empty text file and rename it to
Settings.xaml.If no local resource present, the app looks for a resource located inside the folder
%APPDATA%/ScreenToGif.If no appdata resource present, a default one will be loaded into memory. All properties changed during runtime will be saved inside the current resource file.