Skip to content

Releases: mechatroner/sublime_rainbow_csv

Incremental 2.10.0

02 Sep 01:50
Compare
Choose a tag to compare

RBQL update

03 Dec 05:24
Compare
Choose a tag to compare
  • Update RBQL including support of AS keyword.

Zero based columns

25 May 02:27
Compare
Choose a tag to compare
  • Add config option to support zero-based column enumeration, see #36
  • Make hover info less noisy

Minor RBQL improvements

22 Jan 04:15
Compare
Choose a tag to compare

Improve Relative Paths handling for RBQL JOIN

04 Dec 02:39
Compare
Choose a tag to compare
  • Improve Relative Paths handling for RBQL JOIN - the join table path can now be relative to the main table directory.

Improve CSV header support in RBQL

13 Jun 02:44
Compare
Choose a tag to compare

RBQL can now parse and preserve CSV header names in the output table.

Fix separator color

27 Mar 02:27
Compare
Choose a tag to compare

Fix separator colors and make them stick to the previous column instead of the next column see issue #31

Full RFC-4180 compatibility

16 Sep 01:52
Compare
Choose a tag to compare
  • Add "allow_newlines_in_fields" configuration parameter to support newlines in fields: #20
  • Fix "Align" command - do not add trailing spaces to the last column: #28
  • Update RBQL

Simplify UI/UX

18 Jul 03:18
Compare
Choose a tag to compare
  • "Enable Simple" and "Enable Standard" context options are merged into a single "Enable" option to simplify the UI.
  • Added handling for "Plain Text (CSV).sublime-syntax" syntax which is contributed by "A File Icon" package, see #25

Handle empty separator

15 Jul 00:25
Compare
Choose a tag to compare
  • Properly handle empty separator error to avoid Sublime freezing