apiad / sublime-browser-integration

A Sublime Text 3 plugin for interacting with the browser and do developer related tasks.
MIT License
35 stars 2 forks source link

`Settings` menu item doesn't work with installed version #3

Open apiad opened 10 years ago

apiad commented 10 years ago

It opens a new file, that cannot be saved, because the plugin is inside a .sublime-package and not unzipped. Need to change the settings command correspondingly. While on it, consider adding a user specific settings file, and a project specific settings file.

AlexVonB commented 9 years ago

When you create a folder named BrowserIntegration alongside the other settings folders, you can open the config through Sublime and save it. I pasted the following in there: https://raw.githubusercontent.com/apiad/sublime-browser-integration/master/BrowserIntegration.sublime-settings It's a workaround as long this issue is not fixed.