wadetb / Sublime-Text-Advanced-CSV

Efficiently format, edit, arrange, and evaluate cells in CSV files
169 stars 14 forks source link

Can not open default settings through preferences > Package Settings > Advanced CSV #11

Closed aziz closed 9 years ago

aziz commented 9 years ago

Can not open default settings through preferences > Package Settings > Advanced CSV because you have this piece of code in your Main.sublime-menu:

 {
   "file": "${packages}/Sublime-Text-Advanced-CSV/AdvancedCSV.sublime-settings"
}

while when you install it through package controll the path should be

   "file": "${packages}/Advanced CSV/AdvancedCSV.sublime-settings"