phyllisstein / Pandown

A powerful, versatile, highly Subliminal Pandoc build wrapper for ST2/3
64 stars 12 forks source link

use view settings() instead of loading it from preferences #14

Closed randy3k closed 10 years ago

randy3k commented 10 years ago

since the view settings may be different from the preferences

phyllisstein commented 10 years ago

Thanks for the pull request! It hadn't occurred to me that this setting would be propagated down to the view. I'll merge it on in with my gratitude.

randy3k commented 10 years ago

I notice it because my plugin Syntax Manager fails to work. Specifically, my settings is

{
    "syntaxmgr_settings":
    [ 
        {
            "scopes": ["text.html.markdown"],
            "settings":
            {
                "show_panel_on_build": false
            }
        }
   ]
}