-
Notifications
You must be signed in to change notification settings - Fork 5
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
Where to set the config options with Sublime 3 #2
Comments
Agreed, so far I have had no luck getting this plugin to look in the User dir for settings to apply (and override the plugin's own settings file), at least on Windows -- furthermore on Windows you must extract the sublime-package as a zip before you can edit the config! |
Anyone?! |
Good catch about the package settings menu, thanks. The next release will fix this. In the meantime, I updated the "Settings" section of the readme to mention how to setup the settings file directly: https://github.com/icylace/CursorRuler#settings Let me know if that helps or not. |
Hey @icylace , thanks. Thanks. |
I was able to reproduce this bug. I'll get this sorted out in the next release. Thanks for letting me know. |
=============================== - General code improvement. - The CursorRuler settings are now accessible from the "Preferences" -> "Package Settings" menu. - Fix for #2: Custom user settings were not being picked up. - Fix for #3: Default line wrapping was behaving unexpectedly. Created a new command called `CursorRuler: Wrap Lines` for doing line wrapping properly. - Started using Package Control messages. - Updated readme: Made more use of GitHub Flavored Markdown. - Updated readme: Noted that one of the minor bugs is ST2-only.
Turns out there was a silly little error in my code that somehow prevented settings from being loaded. I just made a new release that should have fixed it. Hopefully it works for you ! |
=============================== - The original fix for #2 only worked for ST2. Hopefully now things will work in ST3 also.
Hi,
I've installed this plugin in Sublime 3 using Package Manager which results in the plugin being packed in the Installed Plugin folder. But the plugin doesn't get mentioned in the packages settings, so I not seying where to change the default options.
Can you clarify this?
The text was updated successfully, but these errors were encountered: