ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
803 stars 54 forks source link

Please consider using a separate preferences file #77

Closed N4M3Z closed 8 years ago

N4M3Z commented 9 years ago

Please consider using a separate preferences file instead of putting preferences into Sublime's default Preferences.sublime-text as this file is often modified and automatically generated by a multitude of packages and hence it is not possible to keep comments in it. Also, it just makes sense to have a separate configuration file for the package with at least 2 configurable options.

marijnh commented 9 years ago

Want to submit a pull request (that is backwards-compatible, so that it still picks up setting specified the 'old' way)? I don't have much experience with ST's plugin system, and just did what I saw other plugins do.

N4M3Z commented 9 years ago

It should be trivial. I will try to have a look at different packages and just duplicate what they are doing. Can't promise any timescale though.

tansongyang commented 8 years ago

Closing because this has been addressed in a pull request.