mechatroner / sublime_rainbow_csv

🌈Rainbow CSV - Sublime Text Package: Highlight columns in CSV and TSV files and run queeries in SQL-like language
MIT License
117 stars 8 forks source link

Align columns with spaces adds trailing spaces #28

Closed Zetym closed 4 years ago

Zetym commented 4 years ago

The alignment works nicely from the very limited testing I've done, but the final column is also processed for equal width with trailing spaces. This means that if one line is long enough for the final element to trigger a word wrap, every line becomes long enough to trigger a word wrap, which is both annoying and confusing as there doesn't seem to be any reason for it unless the user has whitespace shown

mechatroner commented 4 years ago

Hi @Zetym, Thanks for the bug report! I will try to fix this in the next release

mechatroner commented 4 years ago

Fixed in 2.3.0