liamcain / AutoFileName

Sublime Text plugin that autocompletes filenames
514 stars 78 forks source link

User Package Settings Open Wrong File #49

Open christierney402 opened 10 years ago

christierney402 commented 10 years ago

In Windows on ST2, go to Preferences > Package Settings > AutoFileName > Settings - User

It will open ./Packages/User/Preferences.sublime-settings instead of ./Packages/User/autofilename.sublime-settings

liamcain commented 10 years ago

This was intentional because autofilename.sublime-settings gets overridden on every update. I'll look into making it a separate user file that doesn't get overridden in the future but for now, you can add any custom settings directly to the User settings file and it will work fine.