-
Notifications
You must be signed in to change notification settings - Fork 220
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
scenebuilder overwrites preferences when installed multiple versions and change preferences in one of them #369
Comments
Which kind of behavior would be desirable? Some ideas:
|
I think that the second option - store settings per instalation is most practical |
Well, option 2 sounds most practical but after reviewing the code and how things work, I'll start to play with option 1 as this is momentarily the most promising. |
Question @icyhoty2k, I've explored this today and sharing the repositories (not the libraries) can be implemented relatively straight forward. What do you think? |
Well I think that all SB settings, including repository configuration, should be stored in the workspace location.
Example: I think that global settings should be used just as a default when the user has not specified something different on his workspace. |
This is very comparable to what e.g. Eclipse does. I really like that approach. |
@AlmasB, as discussed, I've closed the PR #396 and will break it into smaller parts. I'd like to fix this one first, means introducing a version specific preferences/library store. Would you be so kind and assign this one to me? Thanks! |
…ibrary are now stored specifically by version, closes gluonhq#369.
…ibrary are now stored specifically by version, closes gluonhq#369.
When i install two versions of scenebuilder ex: scenebulider 16 and scenebuilder 8 and change preferences in one of the instance it writes to both versions of scenebuilder and when i install plugins from library manager they become avaidable in both versions of scenebuilder that is not desired
Expected Behavior
Multiple instances of Scene Builder shouldn't share preferences and library manager assets
Current Behavior
Multiple instances of Scene Builder share preferences and library manager assets
Your Environment
Always reproducible
The text was updated successfully, but these errors were encountered: