bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
456 stars 92 forks source link

"Gist.sublime-settings-Gist" and "Gist.sublime-settings-User" not working #68

Closed davidvandenbor closed 10 years ago

davidvandenbor commented 10 years ago

The "Gist.sublime-settings-Gist" file doesn't execute the default preferences, and the changed preferences in "Gist.sublime-settings-User" don't execute as well. For instance, the original "Gist.sublime-settings-Gist" has a preference to use the descriptions of the gists when opening them from the drop-down panel ("prefer_filename": false). But the dropdown consistenly shows the gists by filename!

Token does work, though, because you can open the gists from the dropdown, and edit them. (took a lot of effort to get that working too) I'm on Mac OSX Mavericks, with Sublime text 3.

Any idea what could be causing this?

Kind regards and thanks in advance, David van den Bor.

davidvandenbor commented 10 years ago

Sorry, this issue is related to another package (condemil/Gist) it has nothing to do with Sublime-Github package.

Sorry for the inconvenience :-)