bsoun / bang-search

Plugin to perform websearch from Sublime Text
MIT License
2 stars 0 forks source link

Wrong path to Package Settings -> Settings ->Default #1

Closed chew-z closed 8 years ago

chew-z commented 8 years ago

Cool plugin! :)

There is something wrong with Default Settings (Sublime Text 3, OSX 10.10)

FileNotFoundError: [Errno 2] No such file or directory: '/Users/rrj/Library/Application Support/Sublime Text 3/Packages/bang-search/bang_search.sublime-settings'

bsoun commented 8 years ago

Thanks, Yes, the settings are unavailable directly because the package is packed. You can see detail here: Customizing Packages

You have to manually create the file with the following content : bang_search.sublime-settings

I will probably make a new release in the next weeks, with a unpacked version, and with a new "bang", the qwick of the french search engine Qwant :

chew-z commented 8 years ago

Thank you.

If I could suggest anything it would be useful to have an option to choose a browser. like 'webbrowser.get('firefox').open_new_tab(searchUrl)'. Otherwise it always defaults to Safari on my Mac.

bsoun commented 8 years ago

It will be in the coming release.

bsoun commented 8 years ago

Here is the the new release