Releases: mechatroner/sublime_rainbow_csv
Releases · mechatroner/sublime_rainbow_csv
Bug fix
- Fix a minor bug
Lint, Align, Shrink
- Added CSVLint, Align and Shrink commands (#10)
- Improved content-based CSV autodetection algorithm
- Updated RBQL
- Aded "rbq_encoding" setting
Autodetection Customization
Color scheme fix
Color scheme fix by @srbs
Improved performance and adjustable colors
- Improved highlighting performance by utilizing new Sublime Text syntax engine
- Customizable colors
- User-friendly settings customization by @stoivo
Better Settings
- Add custom plugin settings mechanism, see issue #9
- Do not store ~/.rbql_table index in user home dir: move it into the dedicated /Sublime Text 3/Packages/User dir
- Do not autohighlight large files by default to improve file opening performance.
Add RBQL command
RBQL command added to ST3 Command Palette by @gregsadetsky
Skip large files
Add config option to skip large files
Usability improvement
- Always consider first row as header
- Enable filename-based separator autodetection (*.csv, *.tsv files)
fix packaging bug
fix packaging bug, see #4