Releases: wadetb/Sublime-Text-Advanced-CSV
Releases · wadetb/Sublime-Text-Advanced-CSV
Fix spurious comma in config file
Remove numpy dependency for x86 platforms
1.1.8 Remove numpy dependency on x86 architectures
Bind to TSV files
Merge pull request #40 from Niels-NTG/TSV_auto_detect Auto activate package for TSV files
Fix Sublime Text 2 startup error
Merge pull request #38 from theVDude/patch-1 Sublime Text doesn't like the comma here
Improved handling of empty double quotes
1.1.5 Move test CSV files to a subdirectory
Fix per-view delimiter selection
The priority order of delimiter selection previously favored filename mappings over a per-view setting (CSV -> Set Delimiter). This was an unintended consequence of wrapping per-view and global settings access. The delimiter code has been reworked to determine the delimiter in an explicit fallback order: view, filename mapping, global setting, comma.
Fix delimiter detection when the file is unsaved
1.1.3 Fix for delimiter detection with unsaved file
Second attempt to fix dependencies.json error
1.1.2 Next try to fix dependencies.json
Attempt to fix dependencies.json error
Update dependencies.json Attempt to fix PackageControl error.
Adds filename to delimiter mapping
Code refactoring, adds numpy as a dependency, fixes bugs.