drinks / sublime-initializr

A Sublime Text (2 & 3) Plugin for Bootstrapping HTML5Boilerplate Projects
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Sublime seems to ignore user settings #2

Open borkosavic opened 8 years ago

borkosavic commented 8 years ago

I set up custom url and new project path, but none are considered by sublime.

drinks commented 8 years ago

Are you on Windows, by chance? #1 has a fix for this but it's a breaking change. I'll try to get it published out soon. On Sun, Jun 19, 2016 at 8:59 AM Borko Savić notifications@github.com wrote:

I set up custom url and new project path, but none are considered by sublime.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/drinks/sublime-initializr/issues/2, or mute the thread https://github.com/notifications/unsubscribe/AAEbxUabUyWuUV4ezB4-VmepWpUsxXewks5qNT0dgaJpZM4I5KRd .

borkosavic commented 8 years ago

Nope, I'm on OSX 10.10.4 (14E46), using Sublime 3 (build 3074). If you need anything else, feel free to ask :)

drinks commented 8 years ago

If I could get a gist of your settings (even if obfuscated) that would be great.

borkosavic commented 8 years ago

Initializr.sublime-settings: { "zip_url": "http://www.initializr.com/builder?h5bp-content&html5shiv&h5bp-iecond&h5bp-chromeframe&h5bp-analytics&h5bp-htaccess&h5bp-favicon&h5bp-appletouchicons&h5bp-scripts&h5bp-robots&h5bp-humans&h5bp-404&h5bp-adobecrossdomain&h5bp-css&h5bp-csshelpers&h5bp-mediaqueryprint&h5bp-mediaqueries", "default_path": "~/Work/" } Preferences.sublime-settings: { "class": "tabset_control", "color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme", "font_size": 14, "ignored_packages": [ "Vintage" ], "theme": "itg.flat.dark.sublime-theme" }

Is that what you asked for?