Skip to content

Releases: wadetb/Sublime-Text-Advanced-CSV

v1.0.8

23 Jul 18:47
Compare
Choose a tag to compare

Adds a Set delimiter command to override the delimiter per-view.
Adds a Format command to create a new text buffer by substituting the columns into an arbitrary format string.
Fixes a bug in formatting quoted text.

Fixes ST2 incompatibility

02 Apr 02:07
Compare
Choose a tag to compare

Several releases ago the delimiter preference was added, and the validation code to test if it was a string failed in Python2.x.

Adds auto_quote setting to allow preserving quotes

02 Apr 01:53
Compare
Choose a tag to compare
1.0.6

Adds setting to disable automatic quoting, which is useful when forma…

Adds syntax highlighting & math functions

28 Nov 03:29
Compare
Choose a tag to compare

The syntax file handles quoted and unquoted fields, numbers, and range syntax (including Python sub-expression support).

Also imports the entire Python math module for use in expressions, e.g. <=pi/180.

Adds TinyNumPy

25 Nov 03:05
Compare
Choose a tag to compare

When NumPy fails to import, fall back to TinyNumPy, a minimal NumPy clone written in pure Python.

Adds Preferences & fixes an issue

19 Nov 16:58
Compare
Choose a tag to compare

The delimiter may now be customized to something other than comma using a preferences file.
Reverted the keymap change from 1.0.2, this was making the hotkey nonfunctional on my Windows 7 x64 PC using Sublime Text 3.

Improve Justify hotkey menu text on Windows.

18 Oct 00:00
Compare
Choose a tag to compare

Restore compatibility with Sublime Text 2

09 Sep 17:27
Compare
Choose a tag to compare

No new features, simply allows the plugin to work with the version of Python embedded in Sublime Text 2.

Initial ST3 Package Control release

31 Aug 21:12
Compare
Choose a tag to compare
1.0.0

Update README.md