Releases: wadetb/Sublime-Text-Advanced-CSV
Releases · wadetb/Sublime-Text-Advanced-CSV
v1.0.8
Fixes ST2 incompatibility
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
1.0.6 Adds setting to disable automatic quoting, which is useful when forma…
Adds syntax highlighting & math functions
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
When NumPy fails to import, fall back to TinyNumPy, a minimal NumPy clone written in pure Python.
Adds Preferences & fixes an issue
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.
Restore compatibility with Sublime Text 2
No new features, simply allows the plugin to work with the version of Python embedded in Sublime Text 2.
Initial ST3 Package Control release
1.0.0 Update README.md