icylace / CursorRuler

Marks the current cursor position(s) using dynamic rulers. For Sublime Text 2 and 3.
62 stars 5 forks source link

Where to set the config options with Sublime 3 #2

Closed lmartins closed 10 years ago

lmartins commented 11 years ago

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?

unphased commented 11 years ago

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!

lmartins commented 11 years ago

Anyone?! This seems like a simple question...

icylace commented 11 years ago

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.

lmartins commented 11 years ago

Hey @icylace , thanks. I've tried what you suggested, creating the file '''CursorRuler.sublime-settings''' in my User folder, tried to apply a few modifications but it has no effect in the generated ruler guides.

Thanks.

icylace commented 11 years ago

I was able to reproduce this bug. I'll get this sorted out in the next release. Thanks for letting me know.

icylace commented 10 years ago

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 !