-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persistence #117
Comments
Thanks! Feel free to do so! It has been a previously suggested feature but I never had the urge to implement it.
Thats fine. Smaller PRs - one task at a time - makes reviewing them much easier for me :) |
I noticed there's a |
No, I might even remove it and also use the .NET settings in the future. I store the users warning confirmation in there. I believe i chose the registry because its a bit more persistent than a file. For more complex settings, the registry is painful however. So just go with plain old .NET settings. Not a lot of style points for that solution, but its convenient and well integrated :) |
Is your feature request related to a problem? Please describe.
I want to see msstyleEditor remember certain settings between sessions, as it would improve user workflow when working on a theme throughout multiple sessions.
Describe the solution you'd like
A way so that, for example, if I enable the render view, the GUI application would remember it.
Describe alternatives you've considered
N/A
Additional context
I am willing to PR a solution for this, but I would like to have input regarding how to store the settings. Should the standard .NET framework settings system, JSON, INI files, or the registry be used for this?
I would like to also see the app remember things like which items in the class view have been explored, so that when editing the same visual style you can immediately get back to what you were working on, though this may not necessarily be added immediately.
These would probably be best suited as per-user settings.
The text was updated successfully, but these errors were encountered: