Skip to content
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

Settings not read from user preferences #12

Closed
rchl opened this issue Aug 1, 2012 · 4 comments
Closed

Settings not read from user preferences #12

rchl opened this issue Aug 1, 2012 · 4 comments

Comments

@rchl
Copy link

rchl commented Aug 1, 2012

Main.sublime-menu defines two pref files - one for default settings and one for user settings. The problem is that the plugin always seems to read from default settings.

I would obviously prefer to store my overrides in the user settings so that they are not overridden on update.

@rchl
Copy link
Author

rchl commented Aug 1, 2012

The problem is that user settings entry points to "${packages}/User/Preferences.sublime-settings" while it should point to "${packages}/User/autofilename.sublime-settings"

@liamcain
Copy link
Owner

liamcain commented Aug 2, 2012

Thanks for this. Fixed for the next commit.

@liamcain
Copy link
Owner

liamcain commented Aug 2, 2012

Fixed.

@liamcain liamcain closed this as completed Aug 2, 2012
@rchl
Copy link
Author

rchl commented Aug 2, 2012

I think you have not pushed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants