Skip to content

Releases: mechatroner/sublime_rainbow_csv

Bug fix

19 Aug 03:41
Compare
Choose a tag to compare
  • Fix a minor bug

Lint, Align, Shrink

19 Aug 03:05
Compare
Choose a tag to compare
  • Added CSVLint, Align and Shrink commands (#10)
  • Improved content-based CSV autodetection algorithm
  • Updated RBQL
  • Aded "rbq_encoding" setting

Autodetection Customization

20 Apr 01:17
Compare
Choose a tag to compare
  • Support customization of CSV dialects for autodetection #17
  • Improve integration with Sublime Text (#13 fix)

Color scheme fix

21 Mar 01:58
Compare
Choose a tag to compare

Color scheme fix by @srbs

Improved performance and adjustable colors

16 Mar 02:16
Compare
Choose a tag to compare
  • Improved highlighting performance by utilizing new Sublime Text syntax engine
  • Customizable colors
  • User-friendly settings customization by @stoivo

Better Settings

23 Feb 05:18
Compare
Choose a tag to compare
  • 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

29 Jan 03:39
d087bf0
Compare
Choose a tag to compare

RBQL command added to ST3 Command Palette by @gregsadetsky

Skip large files

08 Sep 19:04
Compare
Choose a tag to compare

Add config option to skip large files

Usability improvement

03 Jun 02:16
Compare
Choose a tag to compare
  1. Always consider first row as header
  2. Enable filename-based separator autodetection (*.csv, *.tsv files)

fix packaging bug

02 May 03:06
Compare
Choose a tag to compare

fix packaging bug, see #4