wadetb / Sublime-Text-Advanced-CSV

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

Quotes are sometimes removed improperly #13

Closed wadetb closed 9 years ago

wadetb commented 9 years ago

The formatting modes should not strip quotes that were placed manually.

This is problematic when using Advanced CSV to line up columns of arguments in source code:

op( "first", "second", "third" )
op( "fourth", "fifth", "sixth" )